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
I had to restart the Explainer which was unresponsive because of this:
Traceback (most recent call last):
File "/cosr/back/venv/lib/python2.7/site-packages/gevent/baseserver.py", line 175, in _do_read
File "/cosr/back/venv/lib/python2.7/site-packages/gevent/server.py", line 114, in do_read
File "/cosr/back/venv/lib/python2.7/site-packages/gevent/_socket2.py", line 180, in accept
error: [Errno 24] Too many open files
Not sure where we could be leaking some file descriptors, of if we happened to have too many open sockets.
The text was updated successfully, but these errors were encountered:
I had to restart the Explainer which was unresponsive because of this:
Not sure where we could be leaking some file descriptors, of if we happened to have too many open sockets.
The text was updated successfully, but these errors were encountered: