Skip to content

TypeError: Cannot read property 'state' of getState #31

@Alutun

Description

@Alutun

Hi guys, great lib to control spotify.

However i m running into an error when i try to get the state.

spotify.getState(function(err, state){});

here the full error :

TypeError: Cannot read property 'state' of undefined
....
at spotify-node-applescript/lib/spotify-node-applescript.js:98:20
at ChildProcess. (...node_modules/applescript/lib/applescript.js:54:7)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)

even more weird seems that the Json object state is not empty because i can still print it.
This happen even if my callback of the getState function is empty.

I have been looking in the code and also on the issue #28 but no luck for now.

OSX : 10.12 - node js V6.8.0 - npm 3.10.8

Hope you can help me =)

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