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
im trying ./remote_install.sh on a Wyze Cam Pan running Firmware version 4.10.8.501 Plugin version 1.2.26.21. everything went fine and dandy until...
┌──(toxictech㉿Master)-[~/Downloads]
└─$ ./remote_install.sh
Found local config file, including into firmware update archive...
Upgrade/config.inc
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (2.25.1)
INFO:root:Trying saved credentials from /home/toxictech/.wyze_token.
INFO:root:No saved credentials found, logging in with username/password...
Please enter the account name:******.com
Please enter the password:
Using phone SMS for 2FA
Enter the verification code:
verification code: ******
INFO:root:Credentials saved to /home/toxictech/.wyze_token.
Traceback (most recent call last):
File "/home/toxictech/Downloads/./wyze_updater.py", line 362, in
args.action(creds, args)
TypeError: 'str' object is not callable
Not sure if this is a script error (havent gotten that far yet) or if, as i just realized, the sdcard is unavailable. However, i replaced the SD and the problem persists. Would this happen if say the SD slot has malfunctioned, or perhaps i am way off. But, thats why I'm here. :) Much appreciated!
Toxic
The text was updated successfully, but these errors were encountered:
im trying ./remote_install.sh on a Wyze Cam Pan running Firmware version 4.10.8.501 Plugin version 1.2.26.21. everything went fine and dandy until...
┌──(toxictech㉿Master)-[~/Downloads]
└─$ ./remote_install.sh
Found local config file, including into firmware update archive...
Upgrade/config.inc
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (2.25.1)
INFO:root:Trying saved credentials from /home/toxictech/.wyze_token.
INFO:root:No saved credentials found, logging in with username/password...
Please enter the account name:******.com
Please enter the password:
Using phone SMS for 2FA
Enter the verification code:
verification code: ******
INFO:root:Credentials saved to /home/toxictech/.wyze_token.
Traceback (most recent call last):
File "/home/toxictech/Downloads/./wyze_updater.py", line 362, in
args.action(creds, args)
TypeError: 'str' object is not callable
Not sure if this is a script error (havent gotten that far yet) or if, as i just realized, the sdcard is unavailable. However, i replaced the SD and the problem persists. Would this happen if say the SD slot has malfunctioned, or perhaps i am way off. But, thats why I'm here. :) Much appreciated!
Toxic
The text was updated successfully, but these errors were encountered: