No record for topic

11 views
Skip to first unread message

YC

unread,
Jan 13, 2012, 5:58:52 AM1/13/12
to Pubsubhubbub
Hi,
I'm facing a similar problem that have described on
Reply 4
http://groups.google.com/group/pubsubhubbub/tree/browse_frm/thread/f6c6bde7d88a17a8/1ac0d1dea604ec98?rnum=1&_done=%2Fgroup%2Fpubsubhubbub%2Fbrowse_frm%2Fthread%2Ff6c6bde7d88a17a8%3F#doc_16025e1f9cd27949

and
Reply 6
http://groups.google.com/group/pubsubhubbub/tree/browse_frm/thread/44c0c07e8071cb12/3e0252934486e4d8?rnum=1&q=Google+Reader+Status&_done=%2Fgroup%2Fpubsubhubbub%2Fbrowse_frm%2Fthread%2F44c0c07e8071cb12%2F97cac62cd1552657%3Flnk%3Dgst%26q%3DGoogle%2BReader%2BStatus%26#doc_bb9a152bdbb10812

I'm using feedburner to receive feed from Bloggers. I was able to
subscribe the feedburner feed link of my test Blogger blog and I can
see both "Subscriber Diagnostics" and "Publisher Diagnostics".

Now i use my test blog to publish new post and i can receive
notification from feedburner. Then i try to do the same thing to other
person Blogger. I subscribe all of it successfully and able to see
"Subscriber Diagnostics". However I was not able to see "Publisher
Diagnostics" and receive no updates from them.

Then I try to publish those feedburner link manually using
https://pubsubhubbub.appspot.com/publish . After that i receive a raw
post data which contains few posts inside it. Then I check the
feedburner link in "Publisher Diagnostics" again and now I can see the
topic details.

My question is:
Is it a must to publish manually first before i can receive update
from feed that i have subscribe?

Charl van Niekerk

unread,
Jan 13, 2012, 6:47:24 AM1/13/12
to pubsub...@googlegroups.com
2012/1/13 YC <yeou...@gmail.com>:

> Is it a must to publish manually first before i can receive update
> from feed that i have subscribe?

Definitely not, this should all be taken care of automatically.

I'm not entirely sure if I understand the whole issue but this is the
way I see it:

1) You post a new article on Blogger.
2) Blogger notifies Feedburner of the new post.
3) Feedburner notifies the hub of the new post.
4) The hub notifies all subscribers of the new post.

Does that sound correct?

YC

unread,
Jan 13, 2012, 7:26:29 AM1/13/12
to Pubsubhubbub
Example:
I want to subscribe this blog, http://orangette.blogspot.com/feeds/posts/default
.

For some reason, I want to get notification from feedburner so I use
feedburner to subscribe it, http://feeds.feedburner.com/pushtesting

I am able subscribe(PuSH) it using my web application and "Subscriber
Diagnostics" does show subscription details.
However I'm not able to see "Publisher Diagnostics" of this feed link.
The way I "solve" it is publish it manually. I'm still not sure my
application will get notified if new post published. But by publishing
it manually, "Publisher Diagnostics" did show the feed details.

My test blog feedburner is able to notify my application but I'm not
sure why other blog unable to do so.

On Jan 13, 7:47 pm, Charl van Niekerk <ch...@ushahidi.com> wrote:
> 2012/1/13 YC <yeouch...@gmail.com>:

Charl van Niekerk

unread,
Jan 13, 2012, 7:35:48 AM1/13/12
to pubsub...@googlegroups.com
2012/1/13 YC <yeou...@gmail.com>:

> I am able subscribe(PuSH) it using my web application and "Subscriber
> Diagnostics" does show subscription details.
> However I'm not able to see "Publisher Diagnostics" of this feed link.
> The way I "solve" it is publish it manually. I'm still not sure my
> application will get notified if new post published. But by publishing
> it manually, "Publisher Diagnostics" did show the feed details.

Ah, so the issue is about the diagnostics?

I am not getting any publisher diagnostics for either of the following
two URLs, even after the previous tests:

http://charltest.blogspot.com/feeds/posts/default
http://www.blogger.com/feeds/4712051143568267253/posts/default

The hub is definitely distributing the posts though.

Just a correction on my earlier post, this is what (I think) it should
have been:

1) You post a new article on Blogger.

2) Blogger notifies the hub of the new post (on Blogger).
3) The hub notifies all subscribers (including Feedburner) of the new
post (on Blogger).
4) Feedburner notifies the hub of the new post (on Feedburner).
5) The hub notifies all subscribers of the new post (on Feedburner).

YC

unread,
Jan 13, 2012, 7:45:42 AM1/13/12
to Pubsubhubbub
Not just diagnostics issue.

I think now you should be able to get notified when your blog publish
new post.

https://pubsubhubbub.appspot.com/topic-details?hub.url=http%3A%2F%2Fcharltest.blogspot.com%2Ffeeds%2Fposts%2Fdefault+

If I did not publish it manually, your blog topic details should be no
record and unable to receive notification.

On Jan 13, 8:35 pm, Charl van Niekerk <ch...@ushahidi.com> wrote:
> 2012/1/13 YC <yeouch...@gmail.com>:
>
> > I am able subscribe(PuSH) it using my web application and "Subscriber
> > Diagnostics" does show subscription details.
> > However I'm not able to see "Publisher Diagnostics" of this feed link.
> > The way I "solve" it is publish it manually. I'm still not sure my
> > application will get notified if new post published. But by publishing
> > it manually, "Publisher Diagnostics" did show the feed details.
>
> Ah, so the issue is about the diagnostics?
>
> I am not getting any publisher diagnostics for either of the following
> two URLs, even after the previous tests:
>
> http://charltest.blogspot.com/feeds/posts/defaulthttp://www.blogger.com/feeds/4712051143568267253/posts/default

Charl van Niekerk

unread,
Jan 13, 2012, 7:54:23 AM1/13/12
to pubsub...@googlegroups.com
2012/1/13 YC <yeou...@gmail.com>:

> If I did not publish it manually, your blog topic details should be no
> record and unable to receive notification.

Very interesting, good thing to keep in mind.

On a related note, just got some messages from the PuSH bot a few mins
ago. I assume this was due to your manual publish.

Charl van Niekerk

unread,
Jan 13, 2012, 7:59:14 AM1/13/12
to pubsub...@googlegroups.com
2012/1/13 YC <yeou...@gmail.com>:
> https://pubsubhubbub.appspot.com/topic-details?hub.url=http%3A%2F%2Fcharltest.blogspot.com%2Ffeeds%2Fposts%2Fdefault+

Hold on a second, "21.34% errors for domain" - from blogspot?

Something definitely seems to be going wrong here, or is it just me?

YC

unread,
Jan 13, 2012, 8:09:07 AM1/13/12
to Pubsubhubbub
So is this mean manual publish is a part of subscribe step?
If that so, that message is annoying cause it contains few blogposts
which i don't want.

On Jan 13, 8:54 pm, Charl van Niekerk <ch...@ushahidi.com> wrote:
> 2012/1/13 YC <yeouch...@gmail.com>:
>

Charl van Niekerk

unread,
Jan 13, 2012, 8:12:10 AM1/13/12
to pubsub...@googlegroups.com
2012/1/13 YC <yeou...@gmail.com>:

> So is this mean manual publish is a part of subscribe step?
> If that so, that message is annoying cause it contains few blogposts
> which i don't want.

That doesn't make sense to me at all - if you ask me, something is
wrong. Would love to hear somebody from Google comment on this first.

Reply all
Reply to author
Forward
0 new messages