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
Calling client.getPlaylists is resulting in TypeError Exception: can't convert String into Integer error.
If I use rdio-simple library directly, I was able to get the playlist but when I use the rdio-ruby I'm getting this exception. Here is the full stacktrace
Calling client.getPlaylists is resulting in TypeError Exception: can't convert String into Integer error.
If I use rdio-simple library directly, I was able to get the playlist but when I use the rdio-ruby I'm getting this exception. Here is the full stacktrace
/Users/schilappagari/.rvm/gems/ruby-1.9.3-p125/bundler/gems/rdio-ruby-f95ba6285ef0/lib/rdio/types/base.rb:92:in
[]' /Users/schilappagari/.rvm/gems/ruby-1.9.3-p125/bundler/gems/rdio-ruby-f95ba6285ef0/lib/rdio/types/base.rb:92:in
block in load_from_api_response'/Users/schilappagari/.rvm/gems/ruby-1.9.3-p125/bundler/gems/rdio-ruby-f95ba6285ef0/lib/rdio/types/base.rb:91:in
each' /Users/schilappagari/.rvm/gems/ruby-1.9.3-p125/bundler/gems/rdio-ruby-f95ba6285ef0/lib/rdio/types/base.rb:91:in
load_from_api_response'/Users/schilappagari/.rvm/gems/ruby-1.9.3-p125/bundler/gems/rdio-ruby-f95ba6285ef0/lib/rdio/types/base.rb:66:in
initialize' /Users/schilappagari/.rvm/gems/ruby-1.9.3-p125/bundler/gems/rdio-ruby-f95ba6285ef0/lib/rdio/types/playlists_result.rb:19:in
new'/Users/schilappagari/.rvm/gems/ruby-1.9.3-p125/bundler/gems/rdio-ruby-f95ba6285ef0/lib/rdio/types/playlists_result.rb:19:in
load_from_api_response' /Users/schilappagari/.rvm/gems/ruby-1.9.3-p125/bundler/gems/rdio-ruby-f95ba6285ef0/lib/rdio/types/base.rb:66:in
initialize'/Users/schilappagari/.rvm/gems/ruby-1.9.3-p125/bundler/gems/rdio-ruby-f95ba6285ef0/lib/rdio/client.rb:118:in
new' /Users/schilappagari/.rvm/gems/ruby-1.9.3-p125/bundler/gems/rdio-ruby-f95ba6285ef0/lib/rdio/client.rb:118:in
block (2 levels) in class:Client'app/controllers/jukebox_rooms_controller.rb:79:in `show'
Any ideas?
Thank you.
The text was updated successfully, but these errors were encountered: