-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maximum recursion depth exceeded on move_to_preset #443
Comments
Same problem with my three C200's. |
Same with C200 |
I have 4 C200 and all of them exhibit the same behavior randomly... |
For people experiencing this issue: Please add firmware versions and camera types. |
I have 4 C200: |
I give an update, considering the new firmware released during those months: |
Please see the latest update to FAQ. I receive Exception: Invalid authentication data when executing an automation / scriptFirmwares of cameras expect messages in sequential order. Sending them in parallel can lead to 401 code from camera which shows us with this exception. You will need to send the automation actions in sequence instead, possibly with delay as well if needed. See #488 for more information. If you make the automation / script sequential, does the issue remain? |
Closing due to inactivity. |
Hi @JurajNyiri, today I had the same error and this time I collected debug logs. Please see them in attachment. |
Description
I have a script which runs when I want to disable cameras at my home. To disable cameras, I move them to a preset position (named "Retro"), I set privacy mode on and I do some more stuff.
When moving to preset position, sometimes (not every time) I receive the error "maximum recursion depth exceeded". I can't understand what's the root cause.
My camera is C210, hardware 2.0.
Reproduction Steps
My script runs the following step when receiving the error:
Expected behavior
Camera should rotate to position "Retro" and then proceed with the script execution.
If applicable, add error logs.
Device Firmware
1.3.7 Build 230823 Rel.55314n(4555)
Integration Version
5.3.9
Using stream component
Yes
Does camera work via official integrations?
Yes
Camera has all attributes filled out in developer tools
Yes
HASS Environment
Home Assistant 2023.10.5 on docker
Search for similar issues
Yes
Additional information
No response
The text was updated successfully, but these errors were encountered: