asdf-vm / asdf-nodejs

Node.js plugin for asdf version manager
https://github.com/asdf-vm/asdf
MIT License
907 stars 143 forks source link

Curl error when installing node 10.9.0: curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2) #91

Closed PaoloLaurenti closed 5 years ago

PaoloLaurenti commented 6 years ago

I am trying to install nodejs 10.9.0 but every time I try I get an error by Curl.

asdf install nodejs 10.9.0
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3856    0  3856    0     0   1395      0 --:--:--  0:00:02 --:--:--  1394
gpg: Signature made gio 16 ago 2018 03:44:43 CEST
gpg:                using RSA key DD8F2338BAE7501E3DD5AC78C273792F7D83545D
gpg: Good signature from "Rod Vagg <rod@vagg.org>" [unknown]
gpg:                 aka "Rod Vagg <r@va.gg>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: DD8F 2338 BAE7 501E 3DD5  AC78 C273 792F 7D83 545D
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
 45 17.6M   45 8175k    0     0  26817      0  0:11:30  0:05:12  0:06:18  140k
curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)

I updated curl with the last version but the issue is still present:

curl --version
curl 7.61.0 (x86_64-pc-linux-gnu) libcurl/7.61.0 OpenSSL/1.1.0g zlib/1.2.11 nghttp2/1.32.0
Release-Date: 2018-07-11
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp 
Features: AsynchDNS IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy
Stratus3D commented 5 years ago

That looks like possibly a network issue? Have you tried installing that version since then?

PaoloLaurenti commented 5 years ago

@Stratus3D I tried right now and everything works fine. Probably it's been a network issue as you said. Thank you.