Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for [BUG] max() iterable argument is empty #677 #683

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

craigologo
Copy link
Contributor

Fix for #677

Cause seems to be missing "download info".

With that missing, that max check was breaking. Defaulting to 0 breaks downstream as there is still missing data. Halting flow seems like the best solution for a quick fix.

This is how it now displays during execution if download data is missing:

image

@craigologo craigologo changed the title seems to work - halts progress if this info is missing Fix for [BUG] max() iterable argument is empty #677 May 16, 2024
streamrip/client/downloadable.py Outdated Show resolved Hide resolved
streamrip/media/playlist.py Outdated Show resolved Hide resolved
@nathom nathom merged commit 5c6e452 into nathom:dev Jun 11, 2024
2 checks passed
EllipPro added a commit to EllipPro/streamrip that referenced this pull request Jun 12, 2024
Fix for [BUG] max() iterable argument is empty nathom#677 (nathom#683)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants