-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
[BUG] max() iterable argument is empty #677
Comments
Adding |
|
Am running the project locally, the above does not appear to be a solution (it did not halt propagation and it ended up failing further along) but my python sucks to the point where I can't get a debugger running. |
A debug log would help better. And possibly a playlist link if it's public, or better the concrete track that is failing. |
* seems to work - halt progress if this info is missing * Minor fixes --------- Co-authored-by: Nathan Thomas <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
I think you should open a new issue with that, will be more organized |
Good point, unfortunately that work around doesn't work properly anyhow. I had not fixed an issue similar to #537 yet so my config file wasn't properly called upon |
Regarding the PR #683. Cannot test it with other tracks after that one, but I'm pretty sure the execution would crash before downloading other tracks.
|
Fix for [BUG] max() iterable argument is empty nathom#677 (nathom#683)
I hope this finds someone well. I did happen to uncover some of the issues leading up to this main issue. I have done a rather hacky fix based on stuff I found.
|
Nice one, Corey.
That looks like really in depth look at what is happening.
My workaround to this has actually been to remove and then re-add the
offending tracks to the playlist on Deezer. It's a bit of a hassle for
massive playlists but it's straightforward enough.
…On Fri, 20 Sept 2024 at 09:21, Corey Berigan ***@***.***> wrote:
I hope this finds someone well. I did happen to uncover some of the issues
leading up to this main issue. I have done a rather hacky fix based on
stuff I found.
1. I noticed some errors preceding this error in the output like this:
ERROR Error fetching album of track 499218282: DataException:
album/63443292/tracks no data deezer.py:80
2. So I followed the part album/63443292 to the url
https://www.deezer.com/us/album/63443292. I noticed deezer redirects
to the same album but with a different ID.
3. So I figured this was probably a result of this deezer/spotify
playlist converter I used.
4. Anyway, from the newly redirected album I added back the tracks
that were in my playlist and removed the ones originally created in my
playlist.
5. This effectively removes the tracks related to the albums getting
redirected in deezer from my playlist.
6. I re-ran the download and it continues successfully.
7. When I hit more of the same errors just keep apply this fix until
it completes
—
Reply to this email directly, view it on GitHub
<#677 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGX5JKBL3M2PZYQKGRXYPLZXPEGPAVCNFSM6AAAAABHOJI5Q2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRTGAYDKOJRGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Describe the bug
The download of my playlist went fine but about 80 tracks in streamrip crashed with this value error.
Command Used
Debug Traceback
Config File
Operating System
Windows 11
streamrip version
2.0.5
Screenshots and recordings
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: