GET
未能抓住這個網站...爲什麼?GET永遠不會完成與Umlaut的網址ü
require(httr)
GET("http://www.atelco.de/1546/Bügeln.search") # Never finishes
GET(URLencode("http://www.atelco.de/1546/Bügeln.search")) # works fine
我試圖在他們的網址有ü其他網站:
GET("http://www.bosch-home.com/de/produkte/bügeln.html")
對我來說,像接縫的錯誤。但我不知道它是什麼。我在這裏錯過了什麼嗎?
我的會話信息是:
R version 3.2.2 (2015-08-14)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.1 (El Capitan)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] httr_1.0.0
loaded via a namespace (and not attached):
[1] R6_2.1.1 magrittr_1.5 tools_3.2.2 curl_0.9.4 stringi_1.0-1 stringr_1.0.0 XML_3.98-1.3
看起來像一個捲曲/ httr問題。請提交一個錯誤。 – hadley
完成:https://github.com/hadley/httr/issues/297 – Rentrop