I'm curious what was the culprit in rusty's case? I think I'm experiencing a similar problem. The subscriber is verified successfully. According to pubsubhubbub.appspot.com - Last verification error: n/a. Last delivery error: n/a. The very first time the content is published, the entire feed gets posted to a subscriber. The callback URL gets called and a full feed is delivered. However, both Subscriber and Publisher debuggers claim that the last item received and last item delivered are a single (most recent) entry in the feed. Is it supposed to publish the whole feed after the initial ping or just a single entry? Anyways, when the feed is then updated with a newer entry and published, I get a 204 response and the Publisher debugger updates "Last successful fetch" and "Last ping" fields. But there are no attempts to deliver the content. According to the logs, subscriber callback URL is never called. What gives?
-- --- 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.
