Hi Duncan,

I am back to the current svn-version of freevo and kaa, as downgrading did not 
do solve the problem.

During my last tests, I got this traceback, when trying to open the submenu of 
a ProgramItem or to 
open the scheduled recordings menu in the TVMenu:

record_client.py (279): isProgScheduledNow.result=True
Traceback (most recent call last):
File "/usr/local/freevo1/freevo/src/main.py", line 292, in eventhandler
app.eventhandler(event)
File "/usr/local/freevo1/freevo/src/gui/ConfirmBox.py", line 117, in 
eventhandler
self.destroy()
File "/usr/local/freevo1/freevo/src/gui/GUIObject.py", line 421, in destroy
self.parent.refresh()
File "/usr/local/freevo1/freevo/src/menu.py", line 412, in refresh
skin.draw('menu', self, self.menustack[-1])
File "/usr/local/freevo1/freevo/src/skins/main/main.py", line 529, in draw
a.draw(settings, object, menu, style, type, self.force_redraw)
File "/usr/local/freevo1/freevo/src/skins/main/area.py", line 196, in draw
self.update_content()
File "/usr/local/freevo1/freevo/src/skins/main/default_areas.py", line 182, in 
update_content
p.draw((self.widget_type, self.menuw), self)
File "/usr/local/freevo1/freevo/src/plugins/buttonbar.py", line 204, in draw
actions = self.get_actions(menu)
File "/usr/local/freevo1/freevo/src/plugins/buttonbar.py", line 339, in 
get_actions
actions = menu.selected.actions()
File "/usr/local/freevo1/freevo/src/tv/programitem.py", line 107, in actions
(status, self.scheduled) = self.recordclient.isProgScheduledNow(self.prog, 
schedule.getProgramList())
TypeError: 'bool' object is not iterable

I guess this is a simple thing, that happens somewhere in your last changes...


Moreover I saw sometimes this when running freevo tv_grab:

Grabbing listings.
downloading file
parsing file
Traceback (most recent call last):
File "/usr/local/bin/tv_grab_de_tvprog.py", line 158, in <module>
main()
File "/usr/local/bin/tv_grab_de_tvprog.py", line 119, in main
tree = ElementTree(file=tvprogfile)
File "/usr/lib/python2.5/xml/etree/ElementTree.py", line 546, in init
self.parse(file)
File "<string>", line 32, in parse
File "/usr/lib/python2.5/socket.py", line 309, in read
data = self._sock.recv(recv_size)
File "/usr/lib/python2.5/httplib.py", line 529, in read
s = self.fp.read(amt)
File "/usr/lib/python2.5/socket.py", line 309, in read
data = self._sock.recv(recv_size)
socket.error: (104, 'Connection reset by peer')2008-03-04 21:40:55,883 DEBUG

And sometimes this crash did not happen, but the whole process hangs after
the last message:

Grabbing listings.
downloading file
parsing file
writing file
finished
Not configured to use tv_sort, skipping.
caching data, this may take a while
Scheduling favorites for recording:

The same happens, when I run freevo schedulefavorites directly. It hangs after:
Updating recording schedule

Maybe the last things are related to the recordserver problem. I should mention 
that running the 
tv_grab_de_tvprog.py script standalone does (and did always) work, thus the 
problem is hidden 
somewhere in freevo.

Regards
Tanja














Tanja schrieb:
> Duncan Webb schrieb:
>> r10335, Note that 1.8.0rc2 won't work with kaa.base from svn but the
>> other way round does, ie. you can use kaa.base-0.3.0 with Freevo rel-1,
>> after the small changes to record_client.
>>
> 
> I removed everything in /usr/lib/python2.5/site-package/kaa and then
> installed kaa-base-0.3.0 and also the last releases of kaa-imlib and 
> kaa-metadata.
> Moreover I reverted freevo back to r10335 (=1.8.0rc2). But I still having the 
> same
> problems with the recordserver...
> 
> Am I the only one to see this with freevo1.8.0rc2 and kaa-base0.3.0?
> 
> 
> Regards
> Tanja
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Freevo-devel mailing list
> Freevo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to