HclX / WyzeHacks

Hacks I discovered allowing Wyze camera owners to do customizations
MIT License
786 stars 75 forks source link

I'm not able to login #157

Open jaxjixmix opened 7 months ago

jaxjixmix commented 7 months ago

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'

carlitoplatanito commented 5 months ago

Same...

carlito@pop-os:~/Downloads/wyze_hacks_0_5_08$ ./remote_install.sh 
Found local config file, including into firmware update archive...
Upgrade/config.inc
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (2.25.1)
INFO:root:Trying saved credentials from /home/carlito/.wyze_token.
INFO:root:No saved credentials found, logging in with username/password...
Please enter the account name:carlos.limardo\@gmail.com
Please enter the password:Ch0z3nG4ng!
Traceback (most recent call last):
  File "/home/carlito/Downloads/wyze_hacks_0_5_08/./wyze_updater.py", line 354, in <module>
    creds = wyze_login(args.user, args.password)
  File "/home/carlito/Downloads/wyze_hacks_0_5_08/./wyze_updater.py", line 59, in wyze_login
    if not rsp['access_token']:
KeyError: 'access_token'
carlito@pop-os:~/Downloads/
pr0fsmith commented 5 months ago

Same here. Anyone find a solution to this?

jstacklin commented 2 months ago

same here - tried compiling on a mac and on a linux box.. :( I have 2FA enabled.. maybe that's why?