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
This error occurs frequently when running the taxa2tree command. It's thrown by attohttp's post request to the Unipept server, but the server just returns a 200 OK.
OS error 35 means EAGAIN, which would mean there are no ports available to bind the request on.
This error occurs frequently when running the taxa2tree command. It's thrown by attohttp's post request to the Unipept server, but the server just returns a 200 OK.
OS error 35 means EAGAIN, which would mean there are no ports available to bind the request on.
(see these questions)
The text was updated successfully, but these errors were encountered: