Sorrow446 / Napster-Downloader

Napster downloader written in Go.
23 stars 3 forks source link

Error: Failed to get album metadata. #11

Closed Manute1337 closed 7 months ago

Manute1337 commented 7 months ago

Hello,

on the both Albums linked below i always get the error: Failed to get album metadata. parsing time "\"\"" as "\"2006-01-02T15:04:05Z07:00\"": cannot parse "\"" as "2006"

https://web.napster.com/album/alb.7583903 https://web.napster.com/album/alb.253965723

Tried also with play.napster.com

Same error in cmd-line or in txt-file.

Anyway, thank you for the great work and cool tool! Downloaded a few weeks ago some tracks with success :), and other are still working.

Happy holidays!

Sorrow446 commented 7 months ago

You're welcome, happy holidays. Already fixed a while back. The binaries are outdated. https://github.com/Sorrow446/Napster-Downloader/commit/0c59733eb01ac1588cf5de5add906bd9776d4701

Manute1337 commented 7 months ago

Sorry, did look only for updates on the bins. Will try to compile :-). Thanks for the fast and nice reply.

I did compile them via gitpod, using line GOOS=windows GOARCH=amd64 go build .

Working now, thank you.

Sorrow446 commented 7 months ago

No probs. Sorry for outdated bins, I sometimes don't bother as it's pretty easy to compile yourself.