Hi Pascal,

I still have some patches here on my stack which I want to submit the next days.
I think both this errors are related to my changes.
Give me a little time to straighten this out.

Pascal Schirrmann schrieb:
> Hi,
> 
> Just updated my freevo testbed with the svn version and was stopped by 
> two serious crashes :
> 
> once, starting the record server (and one other service) :
> 2007-08-20 22:29:08,767 INFO     new process watcher instance
> Traceback (most recent call last):
>   File 
> "/usr/lib/python2.5/site-packages/freevo/helpers/recordserver.py", line 
> 60, in <module>
>     from video.commdetectclient import initCommDetectJob
>   File "/usr/lib/python2.5/site-packages/freevo/video/__init__.py", line 
> 42, in <module>
>     from videoitem import VideoItem, FileInformation
>   File "/usr/lib/python2.5/site-packages/freevo/video/videoitem.py", 
> line 720, in <module>
>     skin_object.register('tvguideinfo', ('screen', 'info', 
> 'scrollabletext', 'plugin'))

Is this the whole error message?
I think I already have a fix for this, I will send it the next days.

> Second trouble when trying to watch TV :
> 
> 2007-08-20 22:19:53,012 INFO     trying mpeg-pes scan
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/freevo/main.py", line 288, in 
> eventhandler
>     app.eventhandler(event)
>   File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 495, in 
> eventhandler
>     if not isinstance(menu, Menu) and menu.eventhandler(event):
>   File "/usr/lib/python2.5/site-packages/freevo/tv/tvguide.py", line 
> 216, in eventhandler
>     pi.actions()[0][0](menuw=self.menuw)
>   File "/usr/lib/python2.5/site-packages/freevo/tv/programitem.py", line 
> 131, in actions
>     (result) = record_client.isProgAFavorite(self.prog)
> TypeError: isProgAFavorite() takes exactly 2 arguments (1 given)
> 
> That came just at the moment I select a program in the guide, to start 
> the show.
> 
> This time, I did investigate a little further, and find this solution :
> 
>        #  (result, message) = record_client.isProgAFavorite(self.prog)
>         (result, message) = record_client.isProgAFavorite(self.prog, '')
> 


Strange error, I will have to investigate a little, but that also should be 
fixable.

Please be patient. I am working on it...
Thanks
Tanja



-------------------------------------------------------------------------
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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to