-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Hello,
since few days my arlo scripts are not working anymore.....
login failed: 429 - possible cloudflare issue login failed: 429 - possible cloudflare issue Traceback (most recent call last): File "/root/scripts/arlo/arlo_baby_music_ein.py", line 33, in <module> cam = arlo.cameras[0] ~~~~~~~~~~~~^^^ IndexError: list index out of range
initial i was on version 0.8.0.11 - but i also tried .14 and the latest .18.
Always the same cloudflare issues.
My connection part looks like:
`arlo = pyaarlo.PyArlo(username='arlo@mailadress.com',password='pass',
tfa_source='imap',tfa_type='email',
tfa_host='mydnshostname',
tfa_username='username', tfa_password='pass',synchronous_mode=True,storage_dir='aarlo',save_session=True,mode_api='v2',backend='sse',user_agent='linux')
`
i also tried to removed cookies and pickle files in the aarlo folder... unfortunately without success.
iam not receiving auth mails in the used arlo postbox anymore.
Thanks in advance & BR,