-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
websocket can't connect -- main menu #848
Comments
Which browser? |
Firefox 85.0b5 Dev Edition (although once stuck, it's seen regardless of browser, also tried in Chrome). Also, another way to replicate the issue, at least on my installation:
So, I'm again at the point described above and I have to restart Julia & Pluto a few times to get it to work. |
I tried to delete everything in the ./julia folder and re-install relevant packages, the problem still persists. A strange thing I've noticed is that in Statistics I see this: Things that jump to mind:
I tried to open a sample notebook from another tab but nothing happens, I only get to see ''Reconnecting'' on the top right. It's been a few days that I can't use Pluto: Any suggestions on what I can do? Here the REPL output of when I interrupted the cell installing Plots as it was taking 2+ mins (sent the stop signal a few times and had partial executions in between):
This is the incriminated notebook: https://gist.github.com/danvinci/2c97c432b1d224007f7449780a9e96b5 |
Can you follow these steps (you have done some already): #553 (comment) The issue is that the WebSocket connection fails, so let's focus on this. Statistics, opening notebooks and cell interruption are unrelated. In the main menu screen, with a broken connection (first screenshot), try the following, and report what worked:
|
Ok! So:
When switching to another browser, same port:
When using another port:
Hope it helps! (using Chrome on another port is working so far) |
Thanks! The most important thing is that you share the output of the browser's development console: #553 (comment) |
Attaching the FF console export! |
It looks like you shared something internal in Firefox, can you instead share the output of the Web Console? https://developer.mozilla.org/en-US/docs/Tools/Web_Console |
Also try disabling ad-blocking extensions for the Pluto address (localhost:1234) |
Ok! I've copy/pasted the output of Browser Console instead of Web Console. In this case, Pluto is working in Chrome and I've tried opening it from Firefox (with the proper link including the secret).
|
Is there any output in the julia console when you do this? When sharing this output, do not open notebooks, use the file picker, etc, but just start Pluto, go to the address in firefox and get the console output. |
Nope, nothing in the REPL. The output above is from the Pluto main screen, only tried to use the picker. |
Closing due to lack of progress - let's continue in #1168 if we have new data! |
Hi!
First of all, thanks for creating Pluto!
Pluto 0.12.18, macOS 11.1
I'm running into the following issue very frequently:
Restarting Julia has a 50/50 chance of fixing the problem, but also of opening Pluto directly in this 'always loading' state.
Any suggestions on how to go and gather extra information on what's going on?
In the REPL I don't get any messages.
The text was updated successfully, but these errors were encountered: