Hi, when i try to create any object, it raise error:
$ irb
2.1.4 :001 > require 'mixcloud'
=> true
2.1.4 :002 >
2.1.4 :003 > # Examples
2.1.4 :004 >
2.1.4 :005 > makoto = Mixcloud::User.new('http://api.mixcloud.com/makoto')
NoMethodError: undefined method `concat' for nil:NilClass
I test any ruby versions, and has different errors:
2.1.4 :002 > makoto = Mixcloud::User.new('http://api.mixcloud.com/makoto')
NoMethodError: undefined method `strip' for nil:NilClass
How make gem works with MixCloud API?
Hi, when i try to create any object, it raise error:
I test any ruby versions, and has different errors:
How make gem works with MixCloud API?