yegle 3 days ago

This was added in 2004. Before this change, the error message was:

> If too many of these happen, someone will be paged. If you still see this after half an hour, send mail to xxxxxxxxxxx@google.com

(For curious folks working for Hooli, the magic number is 472481)

crgk 3 days ago

I’m getting an imgur error page, but it seems this post is meant to be an image of a Google error page?

I’ve reached the error page of the image of the error page for the error page. We’re too deep.

  • Tiberium 3 days ago

    Imgur really hates VPNs, and will show that bogus error page if you're not using a "nice" connection.

    • andrepd 3 days ago

      Lol, so meta.

      Also: very sad, but it would be great if it was just imgur doing this; it's the whole internet.

  • bhaney 3 days ago

    Now to refresh this comment until HN randomly goes down

    • bryanrasmussen 3 days ago

      You have reached the error reply to your valued comment. Please send this comment in an email to all your relatives or a bunny will die.

      • Tijdreiziger 3 days ago

        FW: FW: FW: FW: FW: Very Important !!!

    • xigoi 2 days ago

      The internet on my phone stopped working when trying to view these HN comments.

    • layer8 2 days ago

      “We're having some trouble serving your request. Sorry!”

SchwKatze 3 days ago

You found the easter egg gem!

The fact that google's engineers cared about doing that it's pretty funny

  • henry700 3 days ago

    Probably done over a decade ago. Today we wouldn't see this

    • hnlmorg 3 days ago

      That explains why we aren’t talking about it today then.

      • fnordpiglet 3 days ago

        Source code isn’t written afresh every day. The point was the code was written at a different era and the current era wouldn’t produce this sort of code, and presumably you wouldn’t see anything but a generic 500. This is likely because product managers can’t stand free thought and action amongst engineers as it doesn’t appease their bean counter overlords sufficiently.

        • hnlmorg 3 days ago

          You don’t know when that was written.

mister_mort 3 days ago

Always leave a message in "impossible" code paths, you never know who might read it in the end.

zaik 3 days ago

Confuse your coworkers by telling them you "won Gmail once".

  • RandomBacon 3 days ago

    They'll just think you're going senile and politely agree, telling you to go back and surf the information superhighway.

exiguus 3 days ago

Error page of the error page made me smile. Somehow, this makes total sense to me. Consider a reverse proxy where the origin is down and displaying the 'real' error page is not possible because of that. Alternatively, imagine a CloudFront function or Lambda experiencing the same issue, or encountering so many redirects that it interrupts and simply shows the error page of the error page. Nonetheless, I agree that you shouldn't see this issue very often.

  • shanemhansen 2 days ago

    I had this for a reverse proxy I developed that did some transformations. At about two critical points if there was an error there was literally nothing we could do except 500 barf.

rc_mob 3 days ago

You have 7 different gmail accounts eh?

  • Alex3917 3 days ago

    Yeah unfortunately they are tricky to get rid of once you have them. In theory I can forward the email from one account to another, but in practice it's hard to think through all the weird security issues that might arise from doing so.

  • dpedu 3 days ago

    I've got one I made as a teen, a more professional sounding mature address, one for school, two for two separate google apps domains, and one for work. They pile up over time.

larrymcp 3 days ago

The funny thing is, this error message is hardly less useful than the recent trend of error messages which say only, "Something went wrong".

  • hinkley 3 days ago

    Have you never dealt with customers reporting errors?

    Something went wrong is what they will tell you and expect an answer. Doesn’t matter how fancy and detailed the error, you will get back, “it’s broken fix it.”

    • hnlmorg 3 days ago

      Back in the early days of my career and supporting end users, I used to constantly get people say:

         “xxx doesn’t work. I just get an error”
      
      They would never tell me what the error message actually was. And when I asked, the reply often was

         “I don’t remember. I’ve closed it now”. 
      
      It used to wind me up rotten. I can forget non-technical people not understanding the error message. But common sense should have kicked in that the error message is important to share with the person trying to fix said error.
      • rkagerer 3 days ago

        Maybe all errors should be presented with a simple, distinctive and memorable theme - e.g. show a pig photo in that one maybe they'll remember "I got the pig error"

        • JadeNB 3 days ago

          > Maybe all errors should be presented with a simple, distinctive and memorable theme - e.g. show a pig photo in that one maybe they'll remember "I got the pig error"

          This sounds like the thing that they do in parking garages where each level will have a color, an image, or sometimes even a musical theme. (Which is to say, it sounds like a good idea!)

        • Xss3 3 days ago

          Could make cute pictures and brighten support staffs day. 'I got a pig telling a chicken that the barn is closed??'

          • netsharc 3 days ago

            I was thinking celebrities, but then people will misidentify them.

            Each micro-service (in 2025?!?!) would have different pictures of a particular celebrity, for different errors.. so if the user says e.g. "I see Taylor Swift doing..." the support can say "Let me forward you to the S3 people!".

            • Xss3 a day ago

              Animals are way more cross culture compatible

            • yencabulator 2 days ago

              How much do you want to owe in license fees for their likeness?

              • netsharc 2 hours ago

                Oh, boring bean counters...

          • tough 3 days ago

            lmfao this is genius and would work better than text

        • lostlogin 3 days ago

          That’s a good idea - and even technical users would find that more memorable than 1198854 versus a 1197854 error.

        • hinkley 2 days ago

          I think you're going to find people mistaking one animal for another.

          • yencabulator 2 days ago

            Error detecting/correcting codes!

            The pig is laying down.

            The horse is eating.

            The bird is sitting.

            If you say you saw a pig eating, you misremember.

      • magicalhippo 3 days ago

        You can dunk on lay people all you want, personally I'm a lot more furious about fellow programmers who thinks it's OK to show an error that says "file not found" without any context like the filename.

        Like, help a brother out!

        • hnlmorg 2 days ago

          Writing helpful error messages is definitely a skill. And I too get annoyed at unhelpful error messages.

          But I don’t think your point invalidates mine.

  • pphysch 3 days ago

    What would you expect? IME these are mostly unforeseen 500 errors, logged internally, and not something a client can do anything about (or should know anything about, for security reasons).