Hi all, I've been trying to subscribe to updates from the National Weather Service via Pubsubhubbub, but don't seem to be getting any callbacks. The initial verification seems to work fine. On a dev server, I have a simple Rails app that listens for GETs and POSTS on a url. In the case of a GET, it responds with a 200 status, and whatever was in the hub.challenge parameter for the body. On the Pubsubhubbub subscription debugging tool, it looks like this:
Subscription Details https://alerts.weather.gov/cap/us.php?x=0 Callback URLhttp://my-callback-url StateverifiedLast successful verificationn/aExpiration timeTue, 20 May 2014 20:00:54 +0000Last subscribe/unsubscribe requestn/aLast verification errorn/a Last delivery error n/a Aggregate statistics 0 delivery request(s) per second to dave.ping4inc.com, 0% errors Last item delivered Content receivedn/aContent deliveredn/a (where "http://my-callback-url" is my actual callback url) However, on Google Public Alerts (http://www.google.org/publicalerts), I've seen probably a couple of dozen updates come in from the National Weather Service, but I don't see the callback being called on my dev server in the logs. Additionally, The Last Item Delivered, Last delivery error, Aggregate statistics on the Subscription Details debug tool don't seem to change. I also thought it was odd that my state is verified, but the Last successful verification is n/a. Is there anything I'm missing? 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/d/optout.
