Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
- medians
-
Scratcher
1000+ posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
I looked at the browser console, and noticed these two errors
projects.bundle.js:2 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘blocks’), don't know how I got this one
projects.bundle.js:2 Uncaught (in promise) Error: No block found with id *$51w+IuG8hrG89ZSY*U in workspace ]%r^LB~b4%;czd{TIgWH (also happened with different blocks and when refreshing)
projects.bundle.js:2 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘blocks’), don't know how I got this one
projects.bundle.js:2 Uncaught (in promise) Error: No block found with id *$51w+IuG8hrG89ZSY*U in workspace ]%r^LB~b4%;czd{TIgWH (also happened with different blocks and when refreshing)
- redspacecat
-
Scratcher
1000+ posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
I looked at the browser console, and noticed these two errorsAnd that was happening when attempting to backpack a block?
projects.bundle.js:2 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘blocks’), don't know how I got this one
projects.bundle.js:2 Uncaught (in promise) Error: No block found with id *$51w+IuG8hrG89ZSY*U in workspace ]%r^LB~b4%;czd{TIgWH (also happened with different blocks and when refreshing)
- redspacecat
-
Scratcher
1000+ posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
And that was happening when attempting to backpack a block?Ah, it does appear so.
I get this error
Uncaught (in promise) Error: No block found with id Sv(hAKZmiI~e_2Oya@JY in workspace |g`+n+m~.GqG)xx1x+iQ
Looking at the code in the browser console, it looks like it's possibly trying to find that block in the block workspace? Maybe dragging form palette isn't accounted for here or something?
const t = dn.getMainWorkspace(),
o = t.getBlockById(e);
if (!o) return Promise.reject(
new Error(
'No block found with id '.concat(e, ' in workspace ').concat(t.id)
)
);
- NEOPHARE
-
Scratcher
100+ posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
-snip-The text on the scripts does not appear on my backpack too.
it looks like something like this:
(10) :: motion
Last edited by NEOPHARE (Aug. 12, 2026 06:13:51)
- studiofile222
-
Scratcher
23 posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
this bug sucks 





<key [+ v] pressed?>
- TimothyLawyer
-
Scratcher
1000+ posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
this bug suckscan you click the globe button to share your my browser / operating system and say what part of the bug you are experiencing?<key [+ v] pressed?>
Last edited by TimothyLawyer (Sept. 4, 2026 19:49:41)
- medians
-
Scratcher
1000+ posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
Still happening for methis bug suckscan you click the globe button to share your my browser / operating system and say what part of the bug you are experiencing?<key [+ v] pressed?>
My browser / operating system: Windows 7 Service Pack 1, Chrome 109.0.5414.120 (Official Build) (64-bit) (cohort: Windows 7) , No Flash versions detected
My browser / operating system: Windows 7 Service Pack 1, Chrome 154.0.8032.0 (Official Build) (64-bit), No Flash versions detected
Last edited by medians (Sept. 5, 2026 02:27:32)
- AZOOZ7699
-
Scratcher
6 posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
ire this a bug medians
- medians
-
Scratcher
1000+ posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
ire this a bug medians?
- GreenStickman4
-
New Scratcher
13 posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
I am using a touchscreen on my tablet.And I can't backpack a script stack both Chromebook and tabletFor tablet, this sounds similar to a bug that was already happening before the update
My browser / operating system (tablet): Android Linux 9, Chrome 138.0.7204.244, No Flash version detected
Also, are you using a touchscreen?
- medians
-
Scratcher
1000+ posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
Talking about the chromebookI am using a touchscreen on my tablet.And I can't backpack a script stack both Chromebook and tabletFor tablet, this sounds similar to a bug that was already happening before the update
My browser / operating system (tablet): Android Linux 9, Chrome 138.0.7204.244, No Flash version detected
Also, are you using a touchscreen?
- woofertia
-
Scratcher
6 posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
Its happening to me too. I can only upload sprites.
- woofertia
-
Scratcher
6 posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
Is anyone else able to backpack from the block palette now?Not me
- Discussion Forums
- » Bugs and Glitches
-
» Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts