John Molohan wrote: > 2007-10-23 20:32:34,206 DEBUG cdbackup.py (438): lame: ['lame', > '--preset', 'extreme', '--ignore-tag-errors', '--tt', u'Ada', '--ta', > u'The National', '--tl', u'Boxer', '--tn', '11,12', '--tg', u'misc', > '--id3v2-only', '/tmp/track_11_being_ripped.wav', > u'/mnt/removable/mp3/The National/Boxer/Ada.mp3'] > 2007-10-23 20:32:36,610 DEBUG directory.py (1047): directory has changed > 2007-10-23 20:32:36,615 DEBUG trying ext mp3 > 2007-10-23 20:32:36,623 DEBUG > [<kaa.metadata.audio.eyeD3.frames.TextFrame instance at 0xb2473b2c>, > <kaa.metadata.audio.eyeD3.frames.TextFrame instance at 0xb247384c>, > <kaa.metadata.audio.eyeD3.frames.TextFrame instance at 0xb247360c>, > <kaa.metadata.audio.eyeD3.frames.TextFrame instance at 0xb2473a4c>, > <kaa.metadata.audio.eyeD3.frames.TextFrame instance at 0xb24739ac>, > <kaa.metadata.audio.eyeD3.frames.TextFrame instance at 0xb24735cc>] > 2007-10-23 20:32:36,672 ERROR removed timer 1 > Traceback (most recent call last): > File > "/usr/lib/python2.5/site-packages/kaa/notifier/pynotifier/nf_generic.py", > line 148, in step > if not timer[ CALLBACK ](): > File "/usr/lib/python2.5/site-packages/kaa/notifier/timer.py", line > 88, in __call__ > return super(Timer, self).__call__(*args, **kwargs) > File "/usr/lib/python2.5/site-packages/kaa/notifier/nf_wrapper.py", > line 96, in __call__ > ret = super(NotifierCallback, self).__call__(*args, **kwargs) > File "/usr/lib/python2.5/site-packages/kaa/notifier/callback.py", line > 168, in __call__ > result = cb(*cb_args, **cb_kwargs) > File "/usr/lib/python2.5/site-packages/freevo/rc.py", line 624, in poll > c[0](*c[4]) > File "/usr/lib/python2.5/site-packages/freevo/plugin.py", line 155, in > poll_wrapper > self.real_poll() > File "/usr/lib/python2.5/site-packages/freevo/directory.py", line > 1058, in poll > self.scan() > File "/usr/lib/python2.5/site-packages/freevo/directory.py", line > 1048, in scan > self.item.build(menuw=self.menuw, arg='update') > File "/usr/lib/python2.5/site-packages/freevo/directory.py", line 762, > in build > self.menuw.rebuild_page() > AttributeError: 'NoneType' object has no attribute 'rebuild_page'
I don't know if this will work but in r10043 I've added some code to set and check that menuw is not None. Can you test it and see if it works? Thanks Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
