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

Error code 1501: Passwords must not exceed 8 characters #4

Closed
audoh opened this issue Dec 9, 2020 · 7 comments
Closed

Error code 1501: Passwords must not exceed 8 characters #4

audoh opened this issue Dec 9, 2020 · 7 comments

Comments

@audoh
Copy link

audoh commented Dec 9, 2020

If your password is longer than 8 characters, you will always get a 1501.

However, your password can contain non-alphanumeric characters.

@audoh
Copy link
Author

audoh commented Dec 9, 2020

Okay, this seems like it might actually be a length limit. Currently trying to narrow down the exact limit, but I can use symbols if the password is 8 characters.

Question of the day - is this actually a device limitation and if so are TP Link therefore just truncating (or perhaps doing some other analogous transformation to) the user's password?

@audoh audoh changed the title Non-alphanumeric passwords are not encoded correctly Passwords must not exceed 8 characters Dec 9, 2020
@SvenLudwig202
Copy link

Just wanted to share my own experience regarding this issue.
I've just implemented a simple script for some home automation and my password is well beyond 8 characters.
I haven't run into any issues though. Maybe the update for my P100 plugs I installed yesterday fixed this on their end?
Went from 1.3.3 to 1.3.4.

@audoh
Copy link
Author

audoh commented Dec 28, 2020

My devices are on 1.3.4 as well, and I haven't updated them since before I tested this. How strange, there must be something else to it than just length or special characters.

@jondurrant
Copy link

Also get the 1501 error. Though notice that https://github.com/K4CZP3R/tapo-p100-python experiment does not have the same issue. Works fine even with my long password.

@fishbigger
Copy link
Owner

I am still working on a fix for this but thanks for all your help!

@fishbigger fishbigger changed the title Passwords must not exceed 8 characters Error code 1501: Passwords must not exceed 8 characters Feb 12, 2022
@fishbigger fishbigger pinned this issue Feb 12, 2022
@VinterMute
Copy link

I get some problem and change password only 8 ch and this work

@fishbigger
Copy link
Owner

I believe I finally fixed this in the latest version (0.1.0) :)

@fishbigger fishbigger unpinned this issue Oct 27, 2022
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

5 participants