sonoff_registered_devices icon indicating copy to clipboard operation
sonoff_registered_devices copied to clipboard

Credentials not accepted

Open mkafetzis opened this issue 3 years ago • 1 comments

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.

mkafetzis avatar Oct 07 '22 14:10 mkafetzis

Hi, I'm experiencing exactly the same problem.

ardo911 avatar Nov 07 '22 11:11 ardo911

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

warwickchapman avatar Jan 01 '23 22:01 warwickchapman

I am also having this problem: May 2023

patbeirne avatar May 30 '23 15:05 patbeirne

Login issue has been fixed in latest commit.

Philiptpp avatar Jun 02 '23 00:06 Philiptpp

Login issue has been fixed in latest commit.

i Confirm, it's working. Thank you.

mkafetzis avatar Jun 02 '23 09:06 mkafetzis

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?

heviiguy avatar Dec 23 '23 13:12 heviiguy