-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
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
micli list got Error https://api.io.mi.com/app/home/device_list: Login failed #28
Comments
我也遇到这个问题了,这是为什么 |
好像是因为在windwos中 用户名和密码并没有被读取到,我在miaccount.py的第56行下手动设置了self.username='' |
oo ,我是Mac系统 |
好像是因为在windwos中 用户名和密码并没有被读取到,我在miaccount.py的第56行下手动设置了self.username='' |
改了也没用,我真的怀疑,这个方法被和谐了 |
我改了可以用 |
有效 |
谢谢,用这个方法解决了 |
Exception on login mm2fox: {'qs': '%3Fsid%3Dxiaomiio%26_json%3Dtrue', 'code': 70016, 'description': '登录验证失败', 'securityStatus': 0, '_sign': '0psXfr43eNI0IX6q9Suk3qWbRqU=', 'sid': 'xiaomiio', 'result': 'error', 'captchaUrl': None, 'callback': 'https://sts.api.io.mi.com/sts', 'location': '', 'pwd': 0, 'child': 0, 'desc': '登录验证失败'}
Traceback (most recent call last):
File "/home/mm2fox/.local/lib/python3.10/site-packages/miservice/miaccount.py", line 69, in login
raise Exception(resp)
Exception: {'qs': '%3Fsid%3Dxiaomiio%26_json%3Dtrue', 'code': 70016, 'description': '登录验证失败', 'securityStatus': 0, '_sign': '0psXfr43eNI0IX6q9Suk3qWbRqU=', 'sid': 'xiaomiio', 'result': 'error', 'captchaUrl': None, 'callback': 'https://sts.api.io.mi.com/sts', 'location': '', 'pwd': 0, 'child': 0, 'desc': '登录验证失败'}
Error https://api.io.mi.com/app/home/device_list: Login failed
The text was updated successfully, but these errors were encountered: