File “/usr/lib/python2.7/dist-packages/tweepy/binder.py”, line 179, in _call
return method.execute()
File “/usr/lib/python2.7/dist-packages/tweepy/binder.py”, line 162, in execute
raise TweepError(error_msg, resp)
tweepy.error.TweepError: [{‘message’: ‘Timestamp out of bounds’, ‘code’: 135}]
Please let me know if there are any workaround of this.
In my case, this error occurred because the time was wrong on my development PC. Once the time was set properly, the api worked well.