janick / ArloDownload

Automatically download new video recordings from Arlo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two-Factor Authentication

krazos opened this issue · comments

The script fails with the following error if two-factor authentication is enabled on the Arlo account:

Traceback (most recent call last):
  File "/home/ben/Code/arlo/ArloDownload.py", line 308, in <module>
    thisHelper.login()
  File "/home/ben/Code/arlo/ArloDownload.py", line 180, in login
    self.token = jsonResponseData['token']
KeyError: 'token'

Would it be feasible to implement support for 2FA in light of recent events involving Ring et al. that have underscored the importance of account security for connected home security cameras?