Closed meriksson123 closed 4 years ago
I've got the same error in a script that was working fine for months. I've confirmed that I'm able to log in via the username and password on the Arlo website, so I wonder if Arlo have restricted access to the API or changed it somehow?
I get the same problem as above. I can however login using:
curl -s -H "Content-Type: application/json;charset=UTF-8" -d '{"email":"EMAIL","password":"PASSWORD"}' -X POST "https://arlo.netgear.com/hmsweb/login/v2"
Using python2 on a rapsbian OS
pip freeze
arlo==1.2.33
asn1crypto==0.24.0
broadlink==0.9
certifi==2019.6.16
chardet==3.0.4
configparser==3.5.0b2
cryptography==2.6.1
entrypoints==0.3
enum34==1.1.6
idna==2.8
ipaddress==1.0.17
keyring==17.1.1
keyrings.alt==3.1.1
monotonic==1.5
netaddr==0.7.19
pyarlo==0.2.3
PyCRC==1.21
pycrypto==2.6.1
pycryptodome==3.4.11
PyGObject==3.30.4
PySocks==1.7.1
pyxdg==0.25
requests==2.22.0
RPi.GPIO==0.7.0
SecretStorage==2.3.1
six==1.12.0
sseclient==0.0.22
urllib3==1.25.3
Same issue on Python 3.6.9. "403 Client Error: Forbidden for url: https://my.arlo.com/hmsweb/login/v2"
I wonder if Arlo started enforcing their 2FA changes early.
This issue should be fixed. Going to close this, please let me know if it's still a problem.
I can confirm that it works. Thanks!
@KristianKarl thank you!
I also can confirm this is working. Thanks!
Confirmed! thanks @jeffreydwalter
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using (
python -V
)?Python 2.7.15+
What operating system and processor architecture are you using (
python -c 'import platform; print(platform.uname());'
)?('Linux', 'ip-172-31-31-209', '4.15.0-1063-aws', '#67-Ubuntu SMP Mon Mar 2 07:24:29 UTC 2020', 'x86_64', 'x86_64')
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 Pro 2 Base statation VMB4000r3
What did you do?
If possible, provide the steps you took to reproduce the issue. A complete runnable program is good. (don't include your user/password or any sensitive info)
What did you expect to see?
What did you see instead?
Does this issue reproduce with the latest release?
Yes - i updated and its still happening