terezka/elm-charts

Builds failing with HTTP 404

alienscience opened this issue · 8 comments

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:
avh4-experimental/elm-transducers#8

Also getting this issue, not sure what's happened

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

avh4 commented

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.

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

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

In a similar way to avh4-experimental/elm-transducers#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

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/ ?)

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