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
2.7.12
在国外云服务器上和我的电脑上通过curl 访问一个天气api,可以正常获得响应,但在docker部署的青龙面版上执行请求,却始终超时 url = 'http://t.weather.*' response = requests.get(url)
期望可以正常返回
请求超时
centos7
No response
The text was updated successfully, but these errors were encountered:
写个最小复现 demo ?
Sorry, something went wrong.
用的谷歌dns?
No branches or pull requests
Qinglong version
2.7.12
Steps to reproduce
在国外云服务器上和我的电脑上通过curl 访问一个天气api,可以正常获得响应,但在docker部署的青龙面版上执行请求,却始终超时
url = 'http://t.weather.*'
response = requests.get(url)
What is expected?
期望可以正常返回
What is actually happening?
请求超时
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: