hanklords/flickraw

undefined method `keys' for "year":String (NoMethodError)

Closed this issue · 2 comments

I recently keep getting this error

.../lib/flickraw/response.rb:8:in build: undefined method keys' for "year":String (NoMethodError)

when calling

flickr.photos.getInfo(:photo_id => xxxxxxxxxx)

And I don't know how to fix it.

Hi gatogatogato,

Flickraw was moved to the Flickr namespace, and development has continued on https://github.com/cyclotron3k/flickr/

The issue you mention was identified in cyclotron3k#3 and resolved in cyclotron3k#4

https://rubygems.org/gems/flickr/ v2.1.0

Thank you so much for this. I will adapt my code accordingly. Thank you for keeping this alive!