Cool. My guess is #1 is not using UTF-8 encoding for the text (looks like arabic script to me?), and the hub is dropping it on the floor. I don't have the time to debug this right now, but if you have any ideas on what encoding it really is that'd be helpful to me! Thanks.
-Brett On Fri, Mar 25, 2011 at 11:01 AM, TamerDev <[email protected]> wrote: > Oh I found it now, I do append some query string parameters to the > call back url, so here are the subscription status respectively: > > Blog 1, the one with the issue: > https://pubsubhubbub.appspot.com/subscription-details?hub.callback=http%3A%2F%2FblogSub.boardreader.com%2FpuSHReceiver%2FbackFromHub.aspx%3Fid%3Dprodu_62017674&hub.topic=http%3A%2F%2Fwww.blogger.com%2Ffeeds%2F4132949561540671575%2Fposts%2Fdefault&hub.secret= > > Blog 2: this is good, I get pings: > https://pubsubhubbub.appspot.com/subscription-details?hub.callback=http%3A%2F%2FblogSub.boardreader.com%2FpuSHReceiver%2FbackFromHub.aspx%3Fid%3Dprodu_54180747&hub.topic=http%3A%2F%2Fwww.blogger.com%2Ffeeds%2F36840112%2Fposts%2Fdefault&hub.secret= > > > The expiration time for both seems awkward since both are in the past, > even though I get notifications for Blog 2... > Do you see anything with blog 1 that is not right? > > thanks! > -Tamer > > > On Mar 25, 1:35 pm, Brett Slatkin <[email protected]> wrote: >> On Fri, Mar 25, 2011 at 9:23 AM, TamerDev <[email protected]> wrote: >> >> > I have couple of different blogs with the following feeds: >> > blog 1 feed:http://www.blogger.com/feeds/4132949561540671575/posts/default >> > blog 2 feed:http://www.blogger.com/feeds/36840112/posts/default >> >> > I have subscribed for both blogs using using the feeds above as the >> > topics and got a successful subscription response, but when a new post >> > is published in each blog I only get a ping for blog 2, and not for >> > blog 1... >> > I checked my IIS logs and I do not see the notification for blog 1 at >> > all but I do see a ping notification for blog 2. >> >> > I tried to search for my subscription here >> > athttps://pubsubhubbub.appspot.com/subscribe >> > for both feeds but couldn't find any of them... >> > my call back url is: >> >http://blogSub.boardreader.com/puSHReceiver/backFromHub.aspx >> > So what can I do for troubleshooting / debugging? >> >> Let's try to find your subscription. Did you use a secret to setup the >> subscription? Did you get the case-sensitive URL of your callback >> right?
