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
Running into this issue when running the example/command-line.rb:
rdiorb/lib/rdio/simple_om.rb:89:in om': undefined method+' for #<Enumerator: {"oauth_callback"=>"oob"}:collect> (NoMethodError)
from /Users/ryan/Sites/rdiorb/lib/rdio/simple_rdio.rb:77:in signed_post' from /Users/ryan/Sites/rdiorb/lib/rdio/simple_rdio.rb:45:inbegin_authentication'
from command-line.rb:32:in `
'
using ruby 1.9.2
The text was updated successfully, but these errors were encountered:
I was integrating the simple oauth stuff and committed in order to use another machine. This isn't incorporated into the gem yet, but was working when I put it in. I'm getting an exception, too, right now. I'll look into it, but all tests are passing now for the old way of using the api.
Running into this issue when running the example/command-line.rb:
rdiorb/lib/rdio/simple_om.rb:89:in
'om': undefined method
+' for #<Enumerator: {"oauth_callback"=>"oob"}:collect> (NoMethodError)from /Users/ryan/Sites/rdiorb/lib/rdio/simple_rdio.rb:77:in
signed_post' from /Users/ryan/Sites/rdiorb/lib/rdio/simple_rdio.rb:45:in
begin_authentication'from command-line.rb:32:in `
using ruby 1.9.2
The text was updated successfully, but these errors were encountered: