Pete118

Results 6 comments of Pete118

Hi, since three days my script does not work any longer, too. I dont't use 2FA, the authentication fails. I us the old cams and bases station (VMS3330) and one...

> @Pete118 Did you update to the most current master? I hade the same error message because of the new Cloudflare captcha checks. The newest version did fix my issue....

> @Pete118 How should I update? is correct the following? sudo pip3 install --upgrade git+https://github.com/twrecked/pyaarlo Yes. But if I run my script for the first time, I get your errors,...

Thanks for great work! Now I'm able to login again. But I can't chanege base-mode,e.g. to armed :-( Ican read the actual mode but can't change it, do you know...

base = ar.base_stations[0]

> It should just be > > ```python > print(base.mode) > base.mode = 'armed' > print(base.mode) > ``` OK, that does not work for me