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

Heroku CI fails #50

Open
alessandromacagno opened this issue Sep 16, 2021 · 13 comments
Open

Heroku CI fails #50

alessandromacagno opened this issue Sep 16, 2021 · 13 comments

Comments

@alessandromacagno
Copy link

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
@barkovv
Copy link

barkovv commented Sep 16, 2021

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
Copy link

barkovv commented Sep 16, 2021

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

@timlewis
Copy link

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

@farooqch11
Copy link

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

waiting for this fix, to deploy new releases

@henriqgoncalvs
Copy link

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

@leandroalemao
Copy link

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

@farooqch11
Copy link

farooqch11 commented Sep 16, 2021

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!

@henriqgoncalvs
Copy link

Worked for me @leandroalemao thanks

@Harsh-br0
Copy link

Harsh-br0 commented Sep 16, 2021

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

@leandroalemao
Copy link

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.

@Maldradrem
Copy link

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

@jonathanong
Copy link
Owner

jonathanong commented Sep 16, 2021

#34 if anyone wants to work on it. I can grant access to this repo too - I don't use this anymore

@ductridev
Copy link

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

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

10 participants