-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* seems to work - halt progress if this info is missing * Minor fixes --------- Co-authored-by: Nathan Thomas <[email protected]>
- Loading branch information
1 parent
f855572
commit 5c6e452
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5c6e452
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thanks for the commit! Great timing as I just recently had this exact issue. #683
The fix has resolved the "max() iterable argument is empty" errors I get when attempting to rip the url of my own public deezer playlists on the non-dev branch. It now skips tracks that are forbidden to access; error 403 (the reason as to why still confounds me? I can play that song on Deezer and it is still listed in the playlist)
Update: The previous information wasn't fully correct. The issue does seem to be that tracks that encounter an Error 403: Forbidden are now skipped, preventing a max() iterable error, but at other points in the code these skipped song files are accessed; throwing mutagen errors as these files don't exist.
I'm opening a new issue for this
Config file: