-
Notifications
You must be signed in to change notification settings - Fork 91
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
Error https://api.io.mi.com/app/home/device_list: Login failed #2
Comments
遭遇了同样的情况。可能是没有读取到账号密码:windows需要在环境变量中设置,设置后重启终端。 |
我从国外服务器折腾到国内服务器,账号和密码始终连不上去 |
我也遇到同样的问题,centos |
你们的问题解决了吗 |
他们都是用的WLS来实现的,同时用AMD的服务器,SSH以及云端的CONSOLE全部会失败 |
我也一样,用的是腾讯云的ubuntu |
别试了 没用的 要WLS |
我折腾了几天后来放弃了,有空再去搞WLS吧,好在我有小米小爱开放平台的API |
Exception: Error https://api2.mina.mi.com/admin/v2/device_list?master=0&requestId=app_ios_7xLQmOIVBC9bqdAaTrhe0MFyPop41j: Login failed 一样的手机正常登录,这个无法使用。也不知道为啥,window可以正常获取。 |
海外ip环境下执行 |
没觉得国内的一样通不过 |
我还要去做WLS吗 好累啊 心累 |
WLS是什么? @jjiikkkk |
敢问大佬能不能把这个项目封装成.exe这样就省事多了。环境问题真是永远的坑 |
我也报错了 Cannot connect to host sts.api.io.mi.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')] |
同问,macos,在公司电脑上安装的时候OK,在家里的电脑就不行了,方式都一样 aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host sts.api.io.mi.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)')] |
Problem solved,you should reinstall the cerfificate,the comman as follow: Navigate to Click on Install Certificates.command This should solve it. refer to:aio-libs/aiohttp#955 (comment) |
这个申请API怎么使用,我认证了开放平台,但是不知道怎么弄 |
你解决了么,我也遇到同样的报错 |
参考这个 解决了 Yonsm#32 |
@chaoqunxie thanks |
本地可以,服务器不行的可以试试。根据大佬的提示,我把location里面的地址拿到浏览器上,登录,验证之后,服务器还是登录不上。但是我坚信是因为新ip登录验证的问题,于是我换了另外一种方法,在服务器上安装x-ui,然后全局代理到本地,在本地登录一次,通过验证,即可,安装命令,bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) 具体参考 https://github.com/vaxilu/x-ui。测试亚马逊和腾讯的vps可行,其他未试 |
手机有登录小爱同学,用的手机热点网络 |
@Mczye nice 我把这个 issue 置顶 |
vsc是什么,这样的话,国内vps就应该可以用了是吧 其实接通的方法有很多个,只是都不如云服务器方便 |
Visual Studio Code 简写打顺手了,Pycharm也可以 |
windows下使用set 环境变量,然后运行micli list,如果密码包含特殊字符串 的确会报错 |
我发现了一种可能性。 |
可以的! |
这个方式好 |
记录一下,一开始用 micli list 也是报错,然后用浏览器访问 mi.com 登录账号之后,再使用 micli 就可以了。推测是需要在同一个 ip 上操作。 |
This comment was marked as off-topic.
This comment was marked as off-topic.
try to login this https://cloud.mi.com/ |
我测试下来可能是因为我走了代理流量登陆的 所以就有问题了。 |
thinks。 Mac command : /System/Volumes/Data/Applications/Python 3.8/Install Certificates.command |
登录失败,我检查了我的小米账号和密码没问题,我打印了登录的返回值,发现没有userId,是什么情况,我的小米账号需要配置什么嘛?
The text was updated successfully, but these errors were encountered: