heroku-buildpack-ffmpeg-latest icon indicating copy to clipboard operation
heroku-buildpack-ffmpeg-latest copied to clipboard

Heroku CI fails

Open alessandromacagno opened this issue 3 years ago • 13 comments

Hello @jonathanong,

thanks a lot for this repo, it worked perfectly until this morning.

Now, in Heroku CI, we have a random failure. Do you have any idea how to fix it? Thanks in advance


       Downloading https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
.       Unpacking the archive
xz: (stdin): Unexpected end of input
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
       Failed to unpack

alessandromacagno avatar Sep 16 '21 11:09 alessandromacagno

I have the same issue, manual triggering of new deploy helps (it seems that the johnvansickle.com host is unstable).

Probably it's a good idea to fallback to https://github.com/eugeneware/ffmpeg-static/releases (Github site is more reliable )

git push heroku main

barkovv avatar Sep 16 '21 12:09 barkovv

Here is the link for latest x64 file: https://github.com/eugeneware/ffmpeg-static/releases/latest/download/linux-x64.gz

barkovv avatar Sep 16 '21 13:09 barkovv

Thanks for the link barkovv, unfortunately that file wont work with the buildpack as it uses the command tar xJf "./$FFMPEG_ARCHIVE_NAME" --strip-components=1 to extract the file and this wont work with a gzipped file

timlewis avatar Sep 16 '21 13:09 timlewis

Hello guys facing same issue with the heroku build pack. did you guys found any solution?

waiting for this fix, to deploy new releases

farooqch11 avatar Sep 16 '21 14:09 farooqch11

I'm trying to work on something. Tried to fork this repo and tweak something using the repo that @barkovv sent. But didn't have any progress right now

henriqgoncalvs avatar Sep 16 '21 14:09 henriqgoncalvs

Had the same issue but just tried to use this fork as buildpack and worked well https://github.com/hmh84/heroku-buildpack-ffmpeg-latest.git

leandroalemao avatar Sep 16 '21 14:09 leandroalemao

heroku buildpacks:add --index 1 https://github.com/hmh84/heroku-buildpack-ffmpeg-latest.git --app universal-promote-dash add this buildpack , worked fine. thanks @leandroalemao

make sure to remove old build pack!

farooqch11 avatar Sep 16 '21 14:09 farooqch11

Worked for me @leandroalemao thanks

henriqgoncalvs avatar Sep 16 '21 14:09 henriqgoncalvs

Had the same issue but just tried to use this fork as buildpack and worked well https://github.com/hmh84/heroku-buildpack-ffmpeg-latest.git

This seems temp fix cuz that too depends on the site which hosts the bin Needs something that fetches the latest binary from trusted sources like github or gitlab which will not down unexpectedly

Harsh-br0 avatar Sep 16 '21 14:09 Harsh-br0

Had the same issue but just tried to use this fork as buildpack and worked well https://github.com/hmh84/heroku-buildpack-ffmpeg-latest.git

This seems temp fix cuz that too depends on the site which hosts the bin Needs something that fetches the latest binary from trusted sources like github or gitlab which will not down unexpectedly

Agree.. it's just a temporary fix.. I had the whole company waiting for my deployment so it was a quick fix.. but for sure the binary file needs to be hosted in a trusted server.

leandroalemao avatar Sep 16 '21 15:09 leandroalemao

Had the same issue but just tried to use this fork as buildpack and worked well https://github.com/hmh84/heroku-buildpack-ffmpeg-latest.git

Thanks, it works for now

Maldradrem avatar Sep 16 '21 17:09 Maldradrem

https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest/issues/34 if anyone wants to work on it. I can grant access to this repo too - I don't use this anymore

jonathanong avatar Sep 16 '21 17:09 jonathanong

@jonathanong can I get access to this repo? Thank you.

ductridev avatar Jan 08 '22 01:01 ductridev