xissy / node-grooveshark-streaming

A node.js module for getting a music streaming url from Grooveshark without any API authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streaming URL error

danielfoord opened this issue · comments

Got the songID from the TinySong.getSongInfo, passed the ID along to the GrooveShark.getStreamingUrl and it returns the following streaming url "http://undefined/stream.php?streamKey=undefined"

Any tips ?

#4 - Yes, if a client tries to get streaming urls continually then gooveshark blocks the client based on IP. After a few hours the client can get urls again.

ah that would explain it, thanks :)