John Molohan wrote:
> Michael Müller wrote:
>   
>> Hello everybody,
>> I have found a bug in freevo. If I play a music directory with the option 
>> "recursiv play all items" freevo hangs after some (30-50) tracks. Is this 
>> problem already fixed or have somebody a hint how to solve this problem??
>> Many thanks,
>> michael  
>>   
>>     
> I don't think I remember anyone else posting about that. I use recursive 
> random play a bit but I probably don't reach 30-50 songs too often 
> though I suspect I get there from time to time.
>
> Do you have any logs you can post?
>
> John
>
>   
This possibly?

2009-11-13 01:01:38,025 ERROR    event callback
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/kaa/base/event.py", line 190, 
in handle
    handler(event)
  File "/usr/lib/python2.5/site-packages/kaa/base/event.py", line 144, 
in __call__
    super(EventHandler, self).__call__(event)
  File "/usr/lib/python2.5/site-packages/kaa/base/nf_wrapper.py", line 
79, in __call__
    ret = super(NotifierCallback, self).__call__(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/kaa/base/callable.py", line 
212, in __call__
    result = cb(*cb_args, **cb_kwargs)
  File 
"/usr/lib/python2.5/site-packages/freevo/audio/plugins/detach.py", line 
95, in _event_handler
    p.eventhandler(Event('PLAYLIST_NEXT', context='audio'))
  File 
"/usr/lib/python2.5/site-packages/freevo/audio/plugins/mplayer.py", line 
235, in eventhandler
    return self.item.eventhandler(event)
  File "/usr/lib/python2.5/site-packages/freevo/item.py", line 472, in 
eventhandler
    return self.parent.eventhandler(event, menuw)
  File "/usr/lib/python2.5/site-packages/freevo/playlist.py", line 483, 
in eventhandler
    self.play(menuw=menuw, arg='next')
  File "/usr/lib/python2.5/site-packages/freevo/playlist.py", line 414, 
in play
    self.current_item.play(arg=arg, menuw=menuw)
  File "/usr/lib/python2.5/site-packages/freevo/playlist.py", line 389, 
in play
    for i in p.get(self, [ self.current_item ]):
  File "/usr/lib/python2.5/site-packages/freevo/fxditem.py", line 66, in get
    fxd_files = util.find_matches(files, ['fxd'])
  File "/usr/lib/python2.5/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.5/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'

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