JuliaComputing / TableView.jl

A Tables.jl compatible table viewer based on ag-grid
Other
101 stars 13 forks source link

failed to build TableView beacause of error 500 #53

Closed nesteiner closed 3 years ago

nesteiner commented 4 years ago
(v1.4) pkg> build TableView
   Building WebIO ────→ `~/.julia/packages/WebIO/nTMDV/deps/build.log`
   Building TableView → `~/.julia/packages/TableView/1D3rM/deps/build.log`
┌ Error: Error building `TableView`: 
│ ┌ Error: Download failed: curl: (22) The requested URL returned error: 500 
│ └ @ Base download.jl:43
│ ERROR: LoadError: failed process: Process(`curl -s -S -g -L -f -o /home/steiner/.julia/packages/TableView/1D3rM/deps/ag-grid-22.1.0/ag-grid.css https://unpkg.com/ag-grid-community@22.1.0/dist/styles/ag-grid.css`, ProcessExited(22)) [22]
│ 
│ 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] top-level scope at /home/steiner/.julia/packages/TableView/1D3rM/deps/build.jl:9
│  [5] include(::String) at ./client.jl:439
│  [6] top-level scope at none:5
│ in expression starting at /home/steiner/.julia/packages/TableView/1D3rM/deps/build.jl:9

how do i do to solve this, thank you

pfitzseb commented 4 years ago

That seems like it should be an intermittent error.

Can you try accessing https://unpkg.com/ag-grid-community@22.1.0/dist/styles/ag-grid.css in a browser?