mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-24 22:05:53 +03:00
[GH-ISSUE #19] Issues with Playlist Downloading #18
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#18
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 @dancinbutterfly on GitHub (Jun 9, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/19
Originally assigned to: @Googolplexed0 on GitHub.
Hello! Thank you so much for your help!
Progress has been made! I am learning!
But I'm having more issues! And I'm not sure what what mistake I'm making now
Zotify -p worked but there's new issues now?
When I tried to do a set of playlists instead of just one.
So I asked to download playists 3 though 13 with a dash and it looked like this
So I tried again and tried to download JUST playlist 3
That seems like it's working!
But there are some strange things happening in the code. For quite a few there will be a result
And then it seemed to just get overwhelemed and sit up bunch of rejection message and then it stopped and this is about the end of it. I'm not sure what exactly went wrong here? But I do know that "error" and "failed" happening a lot is a problem.
So what do you think?
Thanks again. I really appreciate your patience.
And hey! This is farther than I got last time! I'm encouraged! :D
@Googolplexed0 commented on GitHub (Jun 9, 2025):
This ValueError means that there is something wrong with how you are typing the ID selections. It looks like you added an extra comma that is unnecessary. To select 3 through 13 simply enter
3-13, the commas are only necessary when choosing multiple individual options (i.e.1, 4, 5-8, 12).The "Failed fetching audio key!" error is known to happen, but it is not an error with the Zotify library. Sometimes Spotify will timeout requests from your computer if it receives too many in a period of time. See the README for suggested countermeasures.
Glad you are not becoming frustrated and giving up. Everyone is a beginner at some point and you are learning, so keep at it! Also, I've pushed out a few major updates (now v0.7.10) that might help give you some clearer error messages in the future, so consider updating.