Closed mathiasfoster closed 3 years ago
I'm not able to reproduce this but most likely there is an artist flagged as not having been refreshed yet:
2021-10-29 07:38:18 [DEBUG] deemon.cmd.refresh: There are 0 playlist(s) and 1 artist(s) waiting to be refreshed.
Try running refresh again to see if it clears (it should only show the above message directly after monitoring an artist).
Running deemon refresh
multiple times doesn't change the result.
Is there any way I can manually mark the artist as having been refreshed?
First set debug_mode
to true
in the config and rerun refresh. This will log some info related to the artist/release that's holding things up.
You may have found a bug related to some specific condition produced by that artist.
Please post the debug output from the log here so I can patch it if needed.
Edit: from this output you can determine which artist and remove them -or- open the database using "DB Browser for SQLite" and manually mark the artist as refreshed in the monitor table (is_refreshed = 1).
Excellent, debug_mode: true
exposed the name of the artist, I simply removed the artist, ran deemon refresh
, then re-added!
(not sure whether this is the same issue or not) It appears that playlists get downloaded multiple times. E.g. if there are 15 new tracks in a playlist, the entire playlist gets downloaded 15 times.
From queue.csv
:
artist_name,album_id,album_title,track_id,track_title,url,playlist_title,bitrate,download_path
Armin van Buuren,268483722,ASOT 1040 - A State Of Trance Episode 1040,None,None,https://www.deezer.com/album/268483722,>None,None,None,None,None,https://deezer.com/playlist/3153080842,Afrobeats,320,
None,None,None,None,None,https://deezer.com/playlist/3153080842,Afrobeats,320,
None,None,None,None,None,https://deezer.com/playlist/3153080842,Afrobeats,320,
None,None,None,None,None,https://deezer.com/playlist/1902101402,Electronic Hits,320,
None,None,None,None,None,https://deezer.com/playlist/1902101402,Electronic Hits,320,
None,None,None,None,None,https://deezer.com/playlist/1902101402,Electronic Hits,320,
None,None,None,None,None,https://deezer.com/playlist/1902101402,Electronic Hits,320,
None,None,None,None,None,https://deezer.com/playlist/1902101402,Electronic Hits,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320,
None,None,None,None,None,https://deezer.com/playlist/6682665064,Fresh Rap,320
...and so on
Glad to hear! That playlist issue is something new. I'll close this and open a new issue for that one.
In the logs:
I'm not sure what additional troubleshooting/information-gathering I can do, happy to try anything you suggest!