In web2py 2.18.5 on Mac OS X Catalina I get the following error
in the terminal:

ERROR:Rocket.Errors.Thread-10:Traceback (most recent call last):

  File "/Users/me/web2py/gluon/rocket.py", line 1288, in run
    self.run_app(conn)

  File "/Users/me/web2py/gluon/rocket.py", line 1781, in run_app
    self.environ = environ = self.build_environ(sock_file, conn)

  File "/Users/me/web2py/gluon/rocket.py", line 1601, in build_environ
    request = self.read_request_line(sock_file)

  File "/Users/me/web2py/gluon/rocket.py", line 1339, in read_request_line
    d = sock_file.readline()

  File "/Users/me/.pyenv/versions/3.7.6/lib/python3.7/socket.py", line 589, 
in readinto
    return self._sock.recv_into(b)

ConnectionResetError: [Errno 54] Connection reset by peer

ERROR:Rocket.Errors.Thread-10:Tried to send "500 Server Error" to client 
but received socket error


Is there a fix for this issue?

Kind regards,

Annet

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/d4cd605a-566a-4c2a-b124-f59f63ae39a3%40googlegroups.com.

Reply via email to