If you haven't already, try downloading the sample hub (see http://code.google.com/p/pubsubhubbub/wiki/DeveloperGettingStartedGuide) and running it locally.
I'm still wrasslin' with it a bit, but that helped me do some debugging (I'm new to app engine, but knew enough to add in a few debug statements in main.py). I haven't tried pinging the actual hub yet, so hopefully I don't run into a similar situation after switching from the local hub to the real one. andy On Mon, May 31, 2010 at 7:59 AM, codewriter <[email protected]> wrote: > Hi , > > I am trying to subscribe to feeds in http://pubsubhubbub.appspot.com/subscribe > , but always receive 409 status , > > String url = "http://pubsubhubbub.appspot.com/subscribe"; > String topic_url = "http://feeds.feedburner.com/ > feedburnerstatus?format=xml"; > String callbackserverurl = "http://i4dweb.provesio.com/i4dweb/ > authhubs.screen"; > String verifytoken = "karthick"; > String lease_seconds = "300"; > > > and also i am returning 200 status from the callback page and also > echoing back the hub.challenge param , but still not working , > breaking my head since 24hrs , >
