On 10/31/06, Les Seigneur <[EMAIL PROTECTED]> wrote:
Thanks for your reply. I am rather new to Python so please excuse my
newbbie questions. I have rolled back to 1.59.
I fixed the bug in 1.62 - please try that very and see if it's okay for you.
Today PyYIMt dropped
offline and I have the following messages in the error log. Can you tell me
what I need to do now?
Yegh, looks like you've got a user account without a username and/or
password. Did someone try and register and it broke? If there are
only a few users, then it might be easiest to delete the user database
and start from scratch - this need to be figured out, and fixed in the
code anyways. (Unfortunatly I'm away until the 14th)
You should be able to open the user file as a python shelve and delete
the broken account - eg:
import shelve
userfile = shelve.open('yuser.dbm')
del userfile['[EMAIL PROTECTED]']
userfile.sync()
if you're not sure which jid is the bad one, then try using the
userfile dump tool [1] to dump the python shelve file to html format.
Note: this dump tool has not been tested with NoneType's - I blindly
assume it'll do-the-right-thing(tm)
[1] http://www.darkskies.za.net/~norman/jabber/yahoo-transport/yuser_html.tar.gz
--
- Norman Rasmussen
- Email: [EMAIL PROTECTED]
- Home page: http://norman.rasmussen.co.za/
_______________________________________________
py-transports mailing list
[email protected]
http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports