Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/354.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 如何修复此问题:ConnectionAbortedError:[WinError 10053]主机中的软件中止了已建立的连接_Python_Django_Hosting - Fatal编程技术网

Python 如何修复此问题:ConnectionAbortedError:[WinError 10053]主机中的软件中止了已建立的连接

Python 如何修复此问题:ConnectionAbortedError:[WinError 10053]主机中的软件中止了已建立的连接,python,django,hosting,Python,Django,Hosting,安装django后,将在何时开始浏览,然后此消息将显示在powershell中 Exception happened during processing of request from ('127.0.0.1', 3575) [06/Feb/2020 09:48:03] "GET /static/admin/fonts/Roboto-Regular-webfont.woff HTTP/1.1" 200 85876 [06/Feb/2020 09:48:03] "GET /static/admin

安装django后,将在何时开始浏览,然后此消息将显示在powershell中

Exception happened during processing of request from ('127.0.0.1', 3575)
[06/Feb/2020 09:48:03] "GET /static/admin/fonts/Roboto-Regular-webfont.woff HTTP/1.1" 200 85876
[06/Feb/2020 09:48:03] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[06/Feb/2020 09:48:03] "GET /static/admin/fonts/Roboto-Bold-webfont.woff HTTP/1.1" 200 86184
Traceback (most recent call last):
  File "c:\users\fuel\appdata\local\programs\python\python38\Lib\socketserver.py", line 650, in process_request_thread
    self.finish_request(request, client_address)
  File "c:\users\fuel\appdata\local\programs\python\python38\Lib\socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "c:\users\fuel\appdata\local\programs\python\python38\Lib\socketserver.py", line 720, in __init__
    self.handle()
  File "C:\Users\Fuel\.virtualenvs\sample-DQH4k00R\lib\site-packages\django\core\servers\basehttp.py", line 174, in handle
    self.handle_one_request()
  File "C:\Users\Fuel\.virtualenvs\sample-DQH4k00R\lib\site-packages\django\core\servers\basehttp.py", line 182, in handle_one_request
    self.raw_requestline = self.rfile.readline(65537)
  File "c:\users\fuel\appdata\local\programs\python\python38\Lib\socket.py", line 669, in readinto
    return self._sock.recv_into(b)
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
这是照片:

如何修复它?

我在另一个堆栈溢出链接上找到了链接,是否可能您使用的是过时的Python版本?据报道,它已于2019-07-22年修复。根据我在另一个堆栈溢出链接上找到的链接,是否可能您使用的是过时的Python版本?据报道,它已于2019-07-22年根据