-
Notifications
You must be signed in to change notification settings - Fork 36
Description
I recently switched from using Arlo to Pyaarlo for doing a simple snapshot of Arlo cameras for timelapse videos. Everything worked as expected for 24 hours, and now multi hosts local and cloud are throwing the error:
failed to login(login failed: start failed: 400 - Unknown error)
2025-03-22 00:05:36,904 - urllib3.connectionpool - DEBUG - https://ocapi-app.arlo.com:443 "POST /api/startAuth HTTP/1.1" 200 None
2025-03-22 00:05:36,906 - pyaarlo - DEBUG - backend: request-body=
{'meta': {'code': 400, 'error': 1110, 'message': 'Unknown error'}}
2025-03-22 00:05:36,906 - pyaarlo - DEBUG - backend: request-end=200
2025-03-22 00:05:36,907 - pyaarlo - WARNING - error in new response={'meta': {'code': 400, 'error': 1110, 'message': 'Unknown error'}}
2025-03-22 00:05:36,907 - pyaarlo - ERROR - login failed: start failed: 400 - Unknown error
2025-03-22 00:05:36,907 - pyaarlo - DEBUG - backend: login failed, trying another ecdh_curve
2025-03-22 00:05:36,907 - pyaarlo - DEBUG - backend: failed to log in
2025-03-22 00:05:36,908 - pyaarlo - DEBUG - media-downloader: not starting downloader
failed to login(login failed: start failed: 400 - Unknown error)
Any Ideas?