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
Hi, Any Idea why this error happened?
raise ChunkedEncodingError(e) ChunkedEncodingError: ('Connection broken: OSError("(10054, \'WSAECONNRESET\')",)', OSError("(10054, 'WSAECONNRESET')",)) Thanks
raise ChunkedEncodingError(e) ChunkedEncodingError: ('Connection broken: OSError("(10054, \'WSAECONNRESET\')",)', OSError("(10054, 'WSAECONNRESET')",))
The text was updated successfully, but these errors were encountered:
I'm getting similar error as well, even when using the sample code. Is there something I should take note?
Caught exception when connecting to stream ('Connection aborted.', OSError("(54, 'ECONNRESET')",))
Update: OK, I got myself a v20 account. Seems like v1 is legacy, so please do not use it anymore.
Sorry, something went wrong.
Hi, what does v20 account and v1 account mean? Thanks
No branches or pull requests
Hi,
Any Idea why this error happened?
raise ChunkedEncodingError(e) ChunkedEncodingError: ('Connection broken: OSError("(10054, \'WSAECONNRESET\')",)', OSError("(10054, 'WSAECONNRESET')",))
Thanks
The text was updated successfully, but these errors were encountered: