It took more time than expected but finally I managed to get
pubsubhubbub-subscriber.appspot.com working.

Here's how you can test PubSubHubbub given  given pubsubhubbub.appspot.com
 (hub), pubsubhubbub-publisher1.appspot.com (publisher) and
pubsubhubbub-subscriber.appspot.com (subscriber):

   1. Go to https://pubsubhubbub.appspot.com/subscribe and enter:
     Callback: http://pubsubhubbub-subscriber.appspot.com/subscriber.
     Topic: http://pubsubhubbub-publisher1.appspot.com/feed.
     Verify type: anything.
     Mode: Subscribe.

   Then click "Do it".
      2. Go to http://pubsubhubbub-publisher1.appspot.com/ and submit a
   message.
   3. Go to http://pubsubhubbub-subscriber.appspot.com/ and observe the
   message you just submitted.

If you deploy all three apps correctly and make appropriate changes, it
should also work for your setup.

Roman.

On Wed, Oct 24, 2012 at 3:57 PM, Roman <[email protected]> wrote:

> Hi Mo,
>
> I attempted to reproduce this issue on the public hub, publisher and
> subscriber (pubsubhubbub.appspot.com, pubsubhubbub-publisher1.appspot.comand
> pubsubhubbub-subscriber.appspot.com respectively), but found out that the
> subscriber is currently broken. As soon as I get it fixed, I'll let you
> know how make the subscriber subscribe and publisher publish.
>
> Roman.
>
>
> On Fri, Oct 19, 2012 at 9:22 PM, pubsubuser <
> [email protected]> wrote:
>
>> Trying to get the existing example/reference apps working without doing
>> too much work.
>>
>> I have replaced all occurrences and instances of pubsuhhubpub  to
>> MYpubsubhubbub.
>> I have deployed the entire suite (hub, subscriber, publisher) to the app
>> engine.
>> No problems so far. Everything appears to be deployed and running.
>>
>> I have this page to create a topic url:
>> http://MYpubsubhubbub.appspot.com/publish
>>
>> http://MYpubsubhubbub-publisher.appspot.com  is this my topic url?
>>
>> (no error.  However, if I select the publish diagnostics, it says topic
>> url not found.)
>>
>> I have this page to publish the content:
>> http://MYpubsubhubbub-publisher.appspot.com
>> (no error, publishes something with a title and a message...says
>> published)
>>
>> I have this page to create a subscriber:
>> http://MYpubsubhubbub.appspot.com/subscribe
>> (no error, in asynch mode,  confirmation error in synch mode.)
>>
>> I have this page to receive the updates (callbacks):
>> http://MYpubsubhubbub-subscriber.appspot.com
>> (The aggregation page:  receives nothing.  says "nothing yet" even if I
>> manually refresh.).
>>
>>
>> What am I missing?  I truly appreciate some suggestions/pointers here.
>>
>> Thanks,
>> Mo
>>
>>
>

Reply via email to