xissy / node-grooveshark-streaming

A node.js module for getting a music streaming url from Grooveshark without any API authentication.
23 stars 4 forks source link

403 Forbidden? #8

Open alexhulbert opened 10 years ago

alexhulbert commented 10 years ago

Sorry to bother you again, but I've run across an error while trying to use grooveshark-streaming. I decided to go ahead and use your library, disregarding any previous legal concerns (after all, everything's legal in Sweden :P). Upon trying to navigate to any stream URL, I receive a 403 Forbidden error. The odd thing is that the songs are detected as MPEG, but beyond that nothing happens. It also might be important to note that upon accessing a page one, any subsequent requests come up empty. Although I'm assuming that's supposed to happen.

alexhulbert commented 10 years ago

I figured out the issue. You have to actually CURL/Download/etc. programatically. Who would've thought? Another stupid issue on my part -.-

IonicaBizau commented 10 years ago

Same here, how did you solve the issue?