BlankerL / DXY-COVID-19-Data

2019新型冠状病毒疫情时间序列数据仓库 | COVID-19/2019-nCoV Infection Time Series Data Warehouse
https://lab.isaaclin.cn/nCoV/
MIT License
2.15k stars 708 forks source link

requests.get()获取的网页,返回503 #79

Closed wmathor closed 4 years ago

wmathor commented 4 years ago
url='https://lab.isaaclin.cn/nCoV/api/area'
r = requests.get(url)
print(r.text)

结果返回的是

<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>

请问是为什么,难道是我的ip被ban了吗,谢谢

BlankerL commented 4 years ago

测试过了是正常的,如果请求速度超过每秒5次会被静止访问的,一分钟之后就恢复了。