Google Groups Home
Help | Sign in
Discussions > Something Is Broken > What's the story now, Google???
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  16 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
LissaKay  
View profile  
(2 users)  More options Nov 15 2007, 2:56 am
From: LissaKay
Date: Wed, 14 Nov 2007 23:56:48 -0800 (PST)
Local: Thurs, Nov 15 2007 2:56 am
Subject: What's the story now, Google???
First we have this, which went no where: (except blaming everyone and
everything else under the sun)
http://groups.google.com/group/google-reader-troubleshoot/browse_thre...

Then we progress to this, after the story has changed a dozen times:
http://groups.google.com/group/google-reader-troubleshoot/browse_thre...

Come to find out, it's all a LIE!

There is NOTHING WRONG WITH MY FEED, Google! It is YOUR FEEDFETCHER!

My server techs ran the same curl command on my RSS feed, and hey
GUESS WHAT? It WORKS! For them! Maybe they know what the heck they are
doing, eh?

$ curl -v -A "Feedfetcher-Google; (+http://www.google.com/
feedfetcher.html)" -z "Fri, 09 Nov 2007 22:45:06 GMT"
http://www.lissakay.com/index.php/weblog/rss_2.0/
* About to connect() to www.lissakay.com port 80
*   Trying 72.29.89.97... connected
* Connected to www.lissakay.com (72.29.89.97) port 80

> GET /index.php/weblog/rss_2.0/ HTTP/1.1
> User-Agent: Feedfetcher-Google; (+http://www.google.com/feedfetcher.html)
> Host: www.lissakay.com
> Accept: */*
> If-Modified-Since: Fri, 09 Nov 2007 22:45:06 GMT

< HTTP/1.1 200 OK
< Date: Thu, 15 Nov 2007 07:18:38 GMT
< Server: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/
1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28
OpenSSL/0.9.7a PHP-CGI/0.1b
< Cache-Control: no-store, no-cache, must-revalidate, post-check=0,
pre-check=0
< Expires: Wed, 14 Nov 2007 09:18:33 GMT
< Pragma: no-cache
< X-Powered-By: PHP/4.4.7
< Set-Cookie: exp_last_visit=879769119; expires=Fri, 14 Nov 2008
07:18:39 GMT; path=/
< Set-Cookie: exp_last_activity=1195129119; expires=Fri, 14 Nov 2008
07:18:39 GMT; path=/
< Last-Modified: Wed, 14 Nov 2007 08:18:33 GMT
< Transfer-Encoding: chunked
< Content-Type: text/xml; charset=utf-8
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>

    <title>Oh ... Really?</title>
    <link>http://www.lissakay.com/</link>
    <description>Jaded. Cynical. Justified.</description>
    <dc:language>en</dc:language>
    <dc:creator>lissakay(at)gmail</dc:creator>
    <dc:rights>Copyright 2007</dc:rights>
    <dc:date>2007-11-14T06:22:01-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" /


The rest of it is here:
http://www.lissakay.com/feed.txt

Your cURL is messed up, OR FeedFetcher is BROKEN, or someone doesn't
know what they are doing and they are LYING to cover their butt ... or
a combination of all of the above!

The tech copied reader support on that email. Go dig it out and see
for yourselves ... and if you can talk the talk, why not reply and
have a nice little chat so you can be set straight on this issue once
and for all, so I don't have to be stuck in the middle of this Charlie
Foxtrot!

JUST FIX IT!!!


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris W. Google employee  
View profile  
(1 user)  More options Nov 15 2007, 5:42 pm
From: Chris W.
Date: Thu, 15 Nov 2007 14:42:34 -0800 (PST)
Local: Thurs, Nov 15 2007 5:42 pm
Subject: Re: What's the story now, Google???
Hi, Lissa, sorry you're still having this problem. We know this is
frustrating and we apologize. We looked into this again, perhaps the
following can help everyone:

Here's why the feed isn't updating. Reader tries to ask servers if
their feeds have updated. Reader sends a date. The server says OK or
NO CHANGE. If OK, those servers send a feed. Not all feedreaders ask
if a feed has updated, but Reader's popularity means it's better to
ask to prevent bringing harm to servers or causing bandwidth issues.

In this case, something's different. Reader asks lissakay.com if that
particular feed has updated. Reader sends a date (e.g. the last time
Reader got an OK). The server says OK. But the feed is never sent.

Here's the nerdy part, and why it's been hard for your techs to see:

The curl command that mimics feedfetcher seems to only produce the
error from lissakay.com (e.g. no feed) when the date is ~somewhat~
recent to the current time. We can reliably reproduce this every time,
for example in the following command:

curl -v -A "Feedfetcher-Google; (+http://www.google.com/
feedfetcher.html)" -z "Fri, 15 Nov 2007 22:00:00 GMT"
http://www.lissakay.com/index.php/weblog/rss_2.0/

The trick is to keep the if-modified-since date relatively close to
the current time but still in the past. I'd recommend trying to keep
the time within the hour. Basically the server is telling us "hi,
everything's ok" but it's not sending us the feed, so we never get an
update.

We also noticed that on running the curl command, the connection takes
some time to close. I dunno if that information is important, but I
thought I'd pass it along.

I'm sorry for the technical support ping-pong, that's always maddening
to me when it happens. Hopefully this can help.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LissaKay  
View profile  
(2 users)  More options Nov 15 2007, 6:29 pm
From: LissaKay
Date: Thu, 15 Nov 2007 15:29:44 -0800 (PST)
Local: Thurs, Nov 15 2007 6:29 pm
Subject: Re: What's the story now, Google???
Help? Help what? Help HOW?

That just looks like more excuses to me. There's no solution offered
there, just more blame ... while you continue to ignore the big fat
elephant smack dab in the middle of the friggin room!

***ONLY GOOGLE READER*** IS NOT UPDATING MY FEED and it started all of
a sudden with NOTHING being changed on my end!

We have checked everything from every angle imaginable on my end and
found NOTHING.

GOOGLE READER IS BROKEN.

FIX IT!!

And you might want to fix the feeds of all the others that are
starting to notice this issue too!!

On Nov 15, 5:42 pm, Chris W. wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris W. Google employee  
View profile  
(2 users)  More options Nov 15 2007, 6:52 pm
From: Chris W.
Date: Thu, 15 Nov 2007 15:52:33 -0800 (PST)
Local: Thurs, Nov 15 2007 6:52 pm
Subject: Re: What's the story now, Google???
On Nov 15, 3:29 pm, LissaKay wrote:

> ***ONLY GOOGLE READER*** IS NOT UPDATING MY FEED and it started all of
> a sudden with NOTHING being changed on my end!

Unfortunately, you're right that Reader is probably one of the few
feedreaders that will encounter this issue. As I mentioned, it's only
because not all feedreaders ask if a feed has updated in this way, but
Reader's popularity means it's better to ask to prevent bringing harm
to servers or causing bandwidth issues.

> We have checked everything from every angle imaginable on my end and
> found NOTHING.

I know this is frustrating, but asking your techs to reproduce that
curl command with that date might help them to figure out why only
that feed isn't returning any information. One thing's for certain,
that feed isn't showing when a recent if-modified-since date is sent
with the request. We've run this command from locations inside and
outside of Google and are getting the same results (e.g. no feed).

> And you might want to fix the feeds of all the others that are
> starting to notice this issue too!!

So far when we've troubleshooted (troubleshot?) other feeds that
haven't been updating, the last-modified-date hasn't been the cause.
Do you know of any reports I'm missing?

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LissaKay  
View profile  
(2 users)  More options Nov 15 2007, 9:42 pm
From: LissaKay
Date: Thu, 15 Nov 2007 18:42:09 -0800 (PST)
Local: Thurs, Nov 15 2007 9:42 pm
Subject: Re: What's the story now, Google???
OT ... to the anonymous coward that left the comment at my site
([email address]), on the post regarding the tragic death of a 12 year
old,

YOU SUCK.

You also need reading comprehension classes and lessons on how to
comment on blogs.

Per my comment policy regarding fake email addresses, you have been
deleted.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LissaKay  
View profile  
(2 users)  More options Nov 15 2007, 9:43 pm
From: LissaKay
Date: Thu, 15 Nov 2007 18:43:53 -0800 (PST)
Local: Thurs, Nov 15 2007 9:43 pm
Subject: Re: What's the story now, Google???
Mehh ... forgot that these groups munge email addresses ... that would
have been fake (at) craig.com posting from 122.18.253.72 which is
located in Japan, and you STILL SUCK

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Google Reader Guide Google employee  
View profile  
(3 users)  More options Nov 16 2007, 7:34 pm
From: Google Reader Guide
Date: Fri, 16 Nov 2007 16:34:53 -0800 (PST)
Local: Fri, Nov 16 2007 7:34 pm
Subject: Re: What's the story now, Google???
Hi Lissa,

Chris has already mentioned most of the relevant points about this
issue, but let me just see if I can paint a picture of the overall
situation, to clarify further.

First of all, you can find some background information on Google's
crawl caching proxy here:
http://www.mattcutts.com/blog/crawl-caching-proxy/

You can see there how the system is set up: Google's various crawl
services (web search, blog search, etc.) all share a common cache of
crawled content, to minimize the load we put on people's sites.
However, these services do need to verify that the cached copy of a
page is still current. They do that using "if-modified-since"
requests, which are more light-weight than full content requests. In
the case of your feed, this is what happens:

1. Google Reader checks the crawl cache and finds a recent copy of
your feed.
2. Wanting to make sure it's a current copy, Reader sends your server
an if-modified-since request. (Assume for now that your blog hasn't
been updated, since we crawl more often than you post.)
3. Instead of a 304 ("Not Modified") response, your server sends back
a 200 ("OK") with no content.
4. Reader sees the 200 and assumes this must be the new, up-to-date
version of your feed.
5. Reader therefore ignores the cached copy, and "updates" your feed
with the version it got. Unfortunately, that version was empty, so
there's no change to make.

Some important points about this:
* If we had gotten a 304 in step 3 above, Reader would have used the
cached copy, which probably would have had your recent posts in it.
* If the timing works out such that your blog has indeed been updated
since the last time it was crawled and cached by one of our services,
then the 200 would come back with content and we'd update it in Google
Reader. This explains why you do occasionally see updates. They're
infrequent, though, because there's a relatively narrow time window
relative to our crawls during which you can post and have your server
return a correct response.
* Your feed updates fine in BlogLines and other services because they
presumably don't have this same system set up, with the cached copies
and the "if-modified-since" requests. (If they're only running a
single service, there's less of a need to set up a more complex system
like this.)
* The curl command, referenced several times before, will return
different results depending on the date used. If put far enough in the
past, it will return your content, since you've updated since then.
However, our requests generally have a very recent date/time, so it's
more common for there to be no updates.

To sum it all up, it really is a matter of it all coming down to the
200 vs. 304 responses. If you can get your server to consistently sent
304 responses for unmodified content, then the issue will most likely
go away. For reference, the spec for using 304 response codes can be
found here:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

If you can get this change made and still verify that there are
problems, we'll be happy to look into this again. However, as things
stand now, there is nothing further we can do from our end. I'm sorry
for all the back-and-forth about it, and I know it's a confusing
issue, but hopefully this (admittedly long) explanation helps.

Thanks,
Graham


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LissaKay  
View profile  
(2 users)  More options Nov 18 2007, 4:08 pm
From: LissaKay
Date: Sun, 18 Nov 2007 13:08:52 -0800 (PST)
Local: Sun, Nov 18 2007 4:08 pm
Subject: Re: What's the story now, Google???
Well, that's all well and good, and seems like you have a friggin
clue, but explain me this ...

http://www.stipvoorstip.nl/index.php/site/rss_2.0/

That is a feed that IS updating correctly. It is generated by the same
template from the same software as mine.

AND it is on the SAME SERVER as mine.

Your BS still isn't cutting it. Try again ...

Or just friggin FIX IT!!!


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Google Reader Guide Google employee  
View profile  
(2 users)  More options Nov 19 2007, 5:14 pm
From: Google Reader Guide
Date: Mon, 19 Nov 2007 14:14:52 -0800 (PST)
Local: Mon, Nov 19 2007 5:14 pm
Subject: Re: What's the story now, Google???
Hi Lissa,

I'm afraid the above responses are going to remain our final answer
until such time as we can verify that your server is correctly
handling if-modified-since requests, at which point we could take
another look. We've spent a large amount of time investigating this
very case-specific issue, and won't have anything more to go on until
that change is made.

Keep in mind that the existence of another feed that apparently works
isn't a refutation of the previous arguments. It's possible that other
factors on your server cause the two feeds to be served differently.
It's also possible, as described above, for updates to feeds to
sometimes work, depending on the exact timing of posting and crawling.
One feed could simply have luckier timing than another.

I'm sorry we can't do anything more for you at this time.

Thanks,
Graham


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LissaKay  
View profile  
(2 users)  More options Nov 21 2007, 7:31 am
From: LissaKay
Date: Wed, 21 Nov 2007 04:31:15 -0800 (PST)
Local: Wed, Nov 21 2007 7:31 am
Subject: Re: What's the story now, Google???
I have had my account moved to a new server.
This new server, like the old one, IS sending 304 responses to
Feedfetcher:

/index.php/weblog/rss_2.0/
        Http Code: 304  Date: Nov 21 06:39:56   Http Version: HTTP/1.1  Size
in Bytes: -
        Referer: -
        Agent: Feedfetcher-Google; (+http://www.google.com/feedfetcher.html

/index.php/weblog/rss_atom/
        Http Code: 304  Date: Nov 21 06:58:33   Http Version: HTTP/1.1  Size
in Bytes: -
        Referer: -
        Agent: Feedfetcher-Google; (+http://www.google.com/feedfetcher.html;

But my feed is STILL not updating!!

This is such BS!

On Nov 19, 5:14 pm, Google Reader Guide wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Google Reader Guide Google employee  
View profile  
(2 users)  More options Nov 21 2007, 12:17 pm
From: Google Reader Guide
Date: Wed, 21 Nov 2007 09:17:24 -0800 (PST)
Local: Wed, Nov 21 2007 12:17 pm
Subject: Re: What's the story now, Google???
Unfortunately, this still seems to exhibit the same behavior. You can
see the results of my test below. (I noticed your latest post was from
yesterday, so I used today's date to make sure it should give a 304,
and you can see that it doesn't.)

-Graham

$ curl -v -A "Feedfetcher-Google; (+http://www.google.com/
feedfetcher.html)" -z "Wed, 21 Nov 2007 04:40:24 PST"
http://www.lissakay.com/index.php/weblog/rss_2.0/
* About to connect() to www.lissakay.com port 80
*   Trying 66.7.201.3... * connected
* Connected to www.lissakay.com (66.7.201.3) port 80

> GET /index.php/weblog/rss_2.0/ HTTP/1.1

User-Agent: Feedfetcher-Google; (+http://www.google.com/
feedfetcher.html)
Host: www.lissakay.com
Pragma: no-cache
Accept: */*
If-Modified-Since: Wed, 21 Nov 2007 12:40:24 GMT

< HTTP/1.1 200 OK
< Date: Wed, 21 Nov 2007 17:14:44 GMT
< Server: WebServerX
< Expires: Wed, 21 Nov 2007 12:16:08 GMT
< Cache-Control: no-store, no-cache, must-revalidate, post-check=0,
pre-check=0
* Connection #0 to host www.lissakay.com left intact
* Closing connection #0


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Google Reader Guide Google employee  
View profile  
(2 users)  More options Nov 21 2007, 12:56 pm
From: Google Reader Guide
Date: Wed, 21 Nov 2007 09:56:12 -0800 (PST)
Local: Wed, Nov 21 2007 12:56 pm
Subject: Re: What's the story now, Google???
A couple more points: First, I think you mentioned at one point having
trouble using the curl command shown here. Google Groups does some
line wrapping, which could cause problems if you're just copying and
pasting our example command. Note that we've run this from both
outside and inside Google, and gotten the same results.

Additionally, we've noticed something else which may be a useful clue:
After receiving the 200 OK message and the initial headers, there is a
noticeable delay before the connection is closed, though this should
be instantaneous. This implies that your server may be trying to
return something, but failing internally, so that no content reaches
us. Any such errors may be getting logged, so that's something your
tech support could help you look for.

Note that simply switching to a new server doesn't necessarily help in
and of itself. This seems more like it's an issue in your PHP
software, so if each server is using the same software, there won't be
much difference between the two. What software are you running, and is
there an upgrade available that you could install?

Thanks,
Graham


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LissaKay  
View profile  
(2 users)  More options Nov 26 2007, 7:53 pm
From: LissaKay
Date: Mon, 26 Nov 2007 16:53:23 -0800 (PST)
Local: Mon, Nov 26 2007 7:53 pm
Subject: Re: What's the story now, Google???
Wow. I am amazed at the utter tripe you are able to spew. You
contradict yourself, and when not doing that, you make no sense
whatsoever!

Just fix the damn thing!


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Google Reader Guide Google employee  
View profile  
(2 users)  More options Nov 28 2007, 3:05 pm
From: Google Reader Guide
Date: Wed, 28 Nov 2007 12:05:52 -0800 (PST)
Local: Wed, Nov 28 2007 3:05 pm
Subject: Re: What's the story now, Google???
Hi Lissa,

I'm sorry if that last bit sounded contradictory or confusing. I
believe it is still basically consistent with the premise we've had
all along; I simply intended to point out another thing we'd noticed
that might be useful in tracking down the issue. If you'd like
clarification on any specific part of what I wrote, please let me
know.

However, I did notice that the tech support for your hosting company
has CC'd us on some emails to you. The latest one is along the lines
of "all's well that ends well," though I can't see what he's
responding to since your emails to them aren't included. I'm hoping
that means they found something that they were able to get fixed. Is
that the case?

Thanks,
Graham


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LissaKay  
View profile  
(2 users)  More options Nov 28 2007, 11:26 pm
From: LissaKay
Date: Wed, 28 Nov 2007 20:26:09 -0800 (PST)
Local: Wed, Nov 28 2007 11:26 pm
Subject: Re: What's the story now, Google???
Well, we have gone from one extreme to another. Apparently the
Feedfetcher is set on my RSS feed to continuously monitor? My updates
are now showing up there nearly instantaneously. Even an addition to
an already published post showed up within a couple of minutes.  But
the Atom feed is not updating as quickly.

What happened ... actually, the mention of PHP reminded me of
something that happened. Well, several things happened all at once,
late in September. Google Reader made some change in how feeds are
cached for search purposes, as well as some other changes. At the same
time, I was having problems with some software not working as it
should ... ImageMagick was not correctly installed and/or did not have
a dependency installed at the right version level. Tech support tried
to fix that, but it resulted in my getting Server Error 500 problems
when attempting to use ImageMagick. This server runs Phpsuexec and if
file permissions are set too high, it can cause issues. Tech support
did this, that and the other thing to try to correct those issues, but
we finally gave up with no resolution.

I now believe that it was that mucking around with file perms and
other settings in combination with the changes made to Google Reader
that got everything off track.

So, what was the cure? Who knows. Tech support thinks it is because
they disabled the .htaccess file. Apparently, that was the last thing
they did when the problem came clear. (Yeah, I'm snickering) But, at
the same time, I was clearing off a bunch of old files and software
directories from my server, dropping the MySQL databases and importing
only the ones that I still use. Then I deleted and reuploaded my CMS
software. Somewhere in there was the cure for the ills with Google
Reader - which does indeed handle feeds differently than almost all
other aggregators and readers. But I would bet a egg salad sandwich
that it was NOT the .htaccess file. But if tech support is happy in
believing that, more power to them. We achieved the needful. Somehow.

Now next time, don't be so stingy with the information you guys can
see! I really had to rattle the cages to get you all to cough anything
up! If it makes you feel better, I got cranky with the tech support
for the server too ... they weren't paying attention!

On Nov 28, 3:05 pm, Google Reader Guide wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Google Reader Guide Google employee  
View profile  
(2 users)  More options Nov 29 2007, 11:47 am
From: Google Reader Guide
Date: Thu, 29 Nov 2007 08:47:06 -0800 (PST)
Local: Thurs, Nov 29 2007 11:47 am
Subject: Re: What's the story now, Google???
Hi Lissa,

Glad to hear it's resolved! I'm sorry that it was a frustrating
process, but I hope you understand that we weren't deliberately trying
to withhold information. It's tricky debugging this sort of thing from
our end because we have no visibility into your server. So we're
limited to describing the effects we see, and hoping your server's
tech support can trace them back to the source of the issue, be
it .htaccess files or anything else.

We don't continuously monitor any feeds, by the way. However, if you
use a pinging service to notify us when you post then the whole update
process (as described previously) will happen much more quickly. So I
assume that's what you've got going here.

Thanks,
Graham


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google