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
In flickr.rb, if you set session['oauth'] = {} before calling super, it appears to fix it. Not sure if this is the correct solution, but something appears broken.
This is being run in jRuby with the following versions in my Gemfile.lock
It looks to me like session['oauth'] contains a string rather than a Hash. Any chance you could inspect it and see what's in there? Maybe an undecoded bit of JSON or other serialization of the oauth hash?
In flickr.rb, calling 'super' in the 'request_phase' is failing at session['oauth'][name.to_s]
The error is 'string not matched' with a stack trace of
In flickr.rb, if you set session['oauth'] = {} before calling super, it appears to fix it. Not sure if this is the correct solution, but something appears broken.
This is being run in jRuby with the following versions in my Gemfile.lock
The text was updated successfully, but these errors were encountered: