Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

PyAlro login issue #114

Description

@itskvad

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions