Using Twython, trying to get “lists/statuses” is returning a 404 (twitter error 34) on just one of our 4 servers. Unfortunately, it’s the production server it’s not working on. Even after resetting our consumer/secret keys, still the 404 on the one server.
Here are the relevant lines from the traceback. This is really baffling us here.
File “/root/.virtualenvs/tce/local/lib/python2.7/site-packages/twython/endpoints.py” in get_list_statuses
544. return self.get(‘lists/statuses’, params=params)
File “/root/.virtualenvs/tce/local/lib/python2.7/site-packages/twython/api.py” in get
230. return self.request(endpoint, params=params, version=version)
File “/root/.virtualenvs/tce/local/lib/python2.7/site-packages/twython/api.py” in request
224. content = self._request(url, method=method, params=params, api_call=url)
File “/root/.virtualenvs/tce/local/lib/python2.7/site-packages/twython/api.py” in _request
194. retry_after=response.headers.get(‘retry-after’))
Exception Type: TwythonError at /api/twitter/curated_feed
Exception Value: Twitter API returned a 404 (Not Found), Sorry, that page does not exist