Well, I am using the Java implementation from here:
http://code.google.com/p/pubsubhubbub-java/downloads/list

On Jun 13, 3:04 am, Julien Genestoux <[email protected]>
wrote:
> Lucie,
>
> I'm not so sure about the implementation of the Google hub, but :
> - you will always get 202 with async.
> - the hub should actually return 422 for sync on errors. Have you checked
> the body of the response.
>
> Also, please post your request here, so we can help you debug.
>
> Thanks,
>
>
>
>
>
>
>
> On Fri, Jun 10, 2011 at 3:43 PM, Lucie <[email protected]> wrote:
> > Hi guys,
>
> > I'm beginner with Pubsubhubbub so excuse me if this is a dumb
> > question.
> > I have a subscriber that subscribes to feeds on
> >http://pubsubhubbub.appspot.com
>
> > When I use the sync mode I always get 409, when I use async I get
> > 202 ... so I figured the subscription request is received by the hub
> > but then I am never getting the verification request back from the
> > hub?
>
> > I've checked onhttp://pubsubhubbub.appspot.com/subscribeand it finds
> > my subscription but says
> > state:  not_verified
> > Confirmation failures:  4
>
> > Any ideas? As far as I can see my callback server is running fine
> > (i.e. when I open the callback url in my browser, I can see that a GET
> > request is received by the server ...)

Reply via email to