-
Notifications
You must be signed in to change notification settings - Fork 91
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
got exception IndexError('list index out of range') #512
Comments
I can confirm this bug for version 0.9.1.dev100+g04ff005. Tested with multiple CDs and drives. 0.9.0 works fine on the same system.
I can run mor tests / provide more information if needed. Edit: Sorry, fixed the code formatting. |
this worked for me you can just change these lines Lines 454 to 455 in 04ff005
to this, hope this works for you if self.itable.tracks[number-1].isrc is not None:
tag_list['ISRC'] = self.itable.tracks[number-1].isrc |
Have you also verified that this writes the right ISRC tags to the right tracks? It seems plausible to me, but just checking. |
Looks like this might have broken it: 3c9e75c#diff-2c8e39a955bd26e27f024b8f040d38965d7ee32947086a1ec0ee0b773ba9f34d |
When trying to rip i get this error at the last track
The text was updated successfully, but these errors were encountered: