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
Hi, I got this error when running remote_install.sh
File "./wyze_updater.py", line 354, in
creds = wyze_login(args.user, args.password)
File "./wyze_updater.py", line 59, in wyze_login
if not rsp['access_token']:
KeyError: 'access_token'
The text was updated successfully, but these errors were encountered:
Hi, I got this error when running
remote_install.sh
File "./wyze_updater.py", line 354, in
creds = wyze_login(args.user, args.password)
File "./wyze_updater.py", line 59, in wyze_login
if not rsp['access_token']:
KeyError: 'access_token'
The text was updated successfully, but these errors were encountered: