You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the zip file attached (parse_error_files.zip), there are 4 files: hello2.sb3, hello2.scrape, hello3.sb3, and hello3.scrape.
Both hello2.sb3 and hello3.sb3 are Scratch programs with a simple say("Hello!") statement. The only difference between them is that hello2.sb3 has an extra List called memory. These are the contents of memory:
In hello2.scrape, memory is represented like this:
"lists": {"16": [8, "0", "0", -4, -1, 1, 54]}
When I try to run hello2.scrape, I get the following error:
terminate called after throwing an instance of 'nlohmann::detail::type_error'
what(): [json.exception.type_error.302] type must be string, but is number
Aborted (core dumped)
When I run hello3.scrape, the output is normal:
Hello!
The text was updated successfully, but these errors were encountered:
In the zip file attached (parse_error_files.zip), there are 4 files:
hello2.sb3
,hello2.scrape
,hello3.sb3
, andhello3.scrape
.Both
hello2.sb3
andhello3.sb3
are Scratch programs with a simple say("Hello!") statement. The only difference between them is thathello2.sb3
has an extra List calledmemory
. These are the contents ofmemory
:In
hello2.scrape
,memory
is represented like this:When I try to run
hello2.scrape
, I get the following error:When I run
hello3.scrape
, the output is normal:The text was updated successfully, but these errors were encountered: