terezka / elm-charts

Create SVG charts in Elm.
https://www.elm-charts.org
BSD 3-Clause "New" or "Revised" License
698 stars 67 forks source link

Builds failing with HTTP 404 #83

Closed alienscience closed 3 years ago

alienscience commented 5 years ago

We currently have a dependency to elm-plot

"terezka/elm-plot": "5.1.0 <= v <= 5.1.0"

However, builds started failing today with the following error:

14:19:45 Error: The following HTTP request failed.
14:19:45 <https://github.com/terezka/elm-plot/zipball/5.1.0/>

Has this project been renamed/removed? Is there a workaround?

Thanks in advance for any help.

Edit: As background information, we saw a similar error with a rename of the elm-transducers project: https://github.com/avh4-experimental/elm-transducers/issues/8

benjaminparnell commented 5 years ago

Also getting this issue, not sure what's happened

allenap commented 5 years ago

Hi @terezka, NRI builds are also breaking with the same error.

avh4 commented 5 years ago

Yeah, looks like the same thing as with elm-transducers. The "workaround" is to re-add the 5.1.0 tag to this repo until everyone upgrades to Elm 0.19.

omnibs commented 5 years ago

We forked, renamed and published the fork to get unblocked.

terezka commented 5 years ago

Oh, sorry you all! The tag has been added back!

alienscience commented 5 years ago

In a similar way to https://github.com/avh4-experimental/elm-transducers/issues/8 we no longer get the HTTP 404 and the error has now changed to:

Error: Problem when downloading the terezka/elm-plot 5.1.0 code.

@omnibs Are you able to give the name of your fork? I looked in your repository listing and cannot find it.

avh4 commented 5 years ago

Oh, right, I forgot about that part -- I had to fork the new repo name back to the old repo name to fix elm-transducers (though maybe that can't easily be done here because both are under terezka/ ?)

mariohuizar commented 5 years ago

I could not found the @omnibs repo. So I republished version 5.1.0 under: "mariohuizar/elm-plot": "1.0.0"