Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » The List of Bugs
- 8to16
-
Scratcher
1000+ posts
The List of Bugs
Username: 8to16
Source (if applicable): https://scratch.mit.edu/users/Worldwide-Animates/
Bug: Some users don't have a Scratcher or a New Scratcher rank, just an empty rank,
Image (If don't have one, I will make my own): https://u.cubeupload.com/amp_electrecuted/2abScreenshotFrom202501.png
Source (if applicable): https://scratch.mit.edu/users/Worldwide-Animates/
Bug: Some users don't have a Scratcher or a New Scratcher rank, just an empty rank,
Image (If don't have one, I will make my own): https://u.cubeupload.com/amp_electrecuted/2abScreenshotFrom202501.png
- scratchcode1_2_3
-
Scratcher
1000+ posts
The List of Bugs
(#81)woah, what? that's definitely the most broken one i've ever seen, and it's real!
Username: 8to16
Source (if applicable): https://scratch.mit.edu/users/Worldwide-Animates/
Bug: Some users don't have a Scratcher or a New Scratcher rank, just an empty rank,
Image (If don't have one, I will make my own): https://u.cubeupload.com/amp_electrecuted/2abScreenshotFrom202501.png
- 8to16
-
Scratcher
1000+ posts
The List of Bugs
(#81)you seem to have just read the topic, but i guess you forgot this one
Username: 8to16
Source (if applicable): https://scratch.mit.edu/users/Worldwide-Animates/
Bug: Some users don't have a Scratcher or a New Scratcher rank, just an empty rank,
Image (If don't have one, I will make my own): https://u.cubeupload.com/amp_electrecuted/2abScreenshotFrom202501.png
could you please add this
- scratchcode1_2_3
-
Scratcher
1000+ posts
The List of Bugs
(#63)im a ghost ooooo
so um
has anyone read my posts
https://scratch.mit.edu/discuss/post/8312603/(#52)(#1)for me it's the opposite?
- The robot effect turns up the volume way more then it should've which hurts your ears.
Before
[img]https://u.cubeupload.com/scratchcode1_2_3/bugsound.gif[/img]
Last edited by scratchcode1_2_3 (Jan. 4, 2025 20:41:44)
- 50_scratch_tabs
-
Scratcher
1000+ posts
The List of Bugs
It's a Chrome DevTools thing. I have also found a JavaScript Console fix, so I'll edit in a minute to explain.Interesting. I might do some overrides or something to test that!How would you do that?
Developer info about the new scratcher bug:
How to replicate
You will need Google Chrome or another Chromium-based browser.
Go to the link to become a Scratcher
Open the console by pressing Ctrl+Shift+J
Go to the network tab.
Find the request to “/session”
Right click it and click “Override content”
Pick a folder if it asks you to. Mine is named “chrome_overrides”.
Now if you can do this on a test account that's a New Scratcher, just changeto"invited_scratcher": false,If you're on a Scratcher account, you probably need to change"invited_scratcher": true,to"scratcher": true,
"new_scratcher": false,as well. Now, reload. You should be able to see the invitation and go through at least enough to see the bug in action."scratcher": false,
"new_scratcher": true,
Cause of the issue
You'll need to understand HTML.
For some reason, the buttons have a “transparent” class, and removing that class fixes it. So, I've developed this JS console fix below:
JavaScript console fix
Scratch Team, sorry if I'm not allowed to post this, so feel free to remove it.
Open the console with ctrl+shift+I (firefox) or ctrl+shift+j (chrome) and paste this in: (your browser may make you type “allow pasting”)This removes the bad class from the buttons and you will only need to do it once.while (document.querySelector(".navigation-button.transparent")) { document.querySelector(".navigation-button.transparent").classList.remove("transparent"); }
Additionally, this issue seems to have been fixed in Scratch's source code, so we only have to wait for these changes to come to the main site.
- AlexanderLaverde
-
Scratcher
49 posts
The List of Bugs
what about “location not given” for example scratch user @messi does not have a location
- AlexanderLaverde
-
Scratcher
49 posts
The List of Bugs
what about “location not given” for example scratch user @messi does not have a locationhttps://scratch.mit.edu/users/messi/
- Rosics
-
Scratcher
1000+ posts
The List of Bugs
what about “location not given” for example scratch user @messi does not have a locationThat used to be a feature.
- AHypnoman
-
Scratcher
1000+ posts
The List of Bugs
I'm not sure if someone has suggested this before on this topic, but could this be indexed? Right now it's difficult to navigate (particularly given the massive image sizes).
- Rosics
-
Scratcher
1000+ posts
The List of Bugs
I'm not sure if someone has suggested this before on this topic, but could this be indexed? Right now it's difficult to navigate (particularly given the massive image sizes).Explain “indexed”.
- AHypnoman
-
Scratcher
1000+ posts
The List of Bugs
Like the TOLORS table of contents - makes it much easier to find stuff (IK there's a bugs and glitches directory but that also has past bugs which makes finding current stuff difficult).I'm not sure if someone has suggested this before on this topic, but could this be indexed? Right now it's difficult to navigate (particularly given the massive image sizes).Explain “indexed”.
- Rosics
-
Scratcher
1000+ posts
The List of Bugs
Done! https://scratch.mit.edu/discuss/post/8286042/Like the TOLORS table of contents - makes it much easier to find stuff (IK there's a bugs and glitches directory but that also has past bugs which makes finding current stuff difficult).I'm not sure if someone has suggested this before on this topic, but could this be indexed? Right now it's difficult to navigate (particularly given the massive image sizes).Explain “indexed”.
- 8to16
-
Scratcher
1000+ posts
The List of Bugs
I think you should probably remove all images from the table of contents
- ShadowBladeLegend999
-
Scratcher
46 posts
The List of Bugs
If you use the lines backdrop and convert to bitmap and then vector it crashed


- ShadowBladeLegend999
-
Scratcher
46 posts
The List of Bugs
and the
when I start as a clone
create clone of [ v]
delete this clone
- Rosics
-
Scratcher
1000+ posts
The List of Bugs
I think you should probably remove all images from the table of contentsSome bugs need images.
If you use the lines backdrop and convert to bitmap and then vector it crashedUse the template at the bottom.
and theNot a bug.when I start as a clone
create clone of [ v]
delete this clone
- Rosics
-
Scratcher
1000+ posts
The List of Bugs
I am not going to add this to the list, it seems like ST did it, unless you find other examples.(#81)you seem to have just read the topic, but i guess you forgot this one
Username: 8to16
Source (if applicable): https://scratch.mit.edu/users/Worldwide-Animates/
Bug: Some users don't have a Scratcher or a New Scratcher rank, just an empty rank,
Image (If don't have one, I will make my own): https://u.cubeupload.com/amp_electrecuted/2abScreenshotFrom202501.png
could you please add this
- Dhdfuhrifi
-
Scratcher
62 posts
The List of Bugs
One problem, https://dhdfuhrifi.github.io/0359bddbc8b9cc12e0526703db4b9aa7.png I did this bug in android phone!
Last edited by Dhdfuhrifi (Jan. 5, 2025 16:56:52)
- Discussion Forums
- » Bugs and Glitches
-
» The List of Bugs











