-
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
AttributeError: 'module' object has no attribute 'CDTEXT_FIELD_TITLE' #123
Comments
I'm having a similar problem: |
Same problem here. The CD is not in the musicbrainz database, but the "-U" parameter didn't help. |
@atcapollo @johnnydvc @antondd Is this your case? |
Just tried again a CD which I ripped successfully a few months ago, this gives now the same problem. So yes, should be not depending on the CD, but some problems after an update. I am running Kubuntu 15.10, according to https://launchpad.net/ubuntu/+source/libcdio this would be indeed running 0.83 (even though I don't find the info on my computer). How would I update the package? Thanks? |
My distro (Ubuntu 15.10) doesn't seem to provide libcdio in any other version. |
@antondd @johnnydvc You can compile libcdio from source or install the Debian package from the experimental branch: LINK (I don't know if it works). If you want to downgrade pycdio you can install the 0.17 version using pip: sudo apt-get install python-pip
sudo apt-get install python-dev libcdio-dev libiso9660-dev swig pkg-config
sudo pip install pycdio==0.17 |
Tried first to install the experimental branch package libcdio in you link, same error message. |
Too early. Not sure if it is related or another issue. The CD was not in MusicBrainz, so I used the following command: Seemed to be first fine, but in the end another error. Here's the full output: Traceback (most recent call last): |
Thanks, just figured it out by myself, I entered the CD in MusicBrainz by myself, and it works. Will try to get the newer version. |
First use of morituri on Ubuntu 12.04 LTS. Pycdio installed, I get this error:
http://pastebin.com/2f0i0Fri
Is this a bug, how do I solve it?
The text was updated successfully, but these errors were encountered: