jupyterlite / pyodide-kernel

Python kernel for JupyterLite powered by Pyodide
https://jupyterlite-pyodide-kernel.readthedocs.io/en/latest/_static/
BSD 3-Clause "New" or "Revised" License
46 stars 25 forks source link

Uncaught TypeError happened in Pydodide intialization #127

Closed MRYingLEE closed 4 months ago

MRYingLEE commented 4 months ago

The error happened in the offical Jupyterlite Pyodide, say https://jupyterlite-pyodide-kernel.readthedocs.io/en/latest/_static/.

If you create a new Pyodide notebook or open an existing one, before you run anything, the error will happen. The error happens in both the latest version of Edge and Chrome.

The error is as the following: bridge.js:44 Uncaught TypeError: Cannot destructure property 'id' of 'details' as it is undefined. at Worker.listener (bridge.js:44:17) image

Please fix. Thanks,

jtpio commented 4 months ago

Thanks @MRYingLEE for the report.

Indeed, this is also tracked in https://github.com/jupyterlite/jupyterlite/issues/1424 and should be fixed by #126 once merged and released.