I'm still seeing the connection reset errors. Anyone have any advice? It's Errno 54 from the urllib in Python I believe (I'm using Tweepy under the hood).
On Jun 24, 11:36 am, Khandelwal <[email protected]> wrote: > Both yesterday and today, I've been seeing quite a few "Connection > reset by peer" errors. They happen 15 - 30 minutes apart, with > successful queries against the API run in between. > > My requests look like the following: > > send: 'GET /1/friends/ids.json?cursor=-1&user_id=24912726 HTTP/1.1\r > \nAccept-Encoding: identity\r\nHost: api.twitter.com\r\nAuthorization: > OAut > h realm="", oauth_version="1.0", oauth_signature="", oauth_nonce="", > oauth_timestamp="", oa > uth_token="", oauth_consumer_key="", oauth_signature_method="HMAC- > SHA1"\ > r\n\r\n > > (The oauth values have been stripped from the request above). > > Am I supposed to see these errors regularly? If yes, what should be > the accepted practice? Any advice would be most helpful. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk
