Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taxa2tree: Resource temporarily unavailable (os error 35) #4

Open
ninewise opened this issue Jun 23, 2021 · 2 comments
Open

taxa2tree: Resource temporarily unavailable (os error 35) #4

ninewise opened this issue Jun 23, 2021 · 2 comments

Comments

@ninewise
Copy link

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)

@bmesuere
Copy link
Member

This has been fixed by unipept/unipept#1439

@bmesuere
Copy link
Member

I spoke too soon, it solves the error when using the ruby cli taxa2tree but not using the rust code. It probably times out.

@bmesuere bmesuere reopened this Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants