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

Stuck at loading screen #3026

Open
tbeason opened this issue Sep 23, 2024 · 4 comments
Open

Stuck at loading screen #3026

tbeason opened this issue Sep 23, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@tbeason
Copy link

tbeason commented Sep 23, 2024

I seem to still be having an issue that was supposedly already fixed #2959

Basically, Pluto homescreen opens but nothing loads. My recent activity nor the example notebooks. Everything just shows "Loading..."

I have tried on Julia 1.11 RC3 and Julia 1.10.5 as well as with Chrome and Edge browsers. The machine is running Windows 11 and I try to keep things up to date.

I am on Pluto 0.19.46

@Pangoraw
Copy link
Collaborator

Could you open the devtools in Chrome and report if there are any errors in the console?

@tbeason
Copy link
Author

tbeason commented Sep 24, 2024

image

@tbeason
Copy link
Author

tbeason commented Sep 24, 2024

image

@fonsp
Copy link
Owner

fonsp commented Oct 11, 2024

Is there any information in the terminal where you launched Pluto?

Try to do the following before updating Pluto (0.19.47 was just released):

Can you share the output of:

import Pkg; Pkg.status(mode=Pkg.PKGMODE_MANIFEST)

Could you share a log of all files that are available in the Pluto installation folder? It sounds like you might have an incomplete installation.

import Pluto
for (root, dirs, files) in walkdir(Pluto.project_relative_path(""))
           println("Directories in $root")
           for dir in dirs
               println(joinpath(root, dir)) # path to directories
           end
           println("Files in $root")
           for file in files
               println(joinpath(root, file)) # path to files
           end
       end

@fonsp fonsp added the bug Something isn't working label Oct 11, 2024
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