-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ERROR: Download of https://dl.bintray.com/lovell/sharp/... failed #841
Comments
Never mind, the error must have been temporary with the website. It's working fine now. |
Happens pretty frequently lately. 😬 |
Please check http://status.bintray.com/ for any relevant announcements and direct feedback to https://twitter.com/bintray |
@jbaruch I've been getting a lot of negative feedback about Bintray availability recently. Are you able to help/comment? http://status.bintray.com/incidents/lp493rrr4xqm claims an hour of "degraded download speeds" today but messages, comments and issues I've seen, when added to a collapse in download stats, suggest this has been ongoing since around 07:30 UTC, with problems reaching a peak around 14:00 UTC today and lasting for about 5 hours. I'm thinking of switching to Github Releases for binary distribution... are you able to tempt/convince me not to? |
@lovell Please consider to use Github releases instead of unreliable Bintray. e.g. electron-builder migrated to Github and now users are happy (last month Bintray returns or 404, or 500 error). Or releases to both and fallback to GitHub :) |
It's better to do something with this issue asap. I can't push my project in production because of it and I think I'm not the only one. |
With ~6k downloads/day, it looks like we're hitting Bintray's 1TB/month limit. As a workaround for deployments, you can either (a) globally install libvips first, or (b) create a |
I use Heroku for production and I believe there is no way to install libvips using any of these workarounds. Is there some another way? Anyway, thank you for your help. |
@aberezkin https://github.com/alex88/heroku-buildpack-vips or one of its more recently updated forks may help. |
looks like Bintray is no reliable today. Github could be a good alternative
|
Commit 502ae78 will allow the base URL for the Bintray-hosted binary dependencies to be changed via the For example: SHARP_DIST_BASE_URL="https://hostname/path/" npm install sharp ...should attempt to download |
Bintray are reporting more problems today - see http://status.bintray.com/incidents/v4ghm1s1xrp9 - in my experience these errors occur well before and after the reported time window. 😿 |
Created #851 for the move to Github Releases. |
v0.18.2 now available with support for |
It appears the link to the binary for sharp is having issues on npm install.
I'm getting this error:
ERROR: Download of https://dl.bintray.com/lovell/sharp/libvips-8.5.5-linux-x64.tar.gz failed: Response code 500 (Internal Server Error)
It appears the link
https://dl.bintray.com/lovell/sharp/libvips-8.5.5-linux-x64.tar.gz
is having issues.The text was updated successfully, but these errors were encountered: