Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'str' object is not callable #141

Open
alwzfolwd opened this issue Nov 14, 2021 · 2 comments
Open

TypeError: 'str' object is not callable #141

alwzfolwd opened this issue Nov 14, 2021 · 2 comments

Comments

@alwzfolwd
Copy link

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

@alwzfolwd
Copy link
Author

so...

@virmaior
Copy link

probably an issue with a special character in your username or password not getting escaped properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants