xeus-python-kernel icon indicating copy to clipboard operation
xeus-python-kernel copied to clipboard

Some file access fails sometimes

Open martinRenou opened this issue 2 years ago • 0 comments

Description

Sometimes fails with

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'path')
    at e.onmessage (index.js:160:34)
kernels.js:50 Uncaught (in promise) RangeError: Maximum call stack size exceeded
    at abort (/euroscipy-2022-jupyterlite-emscripten-forge/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.js:9:20546)
    at _abort (/euroscipy-2022-jupyterlite-emscripten-forge/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.js:9:200143)
    at /euroscipy-2022-jupyterlite-emscripten-forge/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.wasm
    at /euroscipy-2022-jupyterlite-emscripten-forge/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.wasm
    at /euroscipy-2022-jupyterlite-emscripten-forge/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.wasm
    at /euroscipy-2022-jupyterlite-emscripten-forge/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.wasm
    at /euroscipy-2022-jupyterlite-emscripten-forge/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.wasm
    at /euroscipy-2022-jupyterlite-emscripten-forge/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.wasm
    at /euroscipy-2022-jupyterlite-emscripten-forge/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.wasm
    at /euroscipy-2022-jupyterlite-emscripten-forge/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.wasm

Reproduce

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error '...'

Expected behavior

Context

  • JupyterLite version:
  • Operating System and version:
  • Browser and version:
Browser Output
Paste the output from your browser Javascript console here.

martinRenou avatar Sep 01 '22 09:09 martinRenou