unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* open-socket-for-uri returns string, but integer is needed
@ 2021-01-30 13:35 mbcladwell
  2021-01-30 14:29 ` Aleix Conchillo Flaqué
  0 siblings, 1 reply; 5+ messages in thread
From: mbcladwell @ 2021-01-30 13:35 UTC (permalink / raw)
  To: guile-user


Hi,
On Debian 10, Guile 3.0.4 I need to create a socket:

mbc@HP8300:~$ guile
GNU Guile 3.0.4
Copyright (C) 1995-2020 Free Software Foundation, Inc.
Enter `,help' for help.
scheme@(guile-user)> (use-modules (web client))
scheme@(guile-user)> (open-socket-for-uri  
"https://blockchain.info/q/24hrprice")
$1 = #<input-output: file 7f09b60b0e00>
scheme@(guile-user)> (open-socket-for-uri "http://localhost:3000/123")
$2 = #<input-output: socket 14>
scheme@(guile-user)>

A local http looks good - returns an integer socket.
A remote https uri returns file 7f09b60b0e00 which is rejected by  
downstream functions requiring a port/integer e.g. (http-get ....  
#:port )

I get the same results on Guile 2.2.7 in a Guix protected environment.
What am I doing wrong - how do I get an integer returned?
Thanks
Mortimer




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-31  8:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-30 13:35 open-socket-for-uri returns string, but integer is needed mbcladwell
2021-01-30 14:29 ` Aleix Conchillo Flaqué
2021-01-30 15:23   ` mbcladwell
2021-01-30 19:23     ` Aleix Conchillo Flaqué
2021-01-31  8:27       ` mbcladwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).