500 Internal error at YouTube
11–20 of 44 posts
Re: 500 Internal error at YouTube
#12Anyone know what's in that debug information the 500 error page spits out?
Re: 500 Internal error at YouTube
#13Hm... wonder if there's a library that could do something similar. It's an interesting idea encrypting your error that I haven't seen in many places.
Is it encrypted? Too lazy to OCR and `base64 -d` myself...
Re: 500 Internal error at YouTube
#14Re: 500 Internal error at YouTube
#15"If you see them, send them this information as text (screenshots frighten them)" Love this!
Re: 500 Internal error at YouTube
#16Hm... wonder if there's a library that could do something similar. It's an interesting idea encrypting your error that I haven't seen in many places.
Is it encrypted? Too lazy to OCR and `base64 -d` myself...
Re: 500 Internal error at YouTube
#17Hm... wonder if there's a library that could do something similar. It's an interesting idea encrypting your error that I haven't seen in many places.
Re: 500 Internal error at YouTube
#18Re: 500 Internal error at YouTube
#19I wonder if someone could make sense of the error or if it's actually encrypted.
Re: 500 Internal error at YouTube
#20Hm... wonder if there's a library that could do something similar. It's an interesting idea encrypting your error that I haven't seen in many places.
What could the purpose of an encrypted error be? If it's a server side error it's already in their logs.
Generally i just do something like an sha of the error and time, and spit out like the first 10 bytes or something (as well as put that in the log line), i'm just looking for something i can grep for.