Skip to content

AARLO Component Setup Error #1047

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

Closed
rpgeorge13 opened this issue Feb 13, 2025 · 1 comment
Closed

AARLO Component Setup Error #1047

rpgeorge13 opened this issue Feb 13, 2025 · 1 comment

Comments

@rpgeorge13
Copy link

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(

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.
@twrecked
Copy link
Owner

Look at the solution here.

#1033 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants