Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML-Simple ArgumentError / README example broken #8

Open
jm3 opened this issue Jan 7, 2019 · 0 comments
Open

XML-Simple ArgumentError / README example broken #8

jm3 opened this issue Jan 7, 2019 · 0 comments

Comments

@jm3
Copy link

jm3 commented Jan 7, 2019

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>'

Gemfile.lock:

GEM
  remote: https://rubygems.org/
  specs:
    coderay (1.1.2)
    dotenv (2.6.0)
    flickr (1.0.2)
      xml-simple (>= 1.0.7)
    method_source (0.9.2)
    pry (0.12.2)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    xml-simple (1.1.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant