Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Downtime
- cars_456
-
Scratcher
69 posts
Downtime
Just a few minutes ago, it gave me an intense 10 minute long error 404. Then the servers were literally recovered quickly. Was this a maintenance update? Was it a scam? or was scratch hacked but then reprotected?
- goldfish678
-
Scratcher
1000+ posts
Downtime
I have no idea. I was trying to sign in like a million times, but eventually I got this weird XML error thing. When I tried to go on any other page of the website, it said down for maintenance.
- helloandgoodbye9
-
Scratcher
1000+ posts
Downtime
I have no idea. I was trying to sign in like a million times, but eventually I got this weird XML error thing. When I tried to go on any other page of the website, it said down for maintenance.That happens to me all the time
.Just a few minutes ago, it gave me an intense 10 minute long error 404. Then the servers were literally recovered quickly. Was this a maintenance update? Was it a scam? or was scratch hacked but then reprotected?It was just down.
- Dylan5797
-
Scratcher
1000+ posts
Downtime
It sounds like a database server had crashed, because staging.scratch.mit.edu gave a backend read error, indicating that an internal request timed out.
Not a scam.
Not a scam.
- cars_456
-
Scratcher
69 posts
Downtime
If you want to know what scam is, its just when a program gets popular or overused, it is hacked. Luckily many programs have a hackblocker, like Xbox and scratch. This blocks hacking the program, but does not block scams. Need a scamblocker too…I think it was scam…scam?
- cars_456
-
Scratcher
69 posts
Downtime
It sounds like a database server had crashed, because staging.scratch.mit.edu gave a backend read error, indicating that an internal request timed out.Pretty sure that google or the internet had a minor timeout or the internal servers of scratch had been completely reloaded, causing massive damage to the server, generating an error 404, until the servers were finally loaded or the timeout had been eaten. Jesus the scratch servers are as bad as the EA servers…
Not a scam.
- scratchyone
-
Scratcher
100+ posts
Downtime
A scam means to “cheat or defraud”. It has nothing to do with hacking.If you want to know what scam is, its just when a program gets popular or overused, it is hacked. Luckily many programs have a hackblocker, like Xbox and scratch. This blocks hacking the program, but does not block scams. Need a scamblocker too…I think it was scam…scam?
- cars_456
-
Scratcher
69 posts
Downtime
I meant that it is basically the sideattempt to hack a program. It is below hack by around 10.A scam means to “cheat or defraud”. It has nothing to do with hacking.If you want to know what scam is, its just when a program gets popular or overused, it is hacked. Luckily many programs have a hackblocker, like Xbox and scratch. This blocks hacking the program, but does not block scams. Need a scamblocker too…I think it was scam…scam?
- Dylan5797
-
Scratcher
1000+ posts
Downtime
404 errors are nothing big. It just means that the file was not found–or failed to be found on the server. If this was a hack, it probably would do more than cause the CDN servers to fail to sync with the actual scratch servers. Also, a few more things:I meant that it is basically the sideattempt to hack a program. It is below hack by around 10.A scam means to “cheat or defraud”. It has nothing to do with hacking.If you want to know what scam is, its just when a program gets popular or overused, it is hacked. Luckily many programs have a hackblocker, like Xbox and scratch. This blocks hacking the program, but does not block scams. Need a scamblocker too…I think it was scam…scam?
- There is no such thing as a “hackblocker”. Server-end frameworks usually handle all the server vulnerabilities. Scratch uses Django. If a certain vulnerability is not accounted for, you have to write your own code to block attackers trying to use that vulnerability. One common one is SQL injection.
- Nobody can really just hack a site and cause it to consistently return mixed 404, 500 and 503 errors, it sounds like a service within the server network crashed, which would not be accessible to hackers and machines outside the MIT network.
- There is really no difference between the server returning a scam, or anything else. You really do need to hack a server to get it to behave the way you want it to. If you want it to return modified pages, you have to hack it. If you want it to return a scam, you also have to hack it.
- A 404 error is generally not a scam. A scam is usually a dishonest scheme; for example, fake antivirus software saying you have malware when you don't actually, and trying to get you to pay to remove it.
- Scratch does not rely on one server running one program, it's more like a bunch of clusters of servers, each cluster running server software specifically programmed for what job the cluster is doing. Some examples are SQL servers, web servers, mail servers, FTP servers, database servers.
- With the mix of 404, 500, and 503 errors, it sounds like the downtime was caused by a database or sql server request timeout, meaning that one or more crashed. The fact that you see the 404 error means that nothing major happened to the scratch web servers.
- If something “caused massive damage”, scratch would probably wouldn't be online right now.
- If the servers were down for maintenance or a reboot, the errors would be strictly 503
I hope this list narrows down your issues.
- cars_456
-
Scratcher
69 posts
Downtime
By hackblocker, i mean parts of the server that do not allow hacks to infiltrate.404 errors are nothing big. It just means that the file was not found–or failed to be found on the server. If this was a hack, it probably would do more than cause the CDN servers to fail to sync with the actual scratch servers. Also, a few more things:I meant that it is basically the sideattempt to hack a program. It is below hack by around 10.A scam means to “cheat or defraud”. It has nothing to do with hacking.If you want to know what scam is, its just when a program gets popular or overused, it is hacked. Luckily many programs have a hackblocker, like Xbox and scratch. This blocks hacking the program, but does not block scams. Need a scamblocker too…I think it was scam…scam?
- There is no such thing as a “hackblocker”. Server-end frameworks usually handle all the server vulnerabilities. Scratch uses Django. If a certain vulnerability is not accounted for, you have to write your own code to block attackers trying to use that vulnerability. One common one is SQL injection.
- Nobody can really just hack a site and cause it to consistently return mixed 404, 500 and 503 errors, it sounds like a service within the server network crashed, which would not be accessible to hackers and machines outside the MIT network.
- There is really no difference between the server returning a scam, or anything else. You really do need to hack a server to get it to behave the way you want it to. If you want it to return modified pages, you have to hack it. If you want it to return a scam, you also have to hack it.
- A 404 error is generally not a scam. A scam is usually a dishonest scheme; for example, fake antivirus software saying you have malware when you don't actually, and trying to get you to pay to remove it.
- Scratch does not rely on one server running one program, it's more like a bunch of clusters of servers, each cluster running server software specifically programmed for what job the cluster is doing. Some examples are SQL servers, web servers, mail servers, FTP servers, database servers.
- With the mix of 404, 500, and 503 errors, it sounds like the downtime was caused by a database or sql server request timeout, meaning that one or more crashed. The fact that you see the 404 error means that nothing major happened to the scratch web servers.
- If something “caused massive damage”, scratch would probably wouldn't be online right now.
- If the servers were down for maintenance or a reboot, the errors would be strictly 503
I hope this list narrows down your issues.
- comp09
-
Scratcher
1000+ posts
Downtime
By hackblocker, i mean parts of the server that do not allow hacks to infiltrate.Have you been watching too many movies?

- cars_456
-
Scratcher
69 posts
Downtime
No…By hackblocker, i mean parts of the server that do not allow hacks to infiltrate.Have you been watching too many movies?
- Jonathan50
-
Scratcher
1000+ posts
Downtime
Scam means cheating or fraud. E.g “get these totally real free xbox game codes!!1! no viruses included!” is probably a scam, or “you are our 1,000,000,000,000,000,000th visitor! click here to get ten free apple tvs or thirty free ipad minis!”.If you want to know what scam is, its just when a program gets popular or overused, it is hacked. Luckily many programs have a hackblocker, like Xbox and scratch. This blocks hacking the program, but does not block scams. Need a scamblocker too…I think it was scam…scam?
This isn't related to ‘hacking’ or cracking.
There isn't a such thing as a ‘hackblocker’…
- Jonathan50
-
Scratcher
1000+ posts
Downtime
that videoBy hackblocker, i mean parts of the server that do not allow hacks to infiltrate.Have you been watching too many movies?
wat
“IP Address is being tracked” beep beep beep
xD
- -Io-
-
Scratcher
1000+ posts
Downtime
Man, the beginning is so bad.By hackblocker, i mean parts of the server that do not allow hacks to infiltrate.Have you been watching too many movies?
- TheMonsterOfTheDeep
-
Scratcher
1000+ posts
Downtime
I particularly like “start counterstrike” and the “cybernuke”that videoBy hackblocker, i mean parts of the server that do not allow hacks to infiltrate.Have you been watching too many movies?
wat
“IP Address is being tracked” beep beep beep
xD

- cars_456
-
Scratcher
69 posts
Downtime
I know that a scam is not related to hacking, but it is much less than hacking. Scams can give your computer or a certain program viruses, while hacking pretty much makes anything accessible and changeable to hackers. And by hackblocker i mean a system in the server that shields a program from hacks.Scam means cheating or fraud. E.g “get these totally real free xbox game codes!!1! no viruses included!” is probably a scam, or “you are our 1,000,000,000,000,000,000th visitor! click here to get ten free apple tvs or thirty free ipad minis!”.If you want to know what scam is, its just when a program gets popular or overused, it is hacked. Luckily many programs have a hackblocker, like Xbox and scratch. This blocks hacking the program, but does not block scams. Need a scamblocker too…I think it was scam…scam?
This isn't related to ‘hacking’ or cracking.
There isn't a such thing as a ‘hackblocker’…
- DigiTechs
-
Scratcher
500+ posts
Downtime
I particularly like “start counterstrike” and the “cybernuke”that videoBy hackblocker, i mean parts of the server that do not allow hacks to infiltrate.Have you been watching too many movies?
wat
“IP Address is being tracked” beep beep beep
xD
I'm pretty saddened that a game window (CS, of course) didn't appear on both of their screens and whoever won the round ‘defended’ or ‘hacked’ the server :p
I mean, that would've made a *far* more interesting video, I think.
- Discussion Forums
- » Advanced Topics
-
» Downtime









