You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything was working fine until upgrading to [0.8.1.12]; was getting constant authentication requests and tried entering the user agent to Linux and Arlo with no luck. Reverted to [0.8.1.11] with the same issue and upgraded to [0.8.1.13] this morning. I get the following error below.
aarlo Component Setup
Error: sse-error=HTTPError
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/pyaarlo/backend.py", line 621, in _sse_main
self._event_client = SSEClient(
self._arlo,
^^^^^^^^^^^
...<3 lines>...
timeout=self._arlo.cfg.stream_timeout,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/site-packages/pyaarlo/sseclient.py", line 55, in init
self._connect()
~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/pyaarlo/sseclient.py", line 74, in _connect
self.resp.raise_for_status()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://my.arlo.com/hmsweb/client/subscribe
If error persists you might need to change config and restart.
The text was updated successfully, but these errors were encountered:
Everything was working fine until upgrading to [0.8.1.12]; was getting constant authentication requests and tried entering the user agent to Linux and Arlo with no luck. Reverted to [0.8.1.11] with the same issue and upgraded to [0.8.1.13] this morning. I get the following error below.
Why is it trying to access the url: https://my.arlo.com/hmsweb/client/subscribe?
aarlo Component Setup
Error: sse-error=HTTPError
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/pyaarlo/backend.py", line 621, in _sse_main
self._event_client = SSEClient(
The text was updated successfully, but these errors were encountered: