-
Notifications
You must be signed in to change notification settings - Fork 42
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
morituri crashes if disc not found on MusicBrainz #89
Comments
I'm running into this same error while trying to retag an image using v2.0.3. The 'NoneType' object has no attribute 'discid' comes up for me on all .cue in my collection and the paste below is just one example. rip image retag /.cue Matching releases: Artist : Bloodhound Gang Traceback (most recent call last): |
I'm still seeing this bug on Arch Linux with morituri 0.2.3 while trying to rip a disc:
Is there a fix for this yet? |
OK, it looks like this issue has been fixed in git. Is there any plan to do a release any time soon? |
There's a morituri-git package in the AUR you can use until the next release. |
Yeah, that's what I'm using now, thanks. |
Is a MusicBrainz entry required in order to rip? I have a CD that is not found in Musicbrainz and Morituri just ejects the disc? Why can't it rip the disk as unknown? |
You can use CDDB else. But yes, it’s needed AFAIK. And when I encounter a CD that’s not found in Musicbrainz, then I add it there, it’s a collaborative database, you’re welcome to contribute! |
Ok, Morituri can be forced to rip a disc unknown to MusicBrainz by passing the -U option and I am seeing this issue as well. I just patched my local cd.py to workaround... |
Same problem here, version 0.2.3. |
This has already been submitted upstream: 01f07c5 |
Thanks! |
I'm getting crashes for |
@toolforger file separate issues for those please with the traceback. |
Done, see #126 |
Still running into this issue with the copr repo from https://copr.fedorainfracloud.org/coprs/snuxoll/morituri/ Applied @mwpow3ll manually as a workaround. |
I still see this in morituri 0.2.3-1 on arch x64. |
I tried the git PKGBUILD on AUR which also does not work. Same error. |
Looking at this again: And why is no further version tagged if it got fixed? |
morituri 0.2.3 crashes when attempting to rip a CD that does not exist in MusicBrainz, even if the -U option is provided. Eg.:
Ripping works fine with the same options with any other disc that is included in MusicBrainz. Would appreciate if you could look into this. I haven't been able to find a way to workaround it so far.
Also, could you please consider adding an option to make MusicBrainz optional? I've never been a big fan of that service, and I'm currently writing a wrapper script around morituri to let me use freedb data instead. However, it's a little annoying that it's still dependent on MusicBrainz data and embeds all of that data in the cue/log files even when I don't want it, and a bit more annoying when it crashes entirely because of a bug with MusicBrainz support. :-) Not all that big a deal if you don't want to make it optional, but since I was posting here I thought I'd ask.
Thanks. Aside from this issue, morituri has been fantastic, and finally got me to switch away from EAC.
The text was updated successfully, but these errors were encountered: