You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
While navigating using firefox I randomly get 499 errors, and searx has this message in the logs :
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 713, in finish
self.wfile.close()
File "/usr/lib/python2.7/socket.py", line 283, in close
self.flush()
File "/usr/lib/python2.7/socket.py", line 307, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
Since I don't know if it comes from the docker image or the application itself, and that I don't know how it runs, I first post here for help.
Have I done something wrong ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First of all, here if my configuration :
docker-compose.yml :
nginx vhost conf :
While navigating using firefox I randomly get 499 errors, and searx has this message in the logs :
Since I don't know if it comes from the docker image or the application itself, and that I don't know how it runs, I first post here for help.
Have I done something wrong ?
The text was updated successfully, but these errors were encountered: