On Fri, Oct 31, 2008 at 12:32 PM, Vishal <[EMAIL PROTECTED]> wrote: > > The CVS update was to fix the xmpp_offline KeyError, and not > > the DBRunRecoveryError, my bet is that the database some how > half-recovered > > on it's own, and now you're getting the insecure pickle error instead. > Getting the DB error again. I even deleted the existing db. I see the > DB size crossing 1 MB and the error starts. Anyway to debug this? >
Not really, it's nothing to do with any code in the transport, and probably not python either. It's all native BDB code. At the moment all the avatars are stored in the database (which is silly), and it would be a good idea to store them in a cache folder, but that TODO item has been around for a year or two, with no one having any time to address it. -- - 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 -~----------~----~----~----~------~----~------~--~---
