KKDad/piwigo-api

Session.login give NoMethodError: undefined method `messages'

tetraf opened this issue · 2 comments

I think there's an extra "s" at the end of "messages" at line 118 in session.rb.

logger.error "Login failed: #{e.messages}"

It seems that albums.rb has the same problem.

And session.rb, line 53.

logger.error "Unexpected failed: #{e.messages}"