[twitter-dev] Re: Not able to connect to twitter through Google Appengine, getting Timeouts

2010-09-28 Thread nischalshetty
@John thanks a lot. 2 things :

1. Requests are still timing out though at a lesser rate, I guess this
should die down in some time?

2. Can we prevent this from happening? I know apps from GAE end up
misusing the API and your algo blocks the IP. But, won't you be able
to whitelist the good apps? So that the next time there is an IP
block, the calls where a registered app sends requests, you can allow
it to go through?

-Nischal

On Sep 28, 10:49 am, John Adams j...@twitter.com wrote:
 We talked with GAE and have resolved this issue.

 -j

 On Mon, Sep 27, 2010 at 7:06 PM, nischalshetty 
 nischalshett...@gmail.comwrote:



  Hi John,

  Just got news from appengine that it is being blocked.
 http://twitter.com/app_engine/status/25743996553

  Can you please have a check? It must be the blocking issue, had one a
  few months back for Appengine apps. Seems to work fine on my local dev
  environment.

  -N

  On Sep 28, 6:49 am, John Adams j...@twitter.com wrote:
   We're not currently blocking google app engine; Could you pass along some
   source IPs and we'll research?

   -john

   On Mon, Sep 27, 2010 at 6:25 PM, nischalshetty 
  nischalshett...@gmail.comwrote:

My apphttp://www.justunfollow.comisnot able to connect to Twitter
from the Google Appengine. I had faced this problem a few months ago
where you guys found out that the appengine IPs were being blocked due
to some rogue app.

Please help, thousands of my users are getting timeout errors!

--
Twitter developer documentation and resources:
 http://dev.twitter.com/doc
API updates via Twitter:http://twitter.com/twitterapi
Issues/Enhancements Tracker:
   http://code.google.com/p/twitter-api/issues/list
Change your membership to this group:
   http://groups.google.com/group/twitter-development-talk

  --
  Twitter developer documentation and resources:http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: Not able to connect to twitter through Google Appengine, getting Timeouts

2010-09-28 Thread John Adams
The way that Google App Engine handles outbound connections is that many
applications share and reuse outbound IPs from a proxy pool. This makes rate
limiting much harder and determination of where abuse is sourcing from
difficult to determine.

The request timing out issue you're experiencing means that there are
(possibly) still some IPs out of GAE that are being blocked, or some of your
requests are failing.

I'll have another look through our system.

-j


On Mon, Sep 27, 2010 at 11:09 PM, nischalshetty
nischalshett...@gmail.comwrote:

 @John thanks a lot. 2 things :

 1. Requests are still timing out though at a lesser rate, I guess this
 should die down in some time?

 2. Can we prevent this from happening? I know apps from GAE end up
 misusing the API and your algo blocks the IP. But, won't you be able
 to whitelist the good apps? So that the next time there is an IP
 block, the calls where a registered app sends requests, you can allow
 it to go through?

 -Nischal

 On Sep 28, 10:49 am, John Adams j...@twitter.com wrote:
  We talked with GAE and have resolved this issue.
 
  -j
 
  On Mon, Sep 27, 2010 at 7:06 PM, nischalshetty 
 nischalshett...@gmail.comwrote:
 
 
 
   Hi John,
 
   Just got news from appengine that it is being blocked.
  http://twitter.com/app_engine/status/25743996553
 
   Can you please have a check? It must be the blocking issue, had one a
   few months back for Appengine apps. Seems to work fine on my local dev
   environment.
 
   -N
 
   On Sep 28, 6:49 am, John Adams j...@twitter.com wrote:
We're not currently blocking google app engine; Could you pass along
 some
source IPs and we'll research?
 
-john
 
On Mon, Sep 27, 2010 at 6:25 PM, nischalshetty 
   nischalshett...@gmail.comwrote:
 
 My apphttp://www.justunfollow.comisnot able to connect to Twitter
 from the Google Appengine. I had faced this problem a few months
 ago
 where you guys found out that the appengine IPs were being blocked
 due
 to some rogue app.
 
 Please help, thousands of my users are getting timeout errors!
 
 --
 Twitter developer documentation and resources:
  http://dev.twitter.com/doc
 API updates via Twitter:http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
http://groups.google.com/group/twitter-development-talk
 
   --
   Twitter developer documentation and resources:
 http://dev.twitter.com/doc
   API updates via Twitter:http://twitter.com/twitterapi
   Issues/Enhancements Tracker:
  http://code.google.com/p/twitter-api/issues/list
   Change your membership to this group:
  http://groups.google.com/group/twitter-development-talk

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Not able to connect to twitter through Google Appengine, getting Timeouts

2010-09-28 Thread nischalshetty
@John Thanks a lot for having a second look :) I'm still getting
timeouts.

I understand it's difficult for you guys to determine the rogue apps.
But, won't you be able to like put a check where calls that have the
consumer key and secret are all allowed?

-N




On Sep 28, 11:19 am, John Adams j...@twitter.com wrote:
 The way that Google App Engine handles outbound connections is that many
 applications share and reuse outbound IPs from a proxy pool. This makes rate
 limiting much harder and determination of where abuse is sourcing from
 difficult to determine.

 The request timing out issue you're experiencing means that there are
 (possibly) still some IPs out of GAE that are being blocked, or some of your
 requests are failing.

 I'll have another look through our system.

 -j

 On Mon, Sep 27, 2010 at 11:09 PM, nischalshetty
 nischalshett...@gmail.comwrote:



  @John thanks a lot. 2 things :

  1. Requests are still timing out though at a lesser rate, I guess this
  should die down in some time?

  2. Can we prevent this from happening? I know apps from GAE end up
  misusing the API and your algo blocks the IP. But, won't you be able
  to whitelist the good apps? So that the next time there is an IP
  block, the calls where a registered app sends requests, you can allow
  it to go through?

  -Nischal

  On Sep 28, 10:49 am, John Adams j...@twitter.com wrote:
   We talked with GAE and have resolved this issue.

   -j

   On Mon, Sep 27, 2010 at 7:06 PM, nischalshetty 
  nischalshett...@gmail.comwrote:

Hi John,

Just got news from appengine that it is being blocked.
   http://twitter.com/app_engine/status/25743996553

Can you please have a check? It must be the blocking issue, had one a
few months back for Appengine apps. Seems to work fine on my local dev
environment.

-N

On Sep 28, 6:49 am, John Adams j...@twitter.com wrote:
 We're not currently blocking google app engine; Could you pass along
  some
 source IPs and we'll research?

 -john

 On Mon, Sep 27, 2010 at 6:25 PM, nischalshetty 
nischalshett...@gmail.comwrote:

  My apphttp://www.justunfollow.comisnotable to connect to Twitter
  from the Google Appengine. I had faced this problem a few months
  ago
  where you guys found out that the appengine IPs were being blocked
  due
  to some rogue app.

  Please help, thousands of my users are getting timeout errors!

  --
  Twitter developer documentation and resources:
   http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

--
Twitter developer documentation and resources:
 http://dev.twitter.com/doc
API updates via Twitter:http://twitter.com/twitterapi
Issues/Enhancements Tracker:
   http://code.google.com/p/twitter-api/issues/list
Change your membership to this group:
   http://groups.google.com/group/twitter-development-talk

  --
  Twitter developer documentation and resources:http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Not able to connect to twitter through Google Appengine, getting Timeouts

2010-09-28 Thread nischalshetty
@John I'm still getting a lot of errors :( My users have been mailing
me about the same, please help me with this issue.

-Nischal

On Sep 28, 12:34 pm, nischalshetty nischalshett...@gmail.com wrote:
 @John Thanks a lot for having a second look :) I'm still getting
 timeouts.

 I understand it's difficult for you guys to determine the rogue apps.
 But, won't you be able to like put a check where calls that have the
 consumer key and secret are all allowed?

 -N

 On Sep 28, 11:19 am, John Adams j...@twitter.com wrote:



  The way that Google App Engine handles outbound connections is that many
  applications share and reuse outbound IPs from a proxy pool. This makes rate
  limiting much harder and determination of where abuse is sourcing from
  difficult to determine.

  The request timing out issue you're experiencing means that there are
  (possibly) still some IPs out of GAE that are being blocked, or some of your
  requests are failing.

  I'll have another look through our system.

  -j

  On Mon, Sep 27, 2010 at 11:09 PM, nischalshetty
  nischalshett...@gmail.comwrote:

   @John thanks a lot. 2 things :

   1. Requests are still timing out though at a lesser rate, I guess this
   should die down in some time?

   2. Can we prevent this from happening? I know apps from GAE end up
   misusing the API and your algo blocks the IP. But, won't you be able
   to whitelist the good apps? So that the next time there is an IP
   block, the calls where a registered app sends requests, you can allow
   it to go through?

   -Nischal

   On Sep 28, 10:49 am, John Adams j...@twitter.com wrote:
We talked with GAE and have resolved this issue.

-j

On Mon, Sep 27, 2010 at 7:06 PM, nischalshetty 
   nischalshett...@gmail.comwrote:

 Hi John,

 Just got news from appengine that it is being blocked.
http://twitter.com/app_engine/status/25743996553

 Can you please have a check? It must be the blocking issue, had one a
 few months back for Appengine apps. Seems to work fine on my local dev
 environment.

 -N

 On Sep 28, 6:49 am, John Adams j...@twitter.com wrote:
  We're not currently blocking google app engine; Could you pass along
   some
  source IPs and we'll research?

  -john

  On Mon, Sep 27, 2010 at 6:25 PM, nischalshetty 
 nischalshett...@gmail.comwrote:

   My apphttp://www.justunfollow.comisnotableto connect to Twitter
   from the Google Appengine. I had faced this problem a few months
   ago
   where you guys found out that the appengine IPs were being blocked
   due
   to some rogue app.

   Please help, thousands of my users are getting timeout errors!

   --
   Twitter developer documentation and resources:
http://dev.twitter.com/doc
   API updates via Twitter:http://twitter.com/twitterapi
   Issues/Enhancements Tracker:
  http://code.google.com/p/twitter-api/issues/list
   Change your membership to this group:
  http://groups.google.com/group/twitter-development-talk

 --
 Twitter developer documentation and resources:
  http://dev.twitter.com/doc
 API updates via Twitter:http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
http://groups.google.com/group/twitter-development-talk

   --
   Twitter developer documentation and resources:http://dev.twitter.com/doc
   API updates via Twitter:http://twitter.com/twitterapi
   Issues/Enhancements Tracker:
  http://code.google.com/p/twitter-api/issues/list
   Change your membership to this group:
  http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Not able to connect to twitter through Google Appengine, getting Timeouts

2010-09-28 Thread nischalshetty
It's been a long time, I'm completely helpless in this. Please look
into it soon and help me out, I have thousands of users who visit the
site everyday, been receiving a lot of mails and tweets regarding the
errors.

-Nischal

On Sep 28, 1:41 pm, nischalshetty nischalshett...@gmail.com wrote:
 @John I'm still getting a lot of errors :( My users have been mailing
 me about the same, please help me with this issue.

 -Nischal

 On Sep 28, 12:34 pm, nischalshetty nischalshett...@gmail.com wrote:



  @John Thanks a lot for having a second look :) I'm still getting
  timeouts.

  I understand it's difficult for you guys to determine the rogue apps.
  But, won't you be able to like put a check where calls that have the
  consumer key and secret are all allowed?

  -N

  On Sep 28, 11:19 am, John Adams j...@twitter.com wrote:

   The way that Google App Engine handles outbound connections is that many
   applications share and reuse outbound IPs from a proxy pool. This makes 
   rate
   limiting much harder and determination of where abuse is sourcing from
   difficult to determine.

   The request timing out issue you're experiencing means that there are
   (possibly) still some IPs out of GAE that are being blocked, or some of 
   your
   requests are failing.

   I'll have another look through our system.

   -j

   On Mon, Sep 27, 2010 at 11:09 PM, nischalshetty
   nischalshett...@gmail.comwrote:

@John thanks a lot. 2 things :

1. Requests are still timing out though at a lesser rate, I guess this
should die down in some time?

2. Can we prevent this from happening? I know apps from GAE end up
misusing the API and your algo blocks the IP. But, won't you be able
to whitelist the good apps? So that the next time there is an IP
block, the calls where a registered app sends requests, you can allow
it to go through?

-Nischal

On Sep 28, 10:49 am, John Adams j...@twitter.com wrote:
 We talked with GAE and have resolved this issue.

 -j

 On Mon, Sep 27, 2010 at 7:06 PM, nischalshetty 
nischalshett...@gmail.comwrote:

  Hi John,

  Just got news from appengine that it is being blocked.
 http://twitter.com/app_engine/status/25743996553

  Can you please have a check? It must be the blocking issue, had one 
  a
  few months back for Appengine apps. Seems to work fine on my local 
  dev
  environment.

  -N

  On Sep 28, 6:49 am, John Adams j...@twitter.com wrote:
   We're not currently blocking google app engine; Could you pass 
   along
some
   source IPs and we'll research?

   -john

   On Mon, Sep 27, 2010 at 6:25 PM, nischalshetty 
  nischalshett...@gmail.comwrote:

My apphttp://www.justunfollow.comisnotabletoconnect to Twitter
from the Google Appengine. I had faced this problem a few months
ago
where you guys found out that the appengine IPs were being 
blocked
due
to some rogue app.

Please help, thousands of my users are getting timeout errors!

--
Twitter developer documentation and resources:
 http://dev.twitter.com/doc
API updates via Twitter:http://twitter.com/twitterapi
Issues/Enhancements Tracker:
   http://code.google.com/p/twitter-api/issues/list
Change your membership to this group:
   http://groups.google.com/group/twitter-development-talk

  --
  Twitter developer documentation and resources:
   http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

--
Twitter developer documentation and resources:http://dev.twitter.com/doc
API updates via Twitter:http://twitter.com/twitterapi
Issues/Enhancements Tracker:
   http://code.google.com/p/twitter-api/issues/list
Change your membership to this group:
   http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: Not able to connect to twitter through Google Appengine, getting Timeouts

2010-09-28 Thread Matt Harris
Are you still experiencing problems? We've checked our systems and have checked 
GAE isn't blocked.

Best,
@themattharris

On Sep 28, 2010, at 9:23, nischalshetty nischalshett...@gmail.com wrote:

 It's been a long time, I'm completely helpless in this. Please look
 into it soon and help me out, I have thousands of users who visit the
 site everyday, been receiving a lot of mails and tweets regarding the
 errors.
 
 -Nischal
 
 On Sep 28, 1:41 pm, nischalshetty nischalshett...@gmail.com wrote:
 @John I'm still getting a lot of errors :( My users have been mailing
 me about the same, please help me with this issue.
 
 -Nischal
 
 On Sep 28, 12:34 pm, nischalshetty nischalshett...@gmail.com wrote:
 
 
 
 @John Thanks a lot for having a second look :) I'm still getting
 timeouts.
 
 I understand it's difficult for you guys to determine the rogue apps.
 But, won't you be able to like put a check where calls that have the
 consumer key and secret are all allowed?
 
 -N
 
 On Sep 28, 11:19 am, John Adams j...@twitter.com wrote:
 
 The way that Google App Engine handles outbound connections is that many
 applications share and reuse outbound IPs from a proxy pool. This makes 
 rate
 limiting much harder and determination of where abuse is sourcing from
 difficult to determine.
 
 The request timing out issue you're experiencing means that there are
 (possibly) still some IPs out of GAE that are being blocked, or some of 
 your
 requests are failing.
 
 I'll have another look through our system.
 
 -j
 
 On Mon, Sep 27, 2010 at 11:09 PM, nischalshetty
 nischalshett...@gmail.comwrote:
 
 @John thanks a lot. 2 things :
 
 1. Requests are still timing out though at a lesser rate, I guess this
 should die down in some time?
 
 2. Can we prevent this from happening? I know apps from GAE end up
 misusing the API and your algo blocks the IP. But, won't you be able
 to whitelist the good apps? So that the next time there is an IP
 block, the calls where a registered app sends requests, you can allow
 it to go through?
 
 -Nischal
 
 On Sep 28, 10:49 am, John Adams j...@twitter.com wrote:
 We talked with GAE and have resolved this issue.
 
 -j
 
 On Mon, Sep 27, 2010 at 7:06 PM, nischalshetty 
 nischalshett...@gmail.comwrote:
 
 Hi John,
 
 Just got news from appengine that it is being blocked.
 http://twitter.com/app_engine/status/25743996553
 
 Can you please have a check? It must be the blocking issue, had one a
 few months back for Appengine apps. Seems to work fine on my local dev
 environment.
 
 -N
 
 On Sep 28, 6:49 am, John Adams j...@twitter.com wrote:
 We're not currently blocking google app engine; Could you pass along
 some
 source IPs and we'll research?
 
 -john
 
 On Mon, Sep 27, 2010 at 6:25 PM, nischalshetty 
 nischalshett...@gmail.comwrote:
 
 My apphttp://www.justunfollow.comisnotabletoconnect to Twitter
 from the Google Appengine. I had faced this problem a few months
 ago
 where you guys found out that the appengine IPs were being blocked
 due
 to some rogue app.
 
 Please help, thousands of my users are getting timeout errors!
 
 --
 Twitter developer documentation and resources:
 http://dev.twitter.com/doc
 API updates via Twitter:http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk
 
 --
 Twitter developer documentation and resources:
 http://dev.twitter.com/doc
 API updates via Twitter:http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk
 
 --
 Twitter developer documentation and resources:http://dev.twitter.com/doc
 API updates via Twitter:http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk
 
 -- 
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Not able to connect to twitter through Google Appengine, getting Timeouts

2010-09-28 Thread nischalshetty
@Matt thanks a lot. Not seeing the timeouts any more. 500s are
everywhere but I understand from your status blog it's a known thing.

Thanks for all the help. Over the Appengine group, we've been
discussing about IP blocking for cloud offerings like GAE. Would you
be able to help with this?

Similar thing happened 2 months ago when Appengine apps were all
blocked. It lasted for a long time back then as well. Would you guys
not be able to allow apps that send their consumer secret and token
with the requests?

One rogue app on the GAE causes all other good apps to stop working.
GAE is one of the best things that has happened to small time devs
like me but it has its own limitations and shared IPs are one of them.
But I'm pretty sure you guys at Twitter would be able to find a
workaround to help us in this problem.

-Nischal

On Sep 29, 5:59 am, Matt Harris mhar...@twitter.com wrote:
 Are you still experiencing problems? We've checked our systems and have 
 checked GAE isn't blocked.

 Best,
 @themattharris

 On Sep 28, 2010, at 9:23, nischalshetty nischalshett...@gmail.com wrote:



  It's been a long time, I'm completely helpless in this. Please look
  into it soon and help me out, I have thousands of users who visit the
  site everyday, been receiving a lot of mails and tweets regarding the
  errors.

  -Nischal

  On Sep 28, 1:41 pm, nischalshetty nischalshett...@gmail.com wrote:
  @John I'm still getting a lot of errors :( My users have been mailing
  me about the same, please help me with this issue.

  -Nischal

  On Sep 28, 12:34 pm, nischalshetty nischalshett...@gmail.com wrote:

  @John Thanks a lot for having a second look :) I'm still getting
  timeouts.

  I understand it's difficult for you guys to determine the rogue apps.
  But, won't you be able to like put a check where calls that have the
  consumer key and secret are all allowed?

  -N

  On Sep 28, 11:19 am, John Adams j...@twitter.com wrote:

  The way that Google App Engine handles outbound connections is that many
  applications share and reuse outbound IPs from a proxy pool. This makes 
  rate
  limiting much harder and determination of where abuse is sourcing from
  difficult to determine.

  The request timing out issue you're experiencing means that there are
  (possibly) still some IPs out of GAE that are being blocked, or some of 
  your
  requests are failing.

  I'll have another look through our system.

  -j

  On Mon, Sep 27, 2010 at 11:09 PM, nischalshetty
  nischalshett...@gmail.comwrote:

  @John thanks a lot. 2 things :

  1. Requests are still timing out though at a lesser rate, I guess this
  should die down in some time?

  2. Can we prevent this from happening? I know apps from GAE end up
  misusing the API and your algo blocks the IP. But, won't you be able
  to whitelist the good apps? So that the next time there is an IP
  block, the calls where a registered app sends requests, you can allow
  it to go through?

  -Nischal

  On Sep 28, 10:49 am, John Adams j...@twitter.com wrote:
  We talked with GAE and have resolved this issue.

  -j

  On Mon, Sep 27, 2010 at 7:06 PM, nischalshetty 
  nischalshett...@gmail.comwrote:

  Hi John,

  Just got news from appengine that it is being blocked.
 http://twitter.com/app_engine/status/25743996553

  Can you please have a check? It must be the blocking issue, had one a
  few months back for Appengine apps. Seems to work fine on my local dev
  environment.

  -N

  On Sep 28, 6:49 am, John Adams j...@twitter.com wrote:
  We're not currently blocking google app engine; Could you pass along
  some
  source IPs and we'll research?

  -john

  On Mon, Sep 27, 2010 at 6:25 PM, nischalshetty 
  nischalshett...@gmail.comwrote:

  My apphttp://www.justunfollow.comisnotabletoconnectto Twitter
  from the Google Appengine. I had faced this problem a few months
  ago
  where you guys found out that the appengine IPs were being blocked
  due
  to some rogue app.

  Please help, thousands of my users are getting timeout errors!

  --
  Twitter developer documentation and resources:
 http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

  --
  Twitter developer documentation and resources:
 http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

  --
  Twitter developer documentation and resources:http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

  --
  Twitter developer 

[twitter-dev] Re: Not able to connect to twitter through Google Appengine, getting Timeouts

2010-09-27 Thread nischalshetty
Hi John,

Just got news from appengine that it is being blocked.
http://twitter.com/app_engine/status/25743996553

Can you please have a check? It must be the blocking issue, had one a
few months back for Appengine apps. Seems to work fine on my local dev
environment.

-N

On Sep 28, 6:49 am, John Adams j...@twitter.com wrote:
 We're not currently blocking google app engine; Could you pass along some
 source IPs and we'll research?

 -john

 On Mon, Sep 27, 2010 at 6:25 PM, nischalshetty 
 nischalshett...@gmail.comwrote:



  My apphttp://www.justunfollow.comis not able to connect to Twitter
  from the Google Appengine. I had faced this problem a few months ago
  where you guys found out that the appengine IPs were being blocked due
  to some rogue app.

  Please help, thousands of my users are getting timeout errors!

  --
  Twitter developer documentation and resources:http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: Not able to connect to twitter through Google Appengine, getting Timeouts

2010-09-27 Thread John Adams
We talked with GAE and have resolved this issue.

-j

On Mon, Sep 27, 2010 at 7:06 PM, nischalshetty nischalshett...@gmail.comwrote:

 Hi John,

 Just got news from appengine that it is being blocked.
 http://twitter.com/app_engine/status/25743996553

 Can you please have a check? It must be the blocking issue, had one a
 few months back for Appengine apps. Seems to work fine on my local dev
 environment.

 -N

 On Sep 28, 6:49 am, John Adams j...@twitter.com wrote:
  We're not currently blocking google app engine; Could you pass along some
  source IPs and we'll research?
 
  -john
 
  On Mon, Sep 27, 2010 at 6:25 PM, nischalshetty 
 nischalshett...@gmail.comwrote:
 
 
 
   My apphttp://www.justunfollow.comis not able to connect to Twitter
   from the Google Appengine. I had faced this problem a few months ago
   where you guys found out that the appengine IPs were being blocked due
   to some rogue app.
 
   Please help, thousands of my users are getting timeout errors!
 
   --
   Twitter developer documentation and resources:
 http://dev.twitter.com/doc
   API updates via Twitter:http://twitter.com/twitterapi
   Issues/Enhancements Tracker:
  http://code.google.com/p/twitter-api/issues/list
   Change your membership to this group:
  http://groups.google.com/group/twitter-development-talk

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk