We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had to upgrade my websockets version when I got this error:
Error creating proxy connection: create_connection() got an unexpected keyword argument 'additional_headers' Full traceback: Traceback (most recent call last): File "/Users/mark/dev/sunholo/gemini-multimodal-live-dev-guide/part_3_vertex_api/proxy/proxy.py", line 148, in create_proxy async with websockets.connect( File "/Users/mark/.pyenv/versions/3.9.5/lib/python3.9/site-packages/websockets/legacy/client.py", line 629, in __aenter__ return await self File "/Users/mark/.pyenv/versions/3.9.5/lib/python3.9/site-packages/websockets/legacy/client.py", line 647, in __await_impl_timeout__ return await self.__await_impl__() File "/Users/mark/.pyenv/versions/3.9.5/lib/python3.9/site-packages/websockets/legacy/client.py", line 651, in __await_impl__ _transport, _protocol = await self._create_connection() TypeError: create_connection() got an unexpected keyword argument 'additional_headers'
I upgraded from 12.0 to 14.1 - perhaps you would like to add to the requirements.txt
The text was updated successfully, but these errors were encountered:
I think this has been changed to 14.1 already.
Sorry, something went wrong.
No branches or pull requests
I had to upgrade my websockets version when I got this error:
I upgraded from 12.0 to 14.1 - perhaps you would like to add to the requirements.txt
The text was updated successfully, but these errors were encountered: