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
The README example fails after the third line (user = flickr.users(...) with
an XML-Simple ArgumentError:
ruby-2.4.2/gems/xml-simple-1.1.5/lib/xmlsimple.rb:996:in `find_xml_file': File does not exist: . (ArgumentError)
from ~/.rvm/gems/ruby-2.4.2/gems/xml-simple-1.1.5/lib/xmlsimple.rb:168:in `xml_in'
from ~/.rvm/gems/ruby-2.4.2/gems/xml-simple-1.1.5/lib/xmlsimple.rb:203:in `xml_in'
from ~/.rvm/gems/ruby-2.4.2/gems/flickr-1.0.2/flickr.rb:66:in `request'
from ~/.rvm/gems/ruby-2.4.2/gems/flickr-1.0.2/flickr.rb:148:in `method_missing'
from ~/.rvm/gems/ruby-2.4.2/gems/flickr-1.0.2/flickr.rb:120:in `rescue in users'
from ~/.rvm/gems/ruby-2.4.2/gems/flickr-1.0.2/flickr.rb:120:in `users'
from comments.rb:8:in `<main>'
The README example fails after the third line (
user = flickr.users(...)
withan XML-Simple ArgumentError:
Gemfile.lock:
The text was updated successfully, but these errors were encountered: