You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Faraday versioning problem, either lock Faraday < 1, or upgrade the client to Faraday 1.0 similarly to dblock/open-weather-ruby-client#13. Want to give it a shot in a PR?
Hi, if I search for some term that doesn't exist, I get:
So Instead of rescuing
Faraday::ResourceNotFound
, I have to rescueNameError
now.The text was updated successfully, but these errors were encountered: