Hi, I'm trying interact with the reference Hub implementation running on localhost.
Publisher notifications seem to get through, subscriber notifications seem to get through too, but no asynchronous verification is initiated by the Hub. I must be doing something wrong, hopefully you can shed some light on the matter... Initial Hub output: INFO 2009-11-02 15:10:33,152 dev_appserver_main.py:478] Running application pubsubhubbub on port 8080: http://localhost:8080 The subscription request is executed: DEBUG 2009-11-02 15:10:45,584 main.py:1721] Queued subscribe request for callback = http://10.10.0.63:8082, topic = http://10.10.0.63:8081/atom.xml, verify_token = "potatoe", lease_seconds= 2592000 INFO 2009-11-02 15:10:45,593 dev_appserver.py:3034] "POST / HTTP/ 1.1" 202 - INFO 2009-11-02 15:10:45,634 dev_appserver_index.py:212] Updating / Users/Zigor/Downloads/pubsubhubbub/hub/index.yaml New content notification issued by the publisher: INFO 2009-11-02 15:11:21,007 dev_appserver.py:3034] "POST / HTTP/ 1.1" 204 - No verification request is received by the subscriber whatsoever. Thanks, Zigor.
