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

Get rid of asyncio errors #16

Open
Raymo111 opened this issue Nov 20, 2021 · 3 comments
Open

Get rid of asyncio errors #16

Raymo111 opened this issue Nov 20, 2021 · 3 comments
Labels
upstream Upstream issue

Comments

@Raymo111
Copy link
Owner

Upon a normal exit, there are asyncio errors of the form

Exception in callback TransportBase._connect_done(<Task cancell.../utils.py:22>>)
handle: <Handle TransportBase._connect_done(<Task cancell.../utils.py:22>>)>
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

asyncio.exceptions.CancelledError
Exception in callback WebSocketTransport._receive_done(<Task cancell...ocket.py:224>>)
handle: <Handle WebSocketTransport._receive_done(<Task cancell...ocket.py:224>>)>
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

asyncio.exceptions.CancelledError
@Raymo111 Raymo111 added bug Something isn't working help wanted Extra attention is needed labels Nov 20, 2021
@sealldeveloper
Copy link
Contributor

I have found a fix, its an issue with the unmaintained aiocometd package, I'll update my PR for a fix.

@Raymo111
Copy link
Owner Author

I have found a fix, its an issue with the unmaintained aiocometd package, I'll update my PR for a fix.

Noted. I'll wait until they get a fix before I bump the dep version.

@Raymo111 Raymo111 added upstream Upstream issue and removed bug Something isn't working help wanted Extra attention is needed labels Jun 20, 2023
@sealldeveloper
Copy link
Contributor

I found instead of a fix on the package which has remained untouched, there is a fork that has fixed the issue. It is in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Upstream issue
Projects
None yet
Development

No branches or pull requests

2 participants