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

TypeError: ids_of_cells_that_ran is undefined / Request hash not found / interaction slider/CairoMakie/CCS? #42

Closed
behinger opened this issue Dec 7, 2021 · 0 comments · Fixed by #57
Labels
bug Something isn't working Pluto.jl frontend Requires integration with/changes to Pluto's frontend (JS) codebase

Comments

@behinger
Copy link

behinger commented Dec 7, 2021

Hi!
I am trying to run a PlutoSliderServer.jl - I notice this problem occuring:

TypeError: ids_of_cells_that_ran is undefined
    request_bond_response SliderServerClient.js:67
    produce immerClass.ts:80
    produce immerClass.ts:96
    produce immerClass.ts:80
    request_bond_response SliderServerClient.js:70
SliderServerClient.js:73:25
    request_bond_response https://cdn.jsdelivr.net/gh/fonsp/Pluto.jl@0.17.3/frontend/common/SliderServerClient.js:73

I get this, whenever I try to update any cell via a @Bind - the value does not change if this occurs.

I also get the

┌ Info: Request hash not found. See errror hint in my source code.                                             │
└   notebook_hash = "ogR7NHsu1B9cYJ32"                                                                         │

Errror in the server console (with three r's very convient for googling :-D) - but don't know why I get it.


Config & Run

I run the notebook via PlutoSliderServer.run_git_directory("folderName";config_toml_path="./PlutoDeployment.toml") or via run_directory

My PlutoDeployment.toml

[SliderServer]
host = "127.0.0.1"
port = 2345
[Export]
# sliderServer = "http..." # commented out

Newest PlutoSliderServer & Pluto, Julia1.6 & Julia1.7

I constructed a minimal example here:
https://gist.github.com/behinger/4a3163913618db706c2e3897865151e9

Note the combination of a slider, a figure (sometimes one seems enough, sometimes I have to define two) and a css - haven't really figured out what exactly brings up the problem - it is not straight forward for me to debug this.

Maybe someone can help?

behinger added a commit to behinger/PlutoSliderServer.jl that referenced this issue Jan 12, 2022
@fonsp fonsp linked a pull request Mar 7, 2022 that will close this issue
4 tasks
@fonsp fonsp closed this as completed in #57 Apr 4, 2022
@fonsp fonsp added bug Something isn't working Pluto.jl frontend Requires integration with/changes to Pluto's frontend (JS) codebase labels Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Pluto.jl frontend Requires integration with/changes to Pluto's frontend (JS) codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants