You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
I can no longer sign in, please could you help, my credentials are working on the other "arlo" library.
here is my code and the output
Code:
from pyarlo import PyArlo
arlo = PyArlo('test', 'test')
print("Devices : %s" % (arlo.devices))
Output:
Traceback (most recent call last):
File "/home/pi/arm_arlo.py", line 2, in
arlo = PyArlo('[email protected]', 'test')
File "/usr/local/lib/python2.7/dist-packages/pyarlo/init.py", line 52, in init
days=days)
File "/usr/local/lib/python2.7/dist-packages/pyarlo/media.py", line 29, in init
self.videos = self.load(days)
File "/usr/local/lib/python2.7/dist-packages/pyarlo/media.py", line 69, in load
)[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can no longer sign in, please could you help, my credentials are working on the other "arlo" library.
here is my code and the output
Code:
Output:
Traceback (most recent call last):
File "/home/pi/arm_arlo.py", line 2, in
arlo = PyArlo('[email protected]', 'test')
File "/usr/local/lib/python2.7/dist-packages/pyarlo/init.py", line 52, in init
days=days)
File "/usr/local/lib/python2.7/dist-packages/pyarlo/media.py", line 29, in init
self.videos = self.load(days)
File "/usr/local/lib/python2.7/dist-packages/pyarlo/media.py", line 69, in load
)[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: