JuliaGizmos / Escher.jl

Composable Web UIs in Julia
https://juliagizmos.github.io/Escher.jl
Other
337 stars 63 forks source link

Plotting (and `plotting.jl` not working) #112

Closed noam87 closed 8 years ago

noam87 commented 8 years ago

Error:

MethodError: `convert` has no method matching convert(::Type{Reactive.Signal{T}}, ::Float64)
This may have arisen from a call to the constructor Reactive.Signal{T}(...),
since type constructors fall back to convert methods.
Closest candidates are:
  call{T}(::Type{T}, ::Any)
  convert(::Type{Reactive.Signal{T}}, !Matched::Reactive.SignalSource)
  convert{T}(::Type{T}, !Matched::T)
 in anonymous at /home/computer/.julia/v0.4/Escher/src/cli/serve.jl:170
 in anonymous at /home/computer/.julia/v0.4/Mux/src/Mux.jl:15
 in anonymous at /home/computer/.julia/v0.4/Mux/src/Mux.jl:8
 in splitquery at /home/computer/.julia/v0.4/Mux/src/basics.jl:28
 in anonymous at /home/computer/.julia/v0.4/Mux/src/Mux.jl:8
 in wcatch at /home/computer/.julia/v0.4/Mux/src/websockets_integration.jl:12
 in anonymous at /home/computer/.julia/v0.4/Mux/src/Mux.jl:8
 in todict at /home/computer/.julia/v0.4/Mux/src/basics.jl:21
 in anonymous at /home/computer/.julia/v0.4/Mux/src/Mux.jl:12 (repeats 2 times)
 in anonymous at /home/computer/.julia/v0.4/Mux/src/Mux.jl:8
 in anonymous at /home/computer/.julia/v0.4/Mux/src/server.jl:38
 in handle at /home/computer/.julia/v0.4/WebSockets/src/WebSockets.jl:382
 in on_message_complete at /home/computer/.julia/v0.4/HttpServer/src/HttpServer.jl:393
 in on_message_complete at /home/computer/.julia/v0.4/HttpServer/src/RequestParser.jl:104

Julia 0.4.2 installed from PPA Ubuntu 15.10

Ran Pkg.update(), Escher freshly installed.


Escher looks amazing! Can't wait to play with it.

noam87 commented 8 years ago

solved by Pkg.checkout("Reactive") to also checkout master reactive branch.