Issue #423: Trends API 404ing

For the past hour, requests (Oauthed or not) to the trends API endpoint, e.g. https://api.twitter.com/1/trends/1.json, have been 404ing and returning the following:

  1. {
  2.   errors: [
  3.     {
  4.       message: "Sorry, that page does not exist",
  5.       code: 34
  6.     }
  7.   ]
  8. }

Updates

Got many reports of this, investigating.

Fixed now. This was a side effect of another internal bug.

Thanks for your patience.