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.