Michael Müller wrote:
> Yes my error locks similar. It's weird sometimes I get no error message but 
> freevo don't respont on any input. Ps ax shows that mplayer isn't started. So 
> it must be an freevo problem. If I get a error message it is this one:
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/freevo/main.py", line 299, in 
> eventhandler
>     consumed = app.eventhandler(event)
>   File "/usr/lib/python2.6/site-packages/freevo/audio/plugins/mplayer.py", 
> line 245, in eventhandler
>     return self.item.eventhandler(event)
>   File "/usr/lib/python2.6/site-packages/freevo/item.py", line 501, in 
> eventhandler
>     return self.parent.eventhandler(event, menuw)
>   File "/usr/lib/python2.6/site-packages/freevo/playlist.py", line 484, in 
> eventhandler
>     self.play(menuw=menuw, arg='next')
>   File "/usr/lib/python2.6/site-packages/freevo/playlist.py", line 415, in 
> play
>     self.current_item.play(arg=arg, menuw=menuw)
>   File "/usr/lib/python2.6/site-packages/freevo/playlist.py", line 389, in 
> play
>     for i in p.get(self, [ self.current_item ]):
>   File "/usr/lib/python2.6/site-packages/freevo/fxditem.py", line 66, in get
>     fxd_files = util.find_matches(files, ['fxd'])
>   File "/usr/lib/python2.6/site-packages/freevo/util/fileops.py", line 234, 
> in find_matches
>     return filter(lambda x: x[x.rfind('.')+1:].lower() in suffix_list, files)
>   File "/usr/lib/python2.6/site-packages/freevo/util/fileops.py", line 234, 
> in <lambda>
>     return filter(lambda x: x[x.rfind('.')+1:].lower() in suffix_list, files)
> AttributeError: 'NoneType' object has no attribute 'rfind'
> app=<gui.ConfirmBox.ConfirmBox instance at 0x874726c> context='menu'
>
>
>
> Do you have any suggestion why this happend, and how to solve it???
>
> Many thanks,
> Michael
I'm afraid I don't, I just put some files on random recursive play after 
you mentioned it and got that after about 20 items. I don't have time to 
look into it but if you do then have a read through the code and see if 
you can spot what might be causing it.

John

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to