mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-24 22:05:53 +03:00
[GH-ISSUE #122] [Bug Report] Extended Metadata Request Failed when Downloading Episodes #107
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#107
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 @Wszechwszeteczny on GitHub (Nov 20, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/122
Originally assigned to: @Googolplexed0 on GitHub.
Zotify Version
0.9.31
Bug Description
A crash when trying to download a playlist of episodes.
Bug Triggering Command
zotify --debug "https://open.spotify.com/playlist/5dNMCguqkaeQ9dlC0nCzEK?si=yjVlHFz3R6ehtGuTU31npg"Error Traceback / Logs
console:
DEBUG.log:
Config File
config_DEBUG.json:
Additional Context
I'm running inside podman with the following command:
(Note: the port forwarding doesn't seem to work for me and I have to copy the OAuth callback url from my browser and use it with curl from within the container.)
@Googolplexed0 commented on GitHub (Nov 21, 2025):
Try setting the
REDIRECT_ADDRESSconfig to the podman address (something like "10.88.0.2" I think), it should redirect you properly. If that fix works for you, let me know and I'll add the runpod command to the README.I am able to reproduce this so it isn't a podman issue. Something must be wrong with podcast episodes. Will do more investigating.
@Wszechwszeteczny commented on GitHub (Nov 21, 2025):
Thanks for the quick response and for looking into this. I'm not familiar with zotify or librespot but I'm decent with Python so if I can help, please let me know.
Those episodes are very old (the first one is from 2009) so that might be a relevant factor. Sadly, the original host has gone down and Spotify seems to be the only place that still hosts them.
In addition to that, there seems to be some issue in podman with binding to 127.0.0.1 from within a container. I ended up passing
--network hostinstead of port mapping and now it works. Here is the full command:but you will probably want to change the volume (
-v) mapping.