ok and thanks for yours reply, > This diagnostic information shows that your subscription was not > verified due to 4 confirmation errors. Thus you will never receive > updates for that feed. Try subscribing again. Maybe something was > wrong with your callback URL?
when i was subscribing to the feed in the field verify type i was doing asynchronous and it's work fine i get the 202 http code is this a problem because they tell you that you should get 204 response. and for the callback url i can see in the log of my server that i get the request from the hub and i response as it should be by returning the challenge . > It looks like that feed is not PubSubHubbub enabled? Do you expect it to be? i'm working on a feed that should be a PubSubHubbub, despite the fact that when i was crawling the feed i didn't see any self or hub link i don't know if it's an obligation or no, but the feed have been created (by someone) for the PubSubHubbub. > Try simulate a verify request to your hub via http://hurl.it, and check the > response. thanks for the link by the way , i'm getting : HTTP/1.0 200 OK Date: Tue, 03 Aug 2010 11:19:13 GMT Server: WSGIServer/0.1 Python/2.6.1 Content-Type: text/plain "fRdgMQF9FuW-9FBGXUyiqrdfIny5bJgy5_3rh_8l1o0INdMGju87Xs4XZ9feaE_hgHP9- cqOdYOd8f1tv8x54AtKaGUxNRkRg1xktjcoH9CKs0qjUTs3LXtSecd9sKsJ" could it be the (double quote) " that get the errors , i will check -- Mouad
