Thanks! For some reason AppEngine is unable to fetch this URL.
In order to verify the subscription, the hub sends a GET request to https://www.feedmyinbox.com/PuSHCallback.ashx?hub.topic=http://allthingsd.com/feed/&hub.challenge=12345&hub.mode=subscribe&hub.lease_seconds=432000. This URL can be fetched from Chrome just fine (although it doesn't echo the challenge back, so the subscription wouldn't be verified anyway), but the hub can't fetch it when issuing a fetch request form AppEngine (it times out with DeadlineExceededError). I even created a new AppEngine app and tried to fetch this URL from it: same result -- the fetch times out. Do you do something special for requests from AppEngine? Roman. On Tue, Nov 5, 2013 at 12:53 PM, GAURAV SHARMA <[email protected]>wrote: > Hi, > > U can see > https://pubsubhubbub.appspot.com/subscription-details<https://pubsubhubbub.appspot.com/subscription-details?hub.callback=https://www.feedmyinbox.com/PuSHCallback.ashx&hub.topic=http://allthingsd.com/feed/&hub.secret=fmi> > hub.callback=https://www.feedmyinbox.com/PuSHCallback.ashx<https://pubsubhubbub.appspot.com/subscription-details?hub.callback=https://www.feedmyinbox.com/PuSHCallback.ashx&hub.topic=http://allthingsd.com/feed/&hub.secret=fmi> > hub.topic=http://allthingsd.com/feed/<https://pubsubhubbub.appspot.com/subscription-details?hub.callback=https://www.feedmyinbox.com/PuSHCallback.ashx&hub.topic=http://allthingsd.com/feed/&hub.secret=fmi> > hub.secret= > > Thanks > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Pubsubhubbub" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- --- You received this message because you are subscribed to the Google Groups "Pubsubhubbub" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
