status_update

24 views
Skip to first unread message

holland...@gmail.com

unread,
Mar 6, 2014, 6:11:53 PM3/6/14
to twe...@googlegroups.com
I had this working from an interactive python shell, but have not been able to send a status update since.  I have deleted my App at twitter and registered a new on in an attempt to solve the issue.  I have for the moment settled on a simple command line app using tweepy so my other programs can pass updates to it.  So it can recognize my username and so forth and when I go to post a status update I get the following message.  I have also ensured that my App permissions with Twitter will allow me to post.  Does anyone have any suggestions?

  The code I am using is essentially from here http://talkfast.org/2010/05/31/twitter-from-the-command-line-in-python-using-oauth/

Traceback (most recent call last):

  File "/home/analyst/bin/twitter_update.py", line 24, in <module>

    api.update_status(msg)

  File "/usr/local/lib/python2.7/dist-packages/tweepy/binder.py", line 200, in _call

    return method.execute()

  File "/usr/local/lib/python2.7/dist-packages/tweepy/binder.py", line 176, in execute

    raise TweepError(error_msg, resp)

tweepy.error.TweepError: [{'message': 'Sorry, that page does not exist', 'code': 34}]

Aaron Hill

unread,
Mar 9, 2014, 1:17:19 PM3/9/14
to twe...@googlegroups.com, holland...@gmail.com
Are you using the latest version of Tweepy for Github or PyPy?

I think the problem is that you're using an older version of Tweepy, which is trying to use an outdated endpoint, or the v1.0 API, which is no longer supported.
Reply all
Reply to author
Forward
0 new messages