mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #104] [Bug Report] Duplicate Downloads After Skipping & FeederException #91
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @havoktheorem on GitHub (Oct 23, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/104
Originally assigned to: @Googolplexed0 on GitHub.
0.10.16
I can't manage to get every song in my liked songs downloaded before a rate limits or other bug stops the flow. When I start it again, I end up with the same songs being downloaded multiple times. I tried manually specifying the song_archive location and it made no different.
@havoktheorem commented on GitHub (Oct 24, 2025):
This is the error I get. You can see it reads out 'SKIPPING:' but then somehow downloads or duplicates the track anyway.
@Googolplexed0 commented on GitHub (Oct 28, 2025):
This is very strange. Clearly it is detecting that they should be skipped, but it's not skipping them. Please try updating to v0.10.22 (which will also update librespot-python), run with
--debugenabled, and attach the created logfile. This might give a clue as to what is happening on your machine.I will try to reproduce this but skipping works perfectly for me. Maybe also try with
OPTIMIZED_DOWNLOADINGoff? This shouldn't be the problem but it would be very interesting if it had an effect.@Googolplexed0 commented on GitHub (Nov 21, 2025):
Stale