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
aiodocker.exceptions.DockerError: DockerError(500, "Cannot upgrade connection to vendored tcp protocol, the docker server has closed underlying socket. Status code: 101. Headers: <CIMultiDictProxy('Content-Type': 'application/vnd.docker.multiplexed-stream', 'Connection': 'Upgrade', 'Upgrade': 'tcp')>.")
stream = container.attach(stdin=True, logs=True) await stream.write_in(str(cmd + '\n').encode('utf-8'))
aiohttp==3.9
Downgrading to aiohttp 3.8 fixed it, but support for 3.9 would be nice. Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Long story short
Features like attach stdin to work
How to reproduce
Your environment
aiohttp==3.9
Downgrading to aiohttp 3.8 fixed it, but support for 3.9 would be nice. Thanks
The text was updated successfully, but these errors were encountered: