gobinaries icon indicating copy to clipboard operation
gobinaries copied to clipboard

Error downloading, got 500 response from server

Open safareli opened this issue 3 years ago • 7 comments

Prerequisites

  • [x] I searched to see if the issue already exists.

Description/Steps to Reproduce

curl -sf https://gobinaries.com/tj/robo | sh

  ==> Downloading github.com/tj/robo@master
  ==> Resolved version master to v0.7.0
  ==> Downloading binary for darwin arm64

  Error downloading, got 500 response from server

safareli avatar Aug 11 '21 17:08 safareli

Reopening #37 as it still exists

safareli avatar Aug 11 '21 17:08 safareli

I think the issue is that robo has no darvin arm64 in release assets https://github.com/tj/robo/releases/tag/v0.7.0

safareli avatar Aug 12 '21 09:08 safareli

It actually builds the package based on the given arch so it should still work, just to be sure it’s not the go version causing an error (which it shouldn’t since it is still 1.12) , try using the same with https://goblin.barelyhuman.xyz

barelyhuman avatar Jan 16 '22 22:01 barelyhuman

hi! I'm hitting the same

% curl https://gobinaries.com/madrugada-labs/dorsie@latest | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4110    0  4110    0     0   5888      0 --:--:-- --:--:-- --:--:--  5879

  ==> Downloading github.com/madrugada-labs/dorsie@latest
  ==> Resolved version latest to v0.0.1
  ==> Downloading binary for darwin arm64

  Error downloading, got 500 response from server

blasrodri avatar Jun 17 '22 15:06 blasrodri

Screenshot 2022-06-17 at 9 21 54 PM @blasrodri

barelyhuman avatar Jun 17 '22 15:06 barelyhuman

This is happening for me as well curl -sf https://gobinaries.com/chriswalz/bit | sh; Screenshot 2023-02-21 at 2 04 26 PM

chriswalz avatar Feb 21 '23 19:02 chriswalz

Any progress?

AminHuang avatar May 06 '23 11:05 AminHuang