jupyterlab-drawio
jupyterlab-drawio copied to clipboard
HTTP Get errors for several files
As noted in https://github.com/jupyterlab/jupyterlab/issues/6806, when I install jupyterlab-drawio in JupyterLab 1.1.1 in a clean conda environment, I get the following errors:
[W 10:39:19.252 LabApp] 404 GET /src/css/common.css (::1) 43.88ms referer=http://localhost:8888/lab
[W 10:39:19.255 LabApp] 404 GET /src/resources/graph.txt (::1) 2.11ms referer=http://localhost:8888/lab
[W 10:39:19.277 LabApp] 404 GET /src/resources/editor.txt (::1) 2.02ms referer=http://localhost:8888/lab
I should add, when clicking on Help in the draw.io UI's Help menu this happens:
[W 18:35:52.188 LabApp] 404 GET /2/help.html (128.149.82.84) 1.70ms referer=http://localhost:8888/lab
When clicking/selecting some of the categories (e.g. UML) in the shapes panel this happens:
[W 19:11:21.024 LabApp] 404 GET /stencils/clipart/Gear_128x128.png (128.149.82.84) 2.62ms referer=http://localhost:8888/lab
Also note (may not be related to this issue) those categories do not expand unless selected a second time and the category title is stuck to read Loading....
me too
I'm getting this error too. I'm running:
% jupyter labextension list
JupyterLab v2.1.1
Known labextensions:
app dir: /usr/local/anaconda3/share/jupyter/lab
@jupyter-widgets/jupyterlab-manager v2.0.0 enabled OK
@jupyterlab/git v0.20.0-rc.0 enabled OK
@jupyterlab/github v2.0.0 enabled OK
@jupyterlab/latex v2.0.0 enabled OK
@jupyterlab/toc v3.0.0 enabled OK
@lckr/jupyterlab_variableinspector v0.5.0 enabled OK
jupyterlab-drawio v0.7.0 enabled OK
nbdime-jupyterlab v2.0.0 enabled OK
Launching Jupyter lab gives:
[W 15:12:39.877 LabApp] 404 GET /src/css/common.css (::1) 54.22ms referer=http://localhost:8888/lab
[W 15:12:39.879 LabApp] 404 GET /src/resources/graph.txt (::1) 1.23ms referer=http://localhost:8888/lab
[W 15:12:39.885 LabApp] 404 GET /src/resources/editor.txt (::1) 0.99ms referer=http://localhost:8888/lab
JupyterLab v2.2.9 & jupyterlab-drawio v0.7.0, these errors still exists