Backup fails
Hey, thank your for spotify-backup.
As a long term Spotify account owner, going through various refactoring of Spotify one particular playlist that was created back when you could use Spotify to listen to local music causes the export to fail with the error message:
There was an error with your backup: convert result failed, reason:
Error("invalid value: integer-2000, expected u32", line: 1581, column: 27);
I checked an Spotify UI reports a length of 00:00 for the affected track/s.
Hi,
Thanks for your bug report.
I looked into it but it seems the parsing of that json is being done by rspotify, and that is where the error is coming from. We might need to open an issue there. I am updating rspotify to the latest version to make sure this error is still there.
Thank you for your response :)
Ah I see https://github.com/ramsayleung/rspotify/pull/3/files yes it still appears u64 https://github.com/ramsayleung/rspotify/search?q=timestamp