I am getting similar errors, also running Django 2.15 with python 3.72, 
would be very interested if you have found a solution

On Thursday, 31 January 2019 15:52:38 UTC, Jon bae wrote:
>
> Hello,
> I'm running here *django 2.1.5* with *python 3.7.2* (installed with 
> homebrew) on a macOS (mojave).
>
> On a regular basis I get this error message:
>
> Exception happened during processing of request from ('127.0.0.1', 54882)
> Traceback (most recent call last):
>   File 
> "/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py"
> , line 650, in process_request_thread
>     self.finish_request(request, client_address)
>   File 
> "/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py"
> , line 360, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File 
> "/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py"
> , line 720, in __init__
>     self.handle()
>   File "/Users/User
> /DEV/gogs/TV-Webpage/venv/lib/python3.7/site-packages/django/core/servers/basehttp.py"
> , line 171, in handle
>     self.handle_one_request()
>   File 
> "/Users/User/DEV/gogs/TV-Webpage/venv/lib/python3.7/site-packages/django/core/servers/basehttp.py"
> , line 179, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File 
> "/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socket.py"
> , line 589, in readinto
>     return self._sock.recv_into(b)
> ConnectionResetError: [Errno 54] Connection reset by peer
> ----------------------------------------
>
> It comes for example when I open the admin page, but not always.
>
>
> Have you any idea how I can fix that?
>
> Have a nice day!
>
> Jonathan
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/37d32596-5b27-47db-8178-2a45970b2c0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to