On Wed, 2007-03-14 at 11:52 +0100, Tanja wrote: > Everything went fine, if guide.status==DISCONNECTED at this stage of > freevo's booting process, then the call to get_channels returns just a > empty list, which seems to be OK. > If the guide.status is not DISCONNECTED, then the crash occures!
This might have something to do with a recent change I made to kaa.epg where Client.get_channels() will return an InProgress object if the status is CONNECTING. This should return None if status is DISCONNECTED though; I forgot to update the convenience functions in __init__.py. Freevo will need to handle this change. When was your last svn checkout? ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
