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

Kernel picker icon spins forever #13780

Closed
joaomoreno opened this issue Jun 27, 2023 · 6 comments
Closed

Kernel picker icon spins forever #13780

joaomoreno opened this issue Jun 27, 2023 · 6 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) notebook-kernel-picker

Comments

@joaomoreno
Copy link
Member

joaomoreno commented Jun 27, 2023

  1. Follow the Debugging with new TS async/await vscode#11645 test plan item with just the Jupyter extension installed, no others

🐛 The kernel picker will spin forever.

Screen.Recording.2023-06-27.at.11.17.16.mov
@DonJayamanne
Copy link
Contributor

@joaomoreno please can you share the logs from the Jupyter output channel

@joaomoreno
Copy link
Member Author

joaomoreno commented Jun 27, 2023

I just reopened my browser and I got this (spinning icon):

image

This is the only output in there:

Visual Studio Code - Insiders (1.80.0-insider, undefined, vscode.dev)
Jupyter Extension Version: 2023.6.1001801100.
Python Extension not installed.
No workspace folder opened.
17:03:27.099 [info] User belongs to experiment group 'FastKernelPicker'
17:03:27.099 [info] User belongs to experiment group 'PasswordManager'

@NightMachinery

This comment was marked as off-topic.

@DonJayamanne
Copy link
Contributor

@rebornix the Jupyter extension isn't display the spinner (at least based on the logs),
looks like a core issue

@ghost
Copy link

ghost commented Nov 23, 2023

I switched to using ssl in the jupyter config file and the spinner stopped

c.ServerApp.certfile = '/home/user/.jupyter/certificate.pem'
c.ServerApp.keyfile = '/home/user/.jupyter/key.pem'

@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug notebook-kernel-picker labels Dec 6, 2023
@rebornix
Copy link
Member

rebornix commented Dec 8, 2023

Let's merge it into microsoft/vscode#186364

@rebornix rebornix closed this as completed Dec 8, 2023
@rebornix rebornix added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 8, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) notebook-kernel-picker
Projects
None yet
Development

No branches or pull requests

4 participants