Skip to content
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

0.3.0很难登录啊 #411

Open
hben35096 opened this issue Apr 12, 2024 · 3 comments
Open

0.3.0很难登录啊 #411

hben35096 opened this issue Apr 12, 2024 · 3 comments

Comments

@hben35096
Copy link

最近两天经常是这样的情况:

aliyunpan > login
登录出错: Get "https://api.tickstep.com/auth/tickstep/aliyunpan/token/qrcode/create?ip=116.172.96.151&os=linux&arch=amd64&version=v0.3.0&key=0f9c05621bb84e28af9231e776b9cb0c": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Get "https://api.tickstep.com/auth/tickstep/aliyunpan/token/qrcode/create?ip=116.172.96.151&os=linux&arch=amd64&version=v0.3.0&key=0f9c05621bb84e28af9231e776b9cb0c": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

但过一段时间再尝试一下,就有可能获得登录网址。

@xiaoyaofenfen
Copy link
Collaborator

这个是网络问题,先查查网络的连通性,请按顺序分别运行以下命令,然后把结果发上来看看

查DNS
dig api.tickstep.com    

查网络路由
traceroute api.tickstep.com

查请求时间
curl -o /dev/null -s -w %{time_namelookup}:%{time_connect}:%{time_starttransfer}:%{time_total}"\n" api.tickstep.com

@hben35096
Copy link
Author

@xiaoyaofenfen
好的,谢谢您,我会尝试 :D

@QuectelWB
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants