Displaying 2 results from an estimated 2 matches for "cannotconnect".
2011 May 20
4
source and localhost
...on source() using a
url of the kind:
http://localhost:5984/path/fn.R
I receive
Fehler in file(file, "r", encoding = encoding) :
kann Verbindung nicht ?ffnen
Zus?tzlich: Warnmeldung:
In file(file, "r", encoding = encoding) :
?ffnen fehlgeschlagen: HTTP Status war '502 cannotconnect'
The url itself is ok since I can:
- use a browser
- use curl
- use download.file() function
- use getURL() (out of Duncans RCurl)
furthermore it works, when I use the full host + domain name.
So I think it is about dns stuff. I get a nice:
> Sys.getenv("no_proxy")
[1] "loc...
2011 May 20
0
WG: Re: source and localhost
...>>
> >> Fehler in file(file, "r", encoding = encoding) :
> >> kann Verbindung nicht ?ffnen
> >> Zus?tzlich: Warnmeldung:
> >> In file(file, "r", encoding = encoding) :
> >> ?ffnen fehlgeschlagen: HTTP Status war '502 cannotconnect'
> >>
> >> The url itself is ok since I can:
> >> - use a browser
> >> - use curl
> >> - use download.file() function
> >> - use getURL() (out of Duncans RCurl)
> >>
> >> furthermore it works, when I use the full host + d...