Double-check the developers guide:
http://code.google.com/p/pubsubhubbub/wiki/DeveloperGettingStartedGuide
You need to make sure to run the background tasks that are enqueued as
a result of your subscription requests (specifically, the record_feeds
task). They're on the local admin console at
http://localhost:8080/_ah/admin
Hope that helps,
-Brett
Thanks for the advice!
However, I see no "record_feeds" task in the Task Queues.
I do see a pending "subscriptions" task, but clicking "run" for that
task produces the following console output:
WARNING 2009-11-03 07:58:16,618 main.py:1630] Could not confirm
subscription; encountered status 200 with content:
zztPHVoTn3ig0WwbOTkawwoUfeY_XzDCVjHNNpoiGVfu_ahx2aJuoNw_CIsFMKjX19
-0YeA7xnN5jETAJchbJJOR4VofkVxJqY74TK3a6s727k35QJYzm8g_5mzGFXs-
My endpoint is trying to return the challenge, but I guess this string
is not what the hub expects.
Zigor.
Indeed, for some reason the content you're returning does not match
the challenge string. Do you possibly have extra line endings or
wrappers in your subscriber code that's printing the challenge?