Hi,
I have PyArlo run every 30 mins to check my Arlo base station using AzureDevOps pipelines.
Running PyArlo('username', 'passwordhere') is now giving the following error:
PyArlo('username', 'passwordhere')
Traceback (most recent call last):
File "", line 1, in
File "C:\Python38\lib\site-packages\pyarlo_init_.py", line 50, in init
self.ArloMediaLibrary = ArloMediaLibrary(self,
File "C:\Python38\lib\site-packages\pyarlo\media.py", line 29, in init
self.videos = self.load(days)
File "C:\Python38\lib\site-packages\pyarlo\media.py", line 56, in load
data = self._session.query(url,
AttributeError: 'NoneType' object has no attribute 'get'
This error is also occurring manually on execution.
Can you advise on how I can assist with getting this resolved?
Thanks.