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

Pluto dont open notebook #2593

Closed
jcbritobr opened this issue Jul 5, 2023 · 4 comments
Closed

Pluto dont open notebook #2593

jcbritobr opened this issue Jul 5, 2023 · 4 comments

Comments

@jcbritobr
Copy link

**so - windows 10 x64**
**julia 1.9.1 glib x64**
**browser: Firefox 113 x64**

Pluto will not open a notebook if the "notebook=''" parameter is specified.

Steps to reproduce the issue:
1 - Run julia repl
2 - Activate your project
3 - Import Pluto and run Pluto.run(notebook="sample.jl")

image

image

Expected behavior - Load the notebook

@ctrekker
Copy link
Collaborator

ctrekker commented Jul 5, 2023

I'm having trouble reproducing this on Chrome, Firefox, or Edge. When you navigate to /open with secret=... provided, Pluto.jl should attempt to set a cookie with the same name used for future authenticated requests. The outcome you're experiencing suggests that somehow this cookie is not being set. Make sure you have cookies enabled, and if you do, you could check developer tools to verify that it got set correctly. My guess is that you're on firefox, here's what my developer tools looks like:

pluto_secret_cookie

@jcbritobr
Copy link
Author

Also happens in linux, and the firefox cookie support is configured on default

image

image

@jcbritobr
Copy link
Author

I'm having trouble reproducing this on Chrome, Firefox, or Edge. When you navigate to /open with secret=... provided, Pluto.jl should attempt to set a cookie with the same name used for future authenticated requests. The outcome you're experiencing suggests that somehow this cookie is not being set. Make sure you have cookies enabled, and if you do, you could check developer tools to verify that it got set correctly. My guess is that you're on firefox, here's what my developer tools looks like:

pluto_secret_cookie

seems same as yours

image

@fonsp
Copy link
Owner

fonsp commented Jul 6, 2023

Duplicate of #2567, will be fixed in the next Pluto release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants