-
Notifications
You must be signed in to change notification settings - Fork 5k
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
wrote error: 'Schema not found' #7150
Comments
Hi @piotratlz, thank you for opening this issue. This is a known issue when installing Notebook with Homebrew, previously reported in #6974, which has some suggestions for mitigating the issue locally. If you could add your comments to the existing issue that would be appreciated. I will close this issue in favor of #6974. |
I'm facing the same issue. [W 2024-08-20 11:37:32.322 ServerApp] 404 GET /lab/api/settings?1724134052044 (127.0.0.1): Schema not found: /home/saptarshi-dey/.pyenv/versions/3.12.2/envs/jupyter_notebook/share/jupyter/lab/schemas/@datalayer/jupyter-admin/plugin.json
[W 2024-08-20 11:37:32.322 LabApp] wrote error: 'Schema not found: /home/saptarshi-dey/.pyenv/versions/3.12.2/envs/jupyter_notebook/share/jupyter/lab/schemas/@datalayer/jupyter-admin/plugin.json'
Traceback (most recent call last):
File "/home/saptarshi-dey/.pyenv/versions/3.12.2/envs/jupyter_notebook/lib/python3.12/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/saptarshi-dey/.pyenv/versions/3.12.2/envs/jupyter_notebook/lib/python3.12/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/saptarshi-dey/.pyenv/versions/3.12.2/envs/jupyter_notebook/lib/python3.12/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
^^^^^^^^^^^^^
File "/home/saptarshi-dey/.pyenv/versions/3.12.2/envs/jupyter_notebook/lib/python3.12/site-packages/jupyterlab_server/settings_utils.py", line 392, in get_settings
settings_list, warnings = _list_settings(
^^^^^^^^^^^^^^^
File "/home/saptarshi-dey/.pyenv/versions/3.12.2/envs/jupyter_notebook/lib/python3.12/site-packages/jupyterlab_server/settings_utils.py", line 217, in _list_settings
schema, version = _get_schema(
^^^^^^^^^^^^
File "/home/saptarshi-dey/.pyenv/versions/3.12.2/envs/jupyter_notebook/lib/python3.12/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /home/saptarshi-dey/.pyenv/versions/3.12.2/envs/jupyter_notebook/share/jupyter/lab/schemas/@datalayer/jupyter-admin/plugin.json)
[W 2024-08-20 11:37:32.325 LabApp] 404 GET /lab/api/settings?1724134052044 ([email protected]) 147.51ms referer=http://localhost:8888/tree
|
Still the same issue |
Please answer the following questions for yourself before submitting an issue
Description
Jupyter notebook suddenly returns schema not found error 404.
Reproduce
jupyter notebook
Expected behavior
Jupyter runs without any issues.
Context
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: