-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Exception at reading 'uiMode' when clicked from settings on the home page #857
Comments
@Taha-249 Thank you for opening this issue! Do you see any information in the logs when you start JupyterLab Desktop? You can find info about logs here: https://github.com/jupyterlab/jupyterlab-desktop/blob/master/troubleshoot.md#Logs |
@Taha-249 To follow up, can you please check for any info in the logs on startup and add it as a comment to this issue? Thanks! |
Without info from the logs, or any other reports, I'm going to close this issue. Please reopen or open a new issue if you continue to see problems in JupyterLab. Thanks! |
I encountered this on a fresh installation on Ubuntu 24.04 with Upon pressing the hamburger icon I saw: The logs are:
I think that the robustness of the UI could be improved. It could also display a helpful message rather than crash. |
The pyenv version errors appear unrelated, I still get the error after solving them (but the window is no longer blank) |
I can reproduce this error consistently: whenever I launch JupyterLab Desktop (normally) and quickly click on the hamburger menu icon (while window is still blank), the error dialog shows up. Then, the windows is still blank until you close the dialog. After closing, the app starts without further errors and functions normally. I use custom Python environment (miniconda3) on latest version of JupyterLab (4.2.5) and JupyterLab Desktop (4.2.5-1) on Windows 11. I have recorded a video for showcasing: 2024-10-04.20-04-16.mp4The logs show 2 warnings and 1 error but they appear only after JupyterLab Desktop has successfully launched. I attached them anyway:
|
Description
When there is no python environment found, jupyter labs cannot create new session. However, by changing on start up to create a new session generates this exception. There is the following blank screen.
on clicking the hamburger button, it generates the following exception.
Reinstalling program does not seem to fix the issue.
The text was updated successfully, but these errors were encountered: