On Thu, Mar 5, 2009 at 6:25 PM, Jamin W. Collins <[email protected]>wrote:
> Leslie G. Seigneur wrote: > > Thanks so much for the help with the attribute namespaces problem. > > PyYIMt has not dropped offline since I updated simplexml.py to rev. 1.34 > > but I am seeing these error messages in the PyYIMT error log file. > ... > > File "./yahoo.py", line 913, in y_ping > > > > freq = yobj.pripingfreq*60 > > > > TypeError: unsupported operand type(s) for *: 'NoneType' and 'int' > > I haven't looked into the code, but from the error (if I'm understanding > it right) it would seem to indicate that yobj.pripingfreq doesn't have a > valid value. Correct, when the login to yahoo is complete, they send use a 'please use these values for the keep-alive pings', If that value is None, then they didn't give a value :-( The last time I saw data like this was Dec '08, it should be fairly easy to work around it, but there might be something else broken that's causing this. -- - 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 -~----------~----~----~----~------~----~------~--~---
