KKDad / piwigo-api

Ruby gem to interact with Piwigo API
MIT License
0 stars 1 forks source link

Session.login give NoMethodError: undefined method `messages' #8

Open tetraf opened 1 year ago

tetraf commented 1 year ago

I think there's an extra "s" at the end of "messages" at line 118 in session.rb. https://github.com/KKDad/piwigo-api/blob/2c6db5c1306a71edb27c6fbef2f8a9ca71c2a151/lib/piwigo/session.rb#L118

tetraf commented 1 year ago

It seems that albums.rb has the same problem.

tetraf commented 1 year ago

And session.rb, line 53. https://github.com/KKDad/piwigo-api/blob/2c6db5c1306a71edb27c6fbef2f8a9ca71c2a151/lib/piwigo/session.rb#L53