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

GS.Grooveshark.getStreamingUrl('40425973', function(err, streamUrl) {console.log(err,streamUrl) })

smolleyes opened this issue · comments

hi

i sometimes have a problem to get streaming url it return

GS.Grooveshark.getStreamingUrl('40425973', function(err, streamUrl) {console.log(err,streamUrl) })

-> null 'http://undefined/stream.php?streamKey=undefined'

an idear?

thx !

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.