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

403 Forbidden?

alexhulbert opened this issue · comments

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.

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

Same here, how did you solve the issue?