bug#35398: http-get request fails for github.com

2019-06-24 Thread Ludovic Courtès
Hi Brian, Brian Woodcox skribis: > scheme@(guile-user)> (use-modules (web client)) > scheme@(guile-user)> (http-get "https://github.com;) > ERROR: In procedure get-bytevector-some: > Throw to key `gnutls-error' with args `(# temporarily unavailable, try again.> read_from_session_record_port)'.

bug#35398: http-get request fails for github.com

2019-05-23 Thread Ricardo Wurmus
Hi Brian, > System is —> Linux guix 4.20.10-gnu #1 SMP 1 x86_64 GNU/Linux > > I am running guile (GNU Guile) 2.2.4. > > http-get request is failing for “https://github.com ” > > The steps to reproduce are as follows: > > scheme@(guile-user)> (use-modules (web client)) >