On Wed, Feb 02, 2005 at 03:30:19PM +0000, Martin Michlmayr wrote:
> I just got the following error from jack.  It wasn't clear at all
> whether the TOC helper or whether /dev/cdrom didn't exist (turned out
> to be the latter).

> This is jack 3.1.1 (C)2004 Arne Zellentin <[EMAIL PROTECTED]>
>  *warning* config file /etc/jackrc is of unknown version None.
> Traceback (most recent call last):
>   File "/usr/lib/python2.3/site-packages/jack_functions.py", line 134,
> in gettoc
>     exec(jack_helpers.helpers[toc_prog]['toc_fkt'])
>   File "<string>", line 3, in ?
> error: (2, 'No such file or directory')
> Trouble reading the disk's TOC. If you already ripped the CD, you'll have to
> cd into the created directory which is either named after the CD's title
> or still called jack-xxxxxxxx (xxxxxxxx is a hex number).
 
Well, it's a bit hard to tell for jack as it just prints out the error
message it gets from the helper. We could add something like:

        try:
            exec(jack_helpers.helpers[toc_prog]['toc_fkt'])
        except:
+           print "Executing toc helper failed:"
            traceback.print_exc()
            print "Trouble reading the disk's TOC.

which would be printed before the traceback. Not sure whether that will
help a lot, though.

-- 
Michael Banck
Debian Developer
[EMAIL PROTECTED]
http://www.advogato.org/person/mbanck/diary.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to