Iâm using the sixohsix python library, but get this error. How can I tweak it to get rid of this error? Hereâs the porton of the error I get. Could worked fine just six months ago - so, it seems odd, but I installed a new flavor of Linux -
⊠snipâŠ
status = t.statuses.friends_timeline(id=âkennedypjâ) #status var is a list type
File âbuild/bdist.linux-i686/egg/twitter/api.pyâ, line 204, in call
File âbuild/bdist.linux-i686/egg/twitter/api.pyâ, line 235, in _handle_response
twitter.api.TwitterHTTPError: Twitter sent status 404 for URL: 1.1/statuses/friends_timeline/kennedypj.json using parameters: ⊠snip âŠ
I guess I need to edit the api.py and then do a âpython setup.py installâ to reinstall the library. Thanks for the pointer.