Skip to content
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

Server failure on the CI #12211

Closed
fcollonval opened this issue Mar 14, 2022 · 4 comments
Closed

Server failure on the CI #12211

fcollonval opened this issue Mar 14, 2022 · 4 comments
Labels

Comments

@fcollonval
Copy link
Member

Description

Traceback (most recent call last):

  File "/usr/share/miniconda/envs/_test/lib/python3.10/site-packages/traitlets/traitlets.py", line 537, in get
    value = obj._trait_values[self.name]

KeyError: 'labextensions_path'


During handling of the above exception, another exception occurred:
An error occurred.
traitlets.config.configurable.MultipleInstanceError: An incompatible sibling of 'ServerApp' is already instanciated as singleton: InstallLabExtensionApp
See the log file for details:  /tmp/jupyterlab-debug-wn8ak91a.log


Traceback (most recent call last):

  File "/usr/share/miniconda/envs/_test/lib/python3.10/site-packages/traitlets/traitlets.py", line 537, in get
    value = obj._trait_values[self.name]

KeyError: 'serverapp'

It is likely related to the latest jupyter_server release.

@fcollonval fcollonval added bug status:Needs Triage Applied to new issues that need triage labels Mar 14, 2022
@fcollonval
Copy link
Member Author

@fcollonval
Copy link
Member Author

New version of jupyter-server (1.15.3) will revert the PR that likely breaks the CI: jupyter-server/jupyter_server#733

@fcollonval fcollonval removed the status:Needs Triage Applied to new issues that need triage label Mar 14, 2022
@jtpio
Copy link
Member

jtpio commented Mar 14, 2022

Thanks for tracking this 👍

@fcollonval
Copy link
Member Author

Solved by jupyter-server/jupyter_server#734

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants