Live data from Hacker News

YouTube is down

youtube.com

21–30 of 31 posts

Re: YouTube is down

#23
It´s not down completely. Sometimes it loads.

Seems to me like their DB is not reachable from all their webservers..

Or perhaps they did push a fix that has not reached all fo their webservers yet.

EDIT: now (few minutes later)it loads just fine, seems the fix had to be pushed to all servers and thats why it sometimes loads and sometimes it doesn`t

Re: YouTube is down

#26
post #4

+1; getting their 500 page with some info that looks like it's base64 encoded, but it doesn't decode to anything useful running it through `echo -n '[...]' |base64 -d` . Any ideas what format that is?

It looks like it's a url-safe base64 encoding of an encrypted blob (perhaps a stack trace). They're using '-', and '_' instead of '/' and '+'. Replace these characters and base64 will succeed, leaving with ~3k bytes randomly distributed between 0x00 and 0xFF.

Re: YouTube is down

#28
post #4

+1; getting their 500 page with some info that looks like it's base64 encoded, but it doesn't decode to anything useful running it through `echo -n '[...]' |base64 -d` . Any ideas what format that is?

I am confused why they need to include that if there is little customer support.

Re: YouTube is down

#29
post #28
post #4

+1; getting their 500 page with some info that looks like it's base64 encoded, but it doesn't decode to anything useful running it through `echo -n '[...]' |base64 -d` . Any ideas what format that is?

I am confused why they need to include that if there is little customer support.

I believe it's a pre-Google legacy. I seem to remember seeing it a few times back in the day.

Re: YouTube is down

#30
post #28

Earlier quoted context omitted.

I am confused why they need to include that if there is little customer support.

I believe it's a pre-Google legacy. I seem to remember seeing it a few times back in the day.

Interesting. If this is the case, then there must be a good reason not to stop rendering that. I am also curious if each server has its own private key or not. Anyhow, thanks for the info.
Post reply on HN