-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Error on login API - Forbidden for url: https://ocapi-app.arlo.com/api/auth #188
Comments
Uninstall sseclient-py==1.7.2 |
I have uninstalled sseclient-py
But I have the same output:
if I try to access the URL directly (https://ocapi-app.arlo.com/api/auth) |
@Brey86 try now with the latest release. |
Thanks for the new version. I have upgraded my version and now I can login, but I can't disarm de alarm. This is mi simple code:
This code was working fine until Friday. Now, with the new version, when I call the Disarm function the program crashes:
|
Unfortunately, I no longer have any Arlo devices to debug with... Can you clone this repository and run add this line |
Seems like the auth header is either empty or already a string. |
This is the output of:
For security reasons I censured a part of string was printed. |
This is somewhat off-topic, but it might be helpful to some: |
2FA is accounted for in the latest version .. much notes about it |
I know, I had seen that. But using IFTTT is (a) much less complicated, (b) lightening-fast, and (c) doesn't involve gmail, which I'm not a fan of. |
On this, I made a pull request for interactive login that doesn't scrape your gmail. You can choose any of your saved approved devices. (An approved cellphone arlo app will get a login notification request or another gmail including non-gmail) But seeing that arlo moved to mqtt, it's all kina moot. 😭 |
I'm working on getting mqtt working. I just don't have any Arlo cameras anymore, so I'm going to bed volunteers to help me test. |
Id gladly send you a camera for your continued support |
I can help you to test what you need. |
Any news about this? |
Still working on it. Didn't have much time this past week. |
Any news about this? Thanks for your work! |
This seems like an awesome library but I'm also stuck here trying to connect to the Arlo system (just running
creates the issue for me) |
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using (
python -V
)?Python 3.8.8
What operating system and processor architecture are you using (
python -c 'import platform; print(platform.uname());'
)?uname_result(system='Linux', node='Nas', release='4.4.180+', version='#42218 SMP Mon Oct 18 19:16:55 CST 2021', machine='x86_64', processor='')
Which Python packages do you have installed (run the
pip freeze
orpip3 freeze
command and paste output)?Which version of ffmpeg are you using (
ffmpeg -version
)?Which Arlo hardware do you have (camera types - [Arlo, Pro, Q, etc.], basestation model, etc.)?
Arlo Essential Spotlight
What did you do?
To reproduce the error it is only necessary to try to login:
What did you expect to see?
What did you see instead?
Does this issue reproduce with the latest release?
Yes.
The text was updated successfully, but these errors were encountered: