Ticket #74 (new defect)
Morituri error message on Lubuntu 10.10 (invalid characters for FAT filesystem)
| Reported by: | https://me.yahoo.com/a/1x8mkrkct9uz0oqhoxpcytvzz5cnv2g-#69d0d | Owned by: | https://thomasvs.myopenid.com/ |
|---|---|---|---|
| Priority: | major | Milestone: | future |
| Component: | morituri | Version: | 0.1.1 |
| Keywords: | Cc: |
Description
Hi, Thomas. I tried morituri on Lubuntu 10.10. Some CDs ripped just fine, but some got an error message like this :
budianto@budianto-laptop:/media/Expansion/FLAC$ rip cd rip --offset 6
Checking device /dev/sr0
CDDB disc id 7908c509
MusicBrainz?? disc id Lhkbpp49GvbK6zI2YITyZk.zy1s-
Matching releases:
Artist : Children of Bodom
Title : Are You Dead Yet?
Artist : Children of Bodom
Title : Are You Dead Yet?
WARNING: pycdio not installed, cannot identify drive
Ripping track 1 of 9: 01. Children of Bodom - Living Dead Beat.flac
Message: pygobject_register_sinkfunc is deprecated (GstObject??)
Traceback (most recent call last):
File "/usr/bin/rip", line 35, in <module>
sys.exit(main.main(sys.argv[1:]))
File "/usr/lib/python2.6/dist-packages/morituri/rip/main.py", line 12, in main
ret = c.parse(argv)
File "/usr/lib/python2.6/dist-packages/morituri/extern/command/command.py", line 329, in parse
return self.subCommands[command].parse(args[1:])
File "/usr/lib/python2.6/dist-packages/morituri/extern/command/command.py", line 329, in parse
return self.subCommands[command].parse(args[1:])
File "/usr/lib/python2.6/dist-packages/morituri/extern/command/command.py", line 300, in parse
ret = self.do(args)
File "/usr/lib/python2.6/dist-packages/morituri/rip/cd.py", line 228, in do
ripIfNotRipped(i + 1)
File "/usr/lib/python2.6/dist-packages/morituri/rip/cd.py", line 185, in ripIfNotRipped
taglist=prog.getTagList(number))
File "/usr/lib/python2.6/dist-packages/morituri/common/program.py", line 440, in ripTrack
os.makedirs(dirname)
File "/usr/lib/python2.6/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 22] Invalid argument: '/media/Expansion/FLAC/Children of Bodom - Are You Dead Yet?'
I need your help for this. Thank You
Note : I will rip the CD into FLAC files
Change History
comment:2 Changed 23 months ago by https://me.yahoo.com/a/1x8mkrkct9uz0oqhoxpcytvzz5cnv2g-#69d0d
Now I know what you are talking about. Yes, the format for /media/Expansion is FAT32. I tried to rip to EXT4 on the other partition and have no problem at all, thank you. I'm using morituri 0.1.2 right now, and got error message at the start of the program "tray closed failed, Input/Output? error". May be because I use a CD drive from a laptop, isn't it?. Also, why the log file that has been created by the program show different info compare to the info while the program is running? Example: peak level from the running is 93.6% but the log file show 95.1%? And why in this version, the error message "warning:pycdio not installed" on Lubuntu is still exist? I'm sorry to bother you with so much question, because I think this software have realy realy great future in replacing EAC on Linux. Rubyripper is nothing compare to this. Thank You
comment:3 Changed 22 months ago by http://thomasvs.myopenid.com/
The tray closed failed is harmless, it is indeed because your laptop cd drive cannot be closed by the computer.
The peak level difference sounds like a bug. Please create a separate ticket for that. Anything else you see different ?
The warning simply means that pycdio is not installed. Run python and try "import pycdio"

What file system is mounted on /media/Expansion?