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

Timeout related errors after release of 0.9.12 #567

Closed
ReneeErnst opened this issue May 20, 2021 · 4 comments
Closed

Timeout related errors after release of 0.9.12 #567

ReneeErnst opened this issue May 20, 2021 · 4 comments

Comments

@ReneeErnst
Copy link

I'm now getting these errors after the most recent release (5 hours ago). Given the content of the PR for that release, it seems related.

Screen Shot 2021-05-20 at 1 15 28 PM

@aniezurawski
Copy link
Contributor

Hi @ReneeErnst

I don't think it is related to last release. This bug is known for few days already but it is not very common so it is not easy to reproduce it. We are still investigating the issue but I hope it's going to be fixed soon.
Just to be sure it's the same problem I am aware of can you share with us what exception was raised?

@HubertJaworski
Copy link
Contributor

Hi, thank you for reporting this!

It's most propably caused by websocket-client/websocket-client#694

Can you downgrade websocket-client to previous version and see if it works for you?

pip install websocket-client==0.59.0

It helped me - if this is indeed a broken version of websocket-client, we'll fix our requirements to exlude this version

@ReneeErnst
Copy link
Author

Thank you! Just very odd timing then, since I was building images all day yesterday and then today the error popped up! I would have thought that if this has been around a few days, I would have hit it with my fresh images yesterday. Odd. But I'll try this solution and report back.

@ReneeErnst
Copy link
Author

I was able to confirm that just rolling back to Neptune 0.9.11 didn't solve the problem, but adding websocket-client==0.59.0 to my requirements did!

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

3 participants