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

Bad Query, Failed Process when trying to open hw0 Pluto Notebook #386

Closed
Daniel-NDEC opened this issue Sep 8, 2020 · 4 comments
Closed

Comments

@Daniel-NDEC
Copy link

I get the following error when trying to open hw0.jl, any insights would be appreciated.

Please report this error!

Go back

Error message:

failed process: Process('C:\WINDOWS\System32\curl.exe' -s -S -g -L -f -o 'C:\Users\cheve\AppData\Local\Temp\Groundbreaking invention.jl' 'https://github.com/mitmath/18S191/blob/master/homework/homework0/hw0.jl?raw=true', ProcessExited(35)) [35]

Stacktrace:
[1] pipeline_error at .\process.jl:525 [inlined]
[2] download_curl(::String, ::String, ::String) at .\download.jl:44
[3] download(::String, ::String) at .\download.jl:62
[4] (::Pluto.var"#serve_openfile#99")(::HTTP.Messages.Request) at C:\Users\cheve.julia\packages\Pluto\qC4PK\src\webserver\Static.jl:87
[5] handle(::HTTP.Handlers.RequestHandlerFunction{Pluto.var"#serve_openfile#99"}, ::HTTP.Messages.Request) at C:\Users\cheve.julia\packages\HTTP\atT5q\src\Handlers.jl:253
[6] handle(::HTTP.Handlers.Router{Symbol("##253")}, ::HTTP.Messages.Request) at C:\Users\cheve.julia\packages\HTTP\atT5q\src\Handlers.jl:467
[7] (::Pluto.var"#190#196"{Pluto.ServerSession,HTTP.Handlers.Router{Symbol("##253")}})(::HTTP.Streams.Stream{HTTP.Messages.Request,HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}}) at C:\Users\cheve.julia\packages\Pluto\qC4PK\src\webserver\WebServer.jl:123
[8] handle at C:\Users\cheve.julia\packages\HTTP\atT5q\src\Handlers.jl:269 [inlined]
[9] #4 at C:\Users\cheve.julia\packages\HTTP\atT5q\src\Handlers.jl:345 [inlined]
[10] macro expansion at C:\Users\cheve.julia\packages\HTTP\atT5q\src\Servers.jl:367 [inlined]
[11] (::HTTP.Servers.var"#13#14"{HTTP.Handlers.var"#4#5"{HTTP.Handlers.StreamHandlerFunction{Pluto.var"#190#196"{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:356

@fonsp
Copy link
Owner

fonsp commented Sep 8, 2020

That's strange, could you update Pluto and try again:

  1. close pluto and julia
  2. start julia
  3. run import Pkg; Pkg.update("Pluto")
  4. start Pluto the usual way
  5. use this link:
https://github.com/mitmath/18S191/blob/master/homework/homework0/hw0.jl

@shashankp
Copy link
Contributor

I guess it was the anti-virus blocking access to system curl utility.
Is there a general work around these kind of issues?

@Daniel-NDEC
Copy link
Author

Yeah, the issue was resolved once I deactivated the antivirus. Thanks again!

@fonsp
Copy link
Owner

fonsp commented Sep 8, 2020

JuliaLang/julia#27043

in particular:
JuliaLang/julia#27043 (comment)

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