soundnode-app
soundnode-app copied to clipboard
7.0.1-RC1 - Time to Reset:Invalid Date with my API key
Using 7.0.1-RC1 on OSX Catalina 10.15.3
On default API key, hit rate limit with a date.
Added my API key, and now I'm getting this error:

Any idea?
Never seen the invalid date issue. Maybe the key isn't correct. I'll be able to dive deeper into it when i get some free time, but best bet is check the network tab & see what the response is (maybe they've removed the date or the key is malformed when it was saved?)
Same issue here with 7.0.1-RC2 on Windows despite client_id set in config file
I get same issue with 7.0.0 on Mac after setting client_id in userConfig.
also same issue here on Mac Dev tools showing a 403 Forbidden error
The youtube-dl patch fixes it for me. See: https://github.com/Soundnode/soundnode-app/pull/1029
The youtube-dl patch fixes it for me. See: #1029
Sorry for probably stupid question. But how do I install the plugin and make it work with soundnode?
how do I install the plugin
For youtube-dl see: http://ytdl-org.github.io/youtube-dl/download.html
make it work with soundnode
Once you install youtube-dl and it is on your PATH, (i.e. you can type youtube-dl on the terminal and it works) then you can go ahead and build soundnode with that patch. (You can google ways to apply a patch, here is the associated patch file.) For building soundnode see: https://github.com/Soundnode/soundnode-app/wiki/Development
Alternatively you can use your package manager if it is available. I.e. on Arch Linux, you can just yay -S soundnode-youtube-dl