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
Traceback (most recent call last):
File "src/gevent/libev/corecext.pyx", line 674, in gevent.libev.corecext.loop.io
File "src/gevent/libev/corecext.pyx", line 1052, in gevent.libev.corecext.io.__cinit__
ValueError: fd must be non-negative: -1
This does not happen if we omit --gevent 100
The text was updated successfully, but these errors were encountered:
Running the following app:
With these parameters:
Results in
This does not happen if we omit
--gevent 100
The text was updated successfully, but these errors were encountered: