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
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
When running python huami_token.py --method xiaomi --bt_keys and following the instructions in README.md, after the copying and pasting the redirect URL into the terminal, I get the following error:
Traceback (most recent call last):
File "huami_token.py", line 352, in <module>
device.login()
File "huami_token.py", line 141, in login
raise ValueError(f"Login error. Error: {login_result['error_code']}")
ValueError: Login error. Error: 0117```
If this is an error on my end, I'll be glad to best figure out how to solve this :)
The text was updated successfully, but these errors were encountered:
When running
python huami_token.py --method xiaomi --bt_keys
and following the instructions inREADME.md
, after the copying and pasting the redirect URL into the terminal, I get the following error:The text was updated successfully, but these errors were encountered: