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

Update from 19.12 to 19.14 - often hangs when opening notebook #2337

Closed
BioTurboNick opened this issue Oct 24, 2022 · 7 comments
Closed

Update from 19.12 to 19.14 - often hangs when opening notebook #2337

BioTurboNick opened this issue Oct 24, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@BioTurboNick
Copy link
Contributor

BioTurboNick commented Oct 24, 2022

Seems to be stuck while loading packages.

image

Killing the notebook process and restarting it can resolve it.

Problem is that I have trouble reproducing it. It's happened twice now today. If I can learn more, I'll add to this.

Working: 0.19.12
Not working: 0.19.14

(edited to remove irrelevant parts of image)

@fonsp
Copy link
Owner

fonsp commented Nov 1, 2022

Looking at the diff, relevant changes could be:

@fonsp
Copy link
Owner

fonsp commented Nov 1, 2022

It could actually be #2318 , in the screenshot, it looks like Pluto's package manager finished (you can see the ✅), but the first cell that should run (the cell with imports) is not yet running (the timer is still at ---). Perhaps the notebook is stuck creating a workspace process...

EDIT: after a second look at the PR I am fairly sure that it is not the cause.

@fonsp fonsp added the bug Something isn't working label Nov 1, 2022
@rikhuijzer
Copy link
Collaborator

rikhuijzer commented Dec 4, 2022

Could it be that updating the registry fails for some reason? I am currently also having some problems with a registry update inside a Docker (Pluto 0.19.16). I one time saw an error from HTTP that the transfer speed to https://pkg.julialang.org was below 1kB/s.

@BioTurboNick, you're not on Windows, right?

@BioTurboNick
Copy link
Contributor Author

In this case it was running on an AWS Linux computer.

@fonsp
Copy link
Owner

fonsp commented Dec 7, 2022

If it is the case that it gets stuck on the registry update, we will be able to see that after #2399 :)

@fonsp
Copy link
Owner

fonsp commented Dec 22, 2022

#2399 has been released

After loading Pluto, open a notebook, and then press F12 to open the web developer tools. Go to the JavaScript console, and type:

PLUTO_TOGGLE_PROCESS_TAB()

to enable the feature.

Could you enable the feature, and let us know the next time a hang happens?

@BioTurboNick
Copy link
Contributor Author

I think I'll close this for now - I haven't noticed it in a while. I'll revisit if I observe it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants