We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My MiCloud account is under China server.
Got response_json from _login_step2:
{ "notificationUrl": "https://account.xiaomi.com/fe/service/verifyPhone?skipUrl=https%3A%2F%2Faccount.xiaomi.com............", "result": "ok", "code": 0, "captchaUrl": null, "description": "成功", "location": "", "securityStatus": 32, "pwd": 0, "desc": "成功" }
try to access the notificationUrl in response_json:
Click YES on this website then I can login normally using micloud. Hope to be helpful when someone has the similar problem.
The text was updated successfully, but these errors were encountered:
Thank you, I'll leave this issue open for people to find. Might add a warning about it to the documentation when I get the time.
Sorry, something went wrong.
Thank you very much for this project.
Seems some exception check should be added to _login_step2, otherwise users must modify the source code to see the URL mentioned above.
if you don’t have time to do, I can add some code to check this problem.(But it may take some time)
🔑 improve login to xiaomi
7fcc1f6
No branches or pull requests
My MiCloud account is under China server.
Got response_json from _login_step2:
try to access the notificationUrl in response_json:
Click YES on this website then I can login normally using micloud.
Hope to be helpful when someone has the similar problem.
The text was updated successfully, but these errors were encountered: