On 12/20/06, Safford, Brian <[EMAIL PROTECTED]> wrote:
Dec 20 09:59:17 plimex1 eds_PyYIMt_1: freq = yobj.secpingtime*60 Dec 20 09:59:17 plimex1 eds_PyYIMt_1: TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
ugh, I know this code is rubbish - it's on my todo list to fix already. (just one of the issues of inheriting other ppl's code)
Is there any hard limits to the number of connections the yahoo transport can manage?
there shouldn't be - (i.e. only by python memory limits)
Dec 20 16:26:51 plimex1 eds_PyYIMt_1: if yobj.roster[yid][2] != None: Dec 20 16:26:51 plimex1 eds_PyYIMt_1: KeyError: 'bugahole'
odd, that shouldn't happen. maybe it's a race condition - although I doubt it, probably just needs a has_key check added. -- - 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
