Twitter Rate Limit Exceeded / 410 Gone Error (1 Viewer)

Airw0lf

Portal Pro
April 19, 2008
77
3
Home Country
New Zealand New Zealand
For some time now InfoService is failing to update my twitter feeds. The error being logged is as below, full log also attached. Any ideas?

Code:
14/07/2013 17:20:32 | 0012 |			  Twitter |  Error | Twitter rate limit exceeded, max of 0/hr allowed. Remaining = 0
						The remote server returned an error: (410) Gone.
						  at System.Net.HttpWebRequest.GetResponse()
  at TwitterConnector.OAuth.Consumer.AccessProtectedResource(AccessToken accessToken, String urlString, String method, String authorizationRealm, Parameter[] queryParameters, Parameter[] additionalParameters)
  at TwitterConnector.Utils.DownloadTwitterXml(AccessToken accessToken, String url)
14/07/2013 17:20:32 | 0012 |			  Twitter |  Error | There was an error downloading the Friends timeline. See above for errors
14/07/2013 17:20:32 | 0012 |			  Twitter |	Info | Update of Twitter Friends timeline unsuccessful. See above for errors or warnings
14/07/2013 17:20:32 | 0012 |			  Twitter |	Info | Updating Twitter Home timeline using cache
14/07/2013 17:20:32 | 0012 |			  Twitter |  Debug | Try downloading/parsing the Home timeline using cache
14/07/2013 17:20:33 | 0012 |			  Twitter |  Error | Twitter rate limit exceeded, max of 0/hr allowed. Remaining = 0
						The remote server returned an error: (410) Gone.
						  at System.Net.HttpWebRequest.GetResponse()
  at TwitterConnector.OAuth.Consumer.AccessProtectedResource(AccessToken accessToken, String urlString, String method, String authorizationRealm, Parameter[] queryParameters, Parameter[] additionalParameters)
  at TwitterConnector.Utils.DownloadTwitterXml(AccessToken accessToken, String url)
14/07/2013 17:20:33 | 0012 |			  Twitter |  Error | There was an error downloading the Home timeline. See above for errors
14/07/2013 17:20:33 | 0012 |			  Twitter |	Info | Update of Twitter Home timeline unsuccessful. See above for errors or warnings
14/07/2013 17:20:33 | 0012 |			  Twitter |	Info | Updating Twitter RetweetedToMe timeline using cache
14/07/2013 17:20:33 | 0012 |			  Twitter |  Debug | Try downloading/parsing the RetweetedToMe timeline using cache
14/07/2013 17:20:33 | 0012 |			  Twitter |  Error | Twitter rate limit exceeded, max of 0/hr allowed. Remaining = 0
						The remote server returned an error: (410) Gone.
						  at System.Net.HttpWebRequest.GetResponse()
  at TwitterConnector.OAuth.Consumer.AccessProtectedResource(AccessToken accessToken, String urlString, String method, String authorizationRealm, Parameter[] queryParameters, Parameter[] additionalParameters)
  at TwitterConnector.Utils.DownloadTwitterXml(AccessToken accessToken, String url)
14/07/2013 17:20:33 | 0012 |			  Twitter |  Error | There was an error downloading the RetweetedToMe timeline. See above for errors
14/07/2013 17:20:33 | 0012 |			  Twitter |	Info | Update of Twitter RetweetedToMe timeline unsuccessful. See above for errors or warnings
14/07/2013 17:20:33 | 0012 |			  Twitter |  Error | Update of Twitter unsuccesfull. Check the errors and warnings above
 
Last edited:

Users who are viewing this thread

Top Bottom