-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
RE: EOFError: read end of file #105
Comments
That error happens when blink doesn't get set up properly when you call Will you try to plot something again in a fresh Julia session and let me know what happens? |
Hi, julia> using PlotlyJS
julia> plot(1:10)
EOFError: read end of file
in read at ./iobuffer.jl:88 [inlined]
in read(::TCPSocket, ::Type{UInt8}) at ./stream.jl:787
in byteat at /home/donghoon/.julia/v0.5/JSON/src/Parser.jl:55 [inlined]
in current at /home/donghoon/.julia/v0.5/JSON/src/Parser.jl:66 [inlined]
in chomp_space! at /home/donghoon/.julia/v0.5/JSON/src/Parser.jl:110 [inlined]
in parse_value(::JSON.Parser.StreamingParserState{TCPSocket}, ::Type{T}) at /home/donghoon/.julia/v0.5/JSON/src/Parser.jl:153
in #parse#2(::Type{Dict{String,Any}}, ::Function, ::TCPSocket) at /home/donghoon/.julia/v0.5/JSON/src/Parser.jl:392
in macro expansion at /home/donghoon/.julia/v0.5/Lazy/src/macros.jl:258 [inlined]
in macro expansion at /home/donghoon/.julia/v0.5/Blink/src/AtomShell/process.jl:94 [inlined]
in (::Blink.AtomShell.##6#7{Blink.AtomShell.Electron})() at ./event.jl:68
^Cfatal: error thrown and no exception handler available.
InterruptException()
jl_run_once at /home/centos/buildbot/slave/package_tarball64/build/src/jl_uv.c:142
process_events at ./libuv.jl:82
wait at ./event.jl:147
task_done_hook at ./task.jl:191
unknown function (ip: 0x7faa0f9750f2)
jl_call_method_internal at /home/centos/buildbot/slave/package_tarball64/build/src/julia_internal.h:189 [inlined]
jl_apply_generic at /home/centos/buildbot/slave/package_tarball64/build/src/gf.c:1942
jl_apply at /home/centos/buildbot/slave/package_tarball64/build/src/julia.h:1392 [inlined]
finish_task at /home/centos/buildbot/slave/package_tarball64/build/src/task.c:214 [inlined]
start_task at /home/centos/buildbot/slave/package_tarball64/build/src/task.c:261
unknown function (ip: 0xffffffffffffffff) |
Hmm @mdhe1248 thanks for posting again. I don't actually know what that issue is and unfortunately I can't reproduce and don't have the time to vicariously debug right ow. Perhaps @MikeInnes has some idea as the issue seems to originate inside Blink? |
Thank you for spending time on this issue. I use ssh. If I connect our server directly from my ubuntu via ssh, PlotlyJS works fine. If I run Nomachine first, then use ssh (in Nomachine), I get the error. Do you have any insights on this problem? |
Hmm, I'm sorry but I haven't been able to get PlotlyJS to work reliably over ssh myself. I think it amounts to having Blink.jl open windows on the user's machine rather than on the machine running the Julia process, but I don't believe that has been implemented yet. |
Closing due to inactivity. Please re-open if this is still an issue we can help with |
I have this issue:
I installed the generic linux binary Julia0.5. Then I wanted to use plotly. However, I encountered an error. "EOFError: read end of file".
I ran the commends below:
The text was updated successfully, but these errors were encountered: