Ironholds / WikidataR

An R package for the Wikidata API
Other
53 stars 14 forks source link

find_item("Aaron Halfaker") failed #26

Closed josefslerka closed 7 years ago

josefslerka commented 7 years ago

Hi, i try to run tutorial examples, but after

find_item("Aaron Halfaker")

I received

Error in curl::curl_fetch_memory(url, handle = handle) : 
  Couldn't resolve host name
Ironholds commented 7 years ago

Thaaat's weird. Thanks; I'll dig into it.

Ironholds commented 7 years ago

@josefslerka this works perfectly for me; how is it for you now? I wonder if it could have been caused by some operations changes Wikimedia was making on Wednesday.

josefslerka commented 7 years ago

So strange.

library(WikidataR) aarons <- find_item("Aaron Halfaker") Error in curl::curl_fetch_memory(url, handle = handle) : Couldn't resolve host name

Ironholds commented 7 years ago

Huh. Are you behind tor or some kind of proxy?

Ironholds commented 7 years ago

And, what version of WikipediR and WikidataR are you using?

Ironholds commented 7 years ago

Ping?

josefslerka commented 7 years ago

Sorry.

WikipediR version 1.4.0 WikidataR version 1.3.0

josefslerka commented 7 years ago

That was the problem. With new version WikipediR is everything ok. Thnx.

Ironholds commented 7 years ago

Yay!