Traceback (most recent call last): File "C:\BtSoft\panel/class\flask_sockets.py", line 30, in __call__ handler, values = adapter.match() File "C:\Program Files\python\lib\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 "C:\BtSoft\panel/class\panelPHP.py", line 429, in start return self.request_php(puri) File "C:\BtSoft\panel/class\panelPHP.py", line 353, in request_php sock = f.load_url(uri,content=request.stream) File "C:\BtSoft\panel/class\panelPHP.py", line 631, in load_url fpm_sock = fcgi(env, content) File "C:\BtSoft\panel/class\fastcgiClient.py", line 279, in __call__ sock = self._getConnection() File "C:\BtSoft\panel/class\fastcgiClient.py", line 329, in _getConnection sock = socket.create_connection(self._connect) File "C:\Program Files\python\lib\site-packages\gevent\socket.py", line 101, in create_connection sock.connect(sa) File "C:\Program Files\python\lib\site-packages\gevent\_socket3.py", line 407, in connect raise error(err, strerror(err)) ConnectionRefusedError: [Errno 10061] [WinError 10061] 由于目标计算机积极拒绝,无法连接。 |