Yooooomi / your_spotify

Self hosted Spotify tracking dashboard
GNU General Public License v3.0
3.19k stars 133 forks source link

Import returns 'Song' by 'Artist' was not found by search #449

Open johnnnnnnnnnnnnnn opened 1 week ago

johnnnnnnnnnnnnnn commented 1 week ago

Describe the bug

I try to import my account history, but for every track in the json file, I get "'[warn] 'Song' by 'Artist' was not found by search" and nothing is imported.

Song and Artist in example above contains the actual name of the song and the actual artist.

Example:

[warn] Aniara by Joakim Berg was not found by search

Expected behavior

I expect the application to import my music history.

Additional context

I have changed to LOG_LEVEL debug in the server container. However, it does not produce any additional output related to this error.

n-AChegYag commented 1 week ago

I also encountered the same problem.

image