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)
#182Today 01:00:55
- 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)
#183Today 01:05:07
- 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)
)
);
#184Today 07:14:27
- Machipisam89
-
Scratcher
10 posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
Here is a bug:
when I start as a clone
create clone of [ v]
delete this clone
#185Today 07:17:09
- Machipisam89
-
Scratcher
10 posts
Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts
when I start as a clone
create clone of [myself v]
delete this clone
- Discussion Forums
- » Bugs and Glitches
-
» Scratch doesn't let you backpack blocks from block palette and no text for blocks in backpacked scripts