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