Jonathan Isom wrote: > Just updated svn and now I get this when the imageviewer screensaver > comes on.
AFAIK nothing has changed in this area for quite a while. > Later > Jonathan > > Warning: cache is older than 7 days > Running 'freevo cache' is recommended. > > WARNING: No alternate found in the alias list! > WARNING: Falling back to default font, this may look very ugly These warnings are not important. > can't locate plugin weather > start 'freevo plugins -l' to get a list of plugins Now called oneclick > Freevo 1.8.1 r10645 ready > Cannot match files in "/mount/dvd": [Errno 2] No such file or > directory: '/mount/dvd' No directory /mount/dvd, this could be causing the crash. > CRITICAL: Crash!: Playlist instance has no attribute 'play_items' > Traceback (most recent call last): > File "/usr/lib64/python2.5/site-packages/freevo/main.py", line 498, > in <module> > kaa.main.run() > File "/usr/lib64/python2.5/site-packages/kaa/notifier/main.py", line > 149, in run > loop(True) > File "/usr/lib64/python2.5/site-packages/kaa/notifier/main.py", line > 111, in loop > notifier.step() > File > "/usr/lib64/python2.5/site-packages/kaa/notifier/pynotifier/nf_generic.py", > line 186, in step > if not timer[ CALLBACK ](): > File "/usr/lib64/python2.5/site-packages/kaa/notifier/timer.py", > line 176, in __call__ > return super(Timer, self).__call__(*args, **kwargs) > File "/usr/lib64/python2.5/site-packages/kaa/notifier/nf_wrapper.py", > line 97, in __call__ > ret = super(NotifierCallback, self).__call__(*args, **kwargs) > File "/usr/lib64/python2.5/site-packages/kaa/notifier/callback.py", > line 168, in __call__ > result = cb(*cb_args, **cb_kwargs) > File "/usr/lib64/python2.5/site-packages/freevo/rc.py", line 660, in poll > c[0](*c[4]) > File "/usr/lib64/python2.5/site-packages/freevo/image/viewer.py", > line 348, in signalhandler > self.eventhandler(PLAY_END) > File "/usr/lib64/python2.5/site-packages/freevo/image/viewer.py", > line 462, in eventhandler > return self.fileitem.eventhandler(event) > File "/usr/lib64/python2.5/site-packages/freevo/item.py", line 415, > in eventhandler > return self.parent.eventhandler(event, menuw) > File "/usr/lib64/python2.5/site-packages/freevo/playlist.py", line > 482, in eventhandler > self.play(menuw=menuw, arg='next') > File "/usr/lib64/python2.5/site-packages/freevo/playlist.py", line > 415, in play > self.current_item.actions()[0][0](menuw=menuw) > File "/usr/lib64/python2.5/site-packages/freevo/image/imageitem.py", > line 125, in view > viewer.get_singleton().view(self, rotation=self['rotation']) > File "/usr/lib64/python2.5/site-packages/freevo/image/viewer.py", > line 308, in view > index = item.parent.play_items.index(item)+1 > AttributeError: Playlist instance has no attribute 'play_items' I can fix the crash, but would like to know if is being caused by some configuration problem. Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
