Hey there, let me address each item on it's own: On Tue, Oct 28, 2008 at 3:24 PM, Vishal <[EMAIL PROTECTED]> wrote:
> Thanks for your reply. Was not able to get pyyimt discoverable on > PSI...others am able to get it discoverable...so was trying your > suggested inputs... > Psi decorates ever stanza with jabber:client, which ejabberd does not strip when passing to the component. The jabber component spec is not clear on what namespace stanzas should have so everyone seems to have done it a little differently. Strangely i keep on getting that database errors even if there is no > change in the pyyimt code....i mean no editions....am running it on > windows server and the server is running smoothly..would request your > inputs on this.... If you're getting DBRunRecoveryError, then your user database is corrupt. You need to run db_recover (normally it's called db<v>_recover, where <v> is the version of bdb that's installed, so it might be db4.2_recover or db4.3_recover). If db_recover doesn't work, then you have to delete the user database and start fresh. This happened to me a few months back when I had an unexpected power failure on my server. other then the db error i get the following errors consistently: > > Tue 28 Oct 2008 17:10:30 - CVS 1.71 > Traceback (most recent call last): > File "c:\yahoo-t-0.4\yahoo.py", line 1315, in <module> > rdsocketlist[each].Process() > File "c:\yahoo-t-0.4\ylib.py", line 666, in Process > self.handlers['closed'](self) > File "c:\yahoo-t-0.4\yahoo.py", line 885, in y_closed > self.y_send_offline(yobj.fromjid) > File "c:\yahoo-t-0.4\yahoo.py", line 1109, in y_send_offline > if config.dumpProtocol: print > 'xmpp_offline:',fromjid,self.userlist[fromjid].roster > KeyError: '[EMAIL PROTECTED]' Minor debug error, You can remove ",self.userlist[fromjid].roster" from that line, or cvs update. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "py-transports" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/py-transports?hl=en -~----------~----~----~----~------~----~------~--~---
