Philiptpp / sonoff_registered_devices

List all registered devices using eWelink
MIT License
21 stars 7 forks source link

Credentials not accepted #8

Closed mkafetzis closed 8 months ago

mkafetzis commented 1 year ago

Hi, very nice utility. But the credentials is not accepted. The error message i receive is : "Login failed! Please check credentials!" I use Python 3.10. Do you have in clue about this issue? thanks.

ardo911 commented 1 year ago

Hi, I'm experiencing exactly the same problem.

warwickchapman commented 1 year ago

Assuming there has been a change on the eWelink API side - this code has not been updated in 2 years.

patbeirne commented 1 year ago

I am also having this problem: May 2023

Philiptpp commented 1 year ago

Login issue has been fixed in latest commit.

mkafetzis commented 1 year ago

Login issue has been fixed in latest commit.

i Confirm, it's working. Thank you.

heviiguy commented 9 months ago

Another issue: I can't initialise it because...

"ModuleNotFoundError: No module named 'requests'"

Yet, I've installed the module:

Installing collected packages: wincertstore, uuid, chardet, urllib3, idna, charset-normalizer, certifi, requests
Successfully installed certifi-2022.12.7 chardet-3.0.4 charset-normalizer-3.3.2 idna-2.8 requests-2.31.0 urllib3-1.26.5 uuid-1.30 wincertstore-0.2

Any suggestions, please?