-
Notifications
You must be signed in to change notification settings - Fork 505
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
ERROR:asyncio:Task exception was never retrieved #237
Comments
Yeah, thansk for opening this issue, I've almost become blind to that warning. My guess is this is an issue upstream in jupyter_server. In any case, we keep this open until fixes. |
This seems to be triggered by:
The But when it does, a request to shut down the kernel is sent over Websocket, but the browser tab is closed immediately after, closing the WS connection abruptly. |
So the websocket is closed from the browser side before the shutdown is send, maybe the shutdown call is async? |
We might actually want to dispose the kernel with |
Opened #525. |
hi,
I am trying voila (latest release from conda-forge). It's pretty nice.
The error is not serious but I still see a series of warning/error in terminal:
cheers
The text was updated successfully, but these errors were encountered: