Skip to content

Gem dosn't work #6

@deepsystm

Description

@deepsystm

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions