rdiorb icon indicating copy to clipboard operation
rdiorb copied to clipboard

Rdio::log error?

Open danman01 opened this issue 13 years ago • 0 comments

I commented out the Rdio::log lines in oauth.rb (line 35) and it seems to work correctly.

Here's the original error:

ruby-1.8.7-p334 :002 > @rdio.getPlaybackToken("mydomain.com")ArgumentError: wrong number of arguments (0 for 1) from /Users/dannykirschner/.rvm/gems/ruby-1.8.7-p334/gems/rdio-0.0.96/lib/rdio/oauth.rb:35:in log' from /Users/dannykirschner/.rvm/gems/ruby-1.8.7-p334/gems/rdio-0.0.96/lib/rdio/oauth.rb:35:ininitialize' from /Users/dannykirschner/.rvm/gems/ruby-1.8.7-p334/gems/rdio-0.0.96/lib/rdio/oauth.rb:82:in call' from /Users/dannykirschner/.rvm/gems/ruby-1.8.7-p334/gems/rdio-0.0.96/lib/rdio/oauth.rb:82:inaccess_token_auth' from /Users/dannykirschner/.rvm/gems/ruby-1.8.7-p334/gems/rdio-0.0.96/lib/rdio/oauth.rb:59:in access_token' from /Users/dannykirschner/.rvm/gems/ruby-1.8.7-p334/gems/rdio-0.0.96/lib/rdio/base.rb:385:inaccess_token' from /Users/dannykirschner/.rvm/gems/ruby-1.8.7-p334/gems/rdio-0.0.96/lib/rdio/base.rb:300:in call' from /Users/dannykirschner/.rvm/gems/ruby-1.8.7-p334/gems/rdio-0.0.96/lib/rdio/base.rb:305:inreturn_object' from /Users/dannykirschner/.rvm/gems/ruby-1.8.7-p334/gems/rdio-0.0.96/lib/rdio/api.rb:233:in `getPlaybackToken' from (irb):2

danman01 avatar Feb 17 '12 03:02 danman01