soundnode-app icon indicating copy to clipboard operation
soundnode-app copied to clipboard

7.0.1-RC1 - Time to Reset:Invalid Date with my API key

Open simonjohnparker opened this issue 5 years ago • 7 comments
trafficstars

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: Screenshot 2020-02-13 at 11 27 03

Any idea?

simonjohnparker avatar Feb 13 '20 11:02 simonjohnparker

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?)

jakejarrett avatar Feb 13 '20 23:02 jakejarrett

Same issue here with 7.0.1-RC2 on Windows despite client_id set in config file

capi1O avatar Mar 24 '20 11:03 capi1O

I get same issue with 7.0.0 on Mac after setting client_id in userConfig.

Henthor avatar Apr 03 '20 08:04 Henthor

also same issue here on Mac Dev tools showing a 403 Forbidden error

movvam avatar May 02 '20 22:05 movvam

The youtube-dl patch fixes it for me. See: https://github.com/Soundnode/soundnode-app/pull/1029

acxz avatar May 03 '20 16:05 acxz

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?

Henthor avatar May 07 '20 15:05 Henthor

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

acxz avatar May 07 '20 15:05 acxz