-
Notifications
You must be signed in to change notification settings - Fork 94
ValueError: Login error. Error: 0117 #42
Comments
Hi! Line 44 in d407d4a
If you try this, please post the result here. |
I tried your method, but it didn't work。 |
I've never seen such a code. Also which app do you normally use, Zepp or Mi Fit? |
I use Zepp。 |
哈,这个问题是因为小米账号的问题,而不是作者软件的问题;自己在小米运动重新注册一下账号就ok了。 This problem is due to the mi account, not the author's software; Oneself re - register an account in millet movement is ok |
After following your suggestion, it succeeded. Thank you very much。 |
Can you please give more details on this? As I am having the same issue and I don't understand what account to re-register and where |
I also get the error:
I try to get the token for a MiBand 5. I get this error for a new account as well as with an longer existing account with another freed MiBand5. Just tried this for checking, if the error depends on the new acount.
(Google is translating this with "register new to "xiaomi Sports"" - But there is no such app in the app store.) The MiBand is paired with the Zepp life App. |
|
When I use the command ‘python3 huami_token.py --method xiaomi --bt_keys’,
I have obtained the code and entered it,such as https://hm.xiaomi.com/watch.do?code=C3_XXXXXXXXXXXXXXXX
I make an error, as follows:
ValueError: Login error. Error: 0117
I print return msg,that is: {'error_code': '0117', 'data': {'wechatPhone': None, 'accessToken': 'V3_xxxxxxxxxxxxxxxxx', 'refreshToken': 'R3_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}}
When I use the command 'python3 huami_token.py --method amazfit --email [email protected] --password xxxx --bt_keys',
I make an error, as follows:
ValueError: Wrong E-mail or Password.Error: ['401']
I print return msg,that is : {'error': ['401'], 'state': ['REDIRECTION'], 'region': ['cn-northwest-1']}
Thanks.
The text was updated successfully, but these errors were encountered: