Discuss Scratch

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
scratchcode1_2_3
Scratcher
1000+ posts

The List of Bugs

8to16 wrote:

(#81)
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
woah, what? that's definitely the most broken one i've ever seen, and it's real!
8to16
Scratcher
1000+ posts

The List of Bugs

scratchcode1_2_3 wrote:

(#82)
woah, what? that's definitely the most broken one i've ever seen, and it's real!
reading into their comments, they said “i got banned a few months ago and scratch team didnt want me to play online sorry if ur conused” but then they said “or glitch sorry ST” source
Rosics
Scratcher
1000+ posts

The List of Bugs

8to16
Scratcher
1000+ posts

The List of Bugs

8to16 wrote:

(#81)
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
you seem to have just read the topic, but i guess you forgot this one
could you please add this
scratchcode1_2_3
Scratcher
1000+ posts

The List of Bugs

scratchcode1_2_3 wrote:

(#63)
so um
has anyone read my posts
https://scratch.mit.edu/discuss/post/8312603/

scratchcode1_2_3 wrote:

(#52)

Rosics wrote:

(#1)
  • The robot effect turns up the volume way more then it should've which hurts your ears.

Before

for me it's the opposite?


im a ghost ooooo
[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

50_scratch_tabs wrote:

Rosics wrote:

50_scratch_tabs wrote:

Interesting. I might do some overrides or something to test that!
How would you do that?
It's a Chrome DevTools thing. I have also found a JavaScript Console fix, so I'll edit in a minute to explain.

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 change
"invited_scratcher": false,
to
"invited_scratcher": true,
If you're on a Scratcher account, you probably need to change
    "scratcher": true,
"new_scratcher": false,
to
    "scratcher": false,
"new_scratcher": true,
as well. Now, reload. You should be able to see the invitation and go through at least enough to see the bug in action.

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”)
while (document.querySelector(".navigation-button.transparent")) {
    document.querySelector(".navigation-button.transparent").classList.remove("transparent");
}
This removes the bad class from the buttons and you will only need to do it once.

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

AlexanderLaverde wrote:

what about “location not given” for example scratch user @messi does not have a location
https://scratch.mit.edu/users/messi/
Rosics
Scratcher
1000+ posts

The List of Bugs

AlexanderLaverde wrote:

what about “location not given” for example scratch user @messi does not have a location
That 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

AHypnoman wrote:

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

Rosics wrote:

AHypnoman wrote:

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”.
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).
Rosics
Scratcher
1000+ posts

The List of Bugs

AHypnoman wrote:

Rosics wrote:

AHypnoman wrote:

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”.
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).
Done! https://scratch.mit.edu/discuss/post/8286042/
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

8to16 wrote:

I think you should probably remove all images from the table of contents
Some bugs need images.

ShadowBladeLegend999 wrote:

If you use the lines backdrop and convert to bitmap and then vector it crashed
Use the template at the bottom.

ShadowBladeLegend999 wrote:

and the
when I start as a clone
create clone of [ v]
delete this clone
Not a bug.
Rosics
Scratcher
1000+ posts

The List of Bugs

8to16 wrote:

8to16 wrote:

(#81)
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
you seem to have just read the topic, but i guess you forgot this one
could you please add this
I am not going to add this to the list, it seems like ST did it, unless you find other examples.
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)

Powered by DjangoBB