Nginx负载状态获取失败: Traceback (most recent call last): File "class/flask_sockets.py", line 30, in __call__ handler, values = adapter.match() File "/www/server/panel/pyenv/lib/python3.7/site-packages/werkzeug/routing.py", line 1945, in match raise NotFound() werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "class/http_requests.py", line 493, in get return p.get(url,timeout,get_headers(headers),verify,get_stype(s_type)) File "class/http_requests.py", line 50, in get result = self._get_py3(url,timeout,headers,verify) File "class/http_requests.py", line 235, in _get_py3 r_response = urllib.request.urlopen(req,timeout = timeout,context = context) File "/www/server/panel/pyenv/lib/python3.7/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/www/server/panel/pyenv/lib/python3.7/urllib/request.py", line 525, in open response = self._open(req, data) File "/www/server/panel/pyenv/lib/python3.7/urllib/request.py", line 543, in _open ‘_open‘, req) File "/www/server/panel/pyenv/lib/python3.7/urllib/request.py", line 503, in _call_chain result = func(*args) File "/www/server/panel/pyenv/lib/python3.7/urllib/request.py", line 1378, in http_open return self.do_open(http.client.HTTPConnection, req) File "/www/server/panel/pyenv/lib/python3.7/urllib/request.py", line 1353, in do_open r = h.getresponse() File "/www/server/panel/pyenv/lib/python3.7/http/client.py", line 1354, in getresponse response.begin() File "/www/server/panel/pyenv/lib/python3.7/http/client.py", line 306, in begin version, status, reason = self._read_status() File "/www/server/panel/pyenv/lib/python3.7/http/client.py", line 294, in _read_status raise BadStatusLine(line) http.client.BadStatusLine: HTTP/1.1 000 |