Open dshorthouse opened 3 years ago
For what it's worth, I've sidestepped the issue by making use of typhoeus instead of defaults that are evidently causing problems. This now works for me
Wikidata.configure do |config|
config.options = {
request: {
timeout: 20,
open_timeout: 20
}
}
config.faraday = -> (builder) { builder.adapter :typhoeus }
end
Can you submit a complete failing example plz ?
Not sure how to sort this one. I'm calling
Wikidata::Item.find(wikicode)
in a transaction and I get the following: