You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I attempt to hide/show a cell nothing happens and this is what I see in the REPL:
julia> Pluto.run(1234)
Go to http://localhost:1234/ to start writing ~ have fun!
Press Ctrl+C in this terminal to stop Pluto
┌ Warning: Response function to message of type foldcell failed
└ @ Pluto /home/arun/.julia/packages/Pluto/FPItk/src/webserver/WebServer.jl:283
┌ Warning: Reading WebSocket client stream failed for unknown reason:
│ exception =
│ type ServerSession has no field notebook
│ Stacktrace:
│ [1] getproperty(::Pluto.ServerSession, ::Symbol) at ./Base.jl:33
│ [2] (::Pluto.var"#125#127")(::Pluto.ServerSession, ::Dict{String,Any}, ::Pluto.Notebook, ::Pluto.Cell; initiator::Pluto.Initiator) at /home/arun/.julia/packages/Pluto/FPItk/src/webserver/Dynamic.jl:126
│ [3] process_ws_message(::Pluto.ServerSession, ::Dict{String,Any}, ::HTTP.WebSockets.WebSocket{HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}}) at /home/arun/.julia/packages/Pluto/FPItk/src/webserver/WebServer.jl:281
│ [4] (::Pluto.var"#71#75"{Pluto.ServerSession})(::HTTP.WebSockets.WebSocket{HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}}) at /home/arun/.julia/packages/Pluto/FPItk/src/webserver/WebServer.jl:143
│ [5] upgrade(::Pluto.var"#71#75"{Pluto.ServerSession}, ::HTTP.Streams.Stream{HTTP.Messages.Request,HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}}; binary::Bool) at /home/arun/.julia/packages/HTTP/ZggHU/src/WebSockets.jl:146
│ [6] upgrade at /home/arun/.julia/packages/HTTP/ZggHU/src/WebSockets.jl:129 [inlined]
│ [7] (::Pluto.var"#70#74"{Pluto.ServerSession,HTTP.Handlers.Router{Symbol("##253")}})(::HTTP.Streams.Stream{HTTP.Messages.Request,HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}}) at /home/arun/.julia/packages/Pluto/FPItk/src/webserver/WebServer.jl:119
│ [8] handle at /home/arun/.julia/packages/HTTP/ZggHU/src/Handlers.jl:269 [inlined]
│ [9] #4 at /home/arun/.julia/packages/HTTP/ZggHU/src/Handlers.jl:345 [inlined]
│ [10] macro expansion at /home/arun/.julia/packages/HTTP/ZggHU/src/Servers.jl:367 [inlined]
│ [11] (::HTTP.Servers.var"#13#14"{HTTP.Handlers.var"#4#5"{HTTP.Handlers.StreamHandlerFunction{Pluto.var"#70#74"{Pluto.ServerSession,HTTP.Handlers.Router{Symbol("##253")}}}},HTTP.ConnectionPool.Transaction{Sockets.TCPSocket},HTTP.Streams.Stream{HTTP.Messages.Request,HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}}})() at ./task.jl:358
└ @ Pluto /home/arun/.julia/packages/Pluto/FPItk/src/webserver/WebServer.jl:155
Although, Ctrl+Enter behaves normally i.e. hides the cell and creates a new one below.
The text was updated successfully, but these errors were encountered:
If I attempt to hide/show a cell nothing happens and this is what I see in the REPL:
Although, Ctrl+Enter behaves normally i.e. hides the cell and creates a new one below.
The text was updated successfully, but these errors were encountered: