notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Error: Canceled future for history_request message before replies were done

Open jtpio opened this issue 4 years ago • 0 comments
trafficstars

Description

The following message is logged to the dev tools console when creating a new console:

Error: Canceled future for history_request message before replies were done

image

Reproduce

  1. Open RetroLab, for example with this gist: https://gist.github.com/jtpio/4a6a34da66b32249e28df718ec30e4d7
  2. Click on "New Console"
  3. Open the dev tools console
  4. See the error message

Expected behavior

There should not be any error message when opening a new console.

The message is not reallt harmful since the console widget is opened in a different browser tab. But it would still be nice to fix.

Context

Follow-up to jupyter/retrolab#197

This is most likely coming from this line:

https://github.com/jupyterlab/retrolab/blob/f5507c408dc7613d3c04c3df0c56c660790a846b/packages/console-extension/src/index.ts#L69

jtpio avatar Aug 31 '21 06:08 jtpio