Jonathan Isom wrote: > On Tue, Feb 3, 2009 at 10:54 AM, Dirk Meyer <dis...@freevo.org> wrote: >>> object at 0xb68e4d14> fd=3 len=72 >>> 16:58:24,631 DEBUG Got initial challenge from server, sending response. >>> 16:58:24,645 DEBUG IOChannel read data: channel=<socket._socketobject >>> object at 0xb68e4d14> fd=3 len=72 >>> 16:58:24,647 DEBUG Valid response received, remote authenticated. >>> function='getfavoritesnow' args=[] >> >> Looks good. I guess the bug is: >> >> | self.status = CONNECTING >> | yield kaa.inprogress(self) >> | # Python 2.4 code >> | self._connect_inprogress.get_result() >> | self.status = CONNECTED >> >> Now we have the problem that the record_client connects before this >> code. Therefore the status is still CONNECTING. :( >> >> Try the attached patch to kaa.base and let me know if it works. >> > Hi > Tried the said patch in an attempt to get the webserver to connect to > the recordserver but neither the svn with patch nor the svn without patch > works. I'm able to connect via the freevo1 interface though.
Yes, the problem is that kaa.rpc2 had enough time to connect when you try to use it. The 'execute' stuff has not. Since I do not have Freevo 1.x installed, maybe someone else can try to debug kaa.rpc2 what is happening. I'm at the FOSDEM/XMPP Summit right now and have no time to debug it. Dischi -- I think there's a world market for about five computers. -- attr. Thomas J. Watson (Chairman of the Board, IBM), 1943 ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel