Hi,
I'm encountering a consistent crash when trying to fetch data using the Audio Features tab with Spotify on macOS (One Tagger v1.7.0).
Every single track fails to analyze (50 out of 50 tracks), returning the following error log under the AUDIO FEATURES ❗ status:
Audio features search track by ISRC error: json parse error: missing field popularity at line 1 column 2960
It seems like Spotify recently changed or deprecated the popularity field in their API response object, causing the JSON parser to fail when it cannot find that specific field.
Could you look into updating the Spotify API object mapping to make the popularity field optional or remove the strict dependency?
Thanks for your amazing work on this tool!
Hi,
I'm encountering a consistent crash when trying to fetch data using the Audio Features tab with Spotify on macOS (One Tagger v1.7.0).
Every single track fails to analyze (50 out of 50 tracks), returning the following error log under the AUDIO FEATURES ❗ status:
Audio features search track by ISRC error: json parse error: missing field popularity at line 1 column 2960
It seems like Spotify recently changed or deprecated the popularity field in their API response object, causing the JSON parser to fail when it cannot find that specific field.
Could you look into updating the Spotify API object mapping to make the popularity field optional or remove the strict dependency?
Thanks for your amazing work on this tool!