-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
websockets 14.1 produces error #143
Comments
Confirmed! Pipx-Workaround:
|
I also encountered that bug and the workaround sent by @fred777 fixed my issue. Thanks! |
Can confirm this. Downgrading to 10.1 resolves the issue as well |
Dear tjalb, thx for filing the bug report and I can confirm, that on Linux Mint 22 with the same pytr version that I just installed for the first time, the same Error occurred and was regardingly circumvented by forcing the lower version of the websockets package. |
Hi, I am not a python expert. I've downgraded the websocket version but after trying downloading the docs I get the same error again. Did I miss something between these two steps? |
Description of the bug
When running
pytr dl_docs ./
it ends withBaseEventLoop.create_connection() got an unexpected keyword argument 'extra_headers'
. This is caused by a change in the "websockets" package version 14.To Reproduce
Steps to reproduce the behavior:
pytr dl_docs ./
Expected behavior
pytr downloads the documents.
Error log
Environment
Additional context
Temporary solution: Roll back to websockets V13:
pip install websockets==13
.The text was updated successfully, but these errors were encountered: