-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Version 2.0.1: HTTP 500 response from /api/<name>/reset_rotation #746
Comments
After testing a bit more it seems like the 500 response doesn't always happen when hitting the reset_response endpoint - sometimes the API returns |
Thanks! There were some backend changes to the way the commands are handled in v2.0.0. I pushed some changes to ignore the response from |
That fixes the 500 response! I think I figured out what's going on with the |
The current version of the bridge starts a control thread for each camera after it establishes a connection to that camera for streaming, so the commands should continue to work as long as there is some streaming going on. Will have to see if we might be able to keep the connection alive when there isn't any video streaming. |
Thanks, that makes sense! My use case involves movement that may not (probably won't) occur during streaming - using home assistant to set the camera's rotation all the way down when I arrive home, so like a faux privacy mode. Now that the server behavior's cleared up I can check if the camera's connected via In any event I'd say this specific issue can be closed :) |
edit: camera is a Wyze V3 Pan
Updated to :latest (2.0.1) this evening and found an issue with the reset_rotation API endpoint. Logs here:
The text was updated successfully, but these errors were encountered: