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

[Bug] Go installer source host parsing error #790

Closed
2 of 6 tasks
kdien opened this issue Jan 2, 2024 · 1 comment
Closed
2 of 6 tasks

[Bug] Go installer source host parsing error #790

kdien opened this issue Jan 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kdien
Copy link

kdien commented Jan 2, 2024

What were you trying to install (or what else went wrong)?

Go

What exactly did you do?

Clean OS install. webi go and curl -sS https://webi.sh/go | sh both failed. Other tools (node, fzf, etc.) successfully installed.

What went wrong?

The URL to download somehow got parsed to just the filename, causing curl to fail.

$ webi go

>>> Welcome to Webi! - modern tools, instant installs.  <<<
    We expect your experience to be absolutely perfect!

    Success? Star it!   https://github.com/webinstall/webi-installers
    Problem? Report it: https://github.com/webinstall/webi-installers/issues
                        (your system is GNU/Linux/x86_64 with libc & curl+wget)
Installing go ...
    Found  ~/.local/bin
    Downloading go from
      go1.21.5.linux-amd64.tar.gz
curl: (6) Could not resolve host: go1.21.5.linux-amd64.tar.gz
    failed to download (curl) 'go1.21.5.linux-amd64.tar.gz'
    curl -f -sSL -A 'webi/curl+wget x86_64/unknown GNU/Linux/6.2.0-39-generic libc' 'go1.21.5.linux-amd64.tar.gz' -o '/home/kdien/Downloads/webi/go/1.21.5/undefined.part'
    curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.
5.16
Release-Date: 2022-01-05
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets zstd

Which OS did you try on?

  • Mac
  • Windows
  • Linux

What type of computer (i.e. laptop, desktop, Raspberry Pi)?

  • Laptop or Desktop (amd64 / x86-64)
  • Raspberry Pi (ARM-64)
  • Other (please specify, if you know)
@kdien kdien added the bug Something isn't working label Jan 2, 2024
@coolaj86
Copy link
Member

coolaj86 commented Jan 2, 2024

Thank you very much for the report @kdien.

I just fixed and deployed.

This issue was due to changes in #756 that were deployed live a little over a day ago. The fix is in #791.

@coolaj86 coolaj86 closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants