I'm trying to load a project of mine, link can be found here:
Whenever I do I get the error message:
Load failed: Error: unknown label part type: "undefined"
When I load it in devmode I get this in the log:
morphic.js?version=2024-08-06:1552 Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently
getMinimumFontHeight @ morphic.js?version=2024-08-06:1552
snap.html#present:Us…ic&editMode&noRun:1 <meta name="apple-mobile-web-app-capable" content="yes"> is deprecated. Please include <meta name="mobile-web-app-capable" content="yes">
blocks.js?version=2024-06-10:1931 Uncaught Error: unknown label part type: "undefined"
at SyntaxElementMorph.labelPart (blocks.js?version=2024-06-10:1931:19)
at CustomCommandBlockMorph.labelPart (byob.js?version=2024-09-13:1667:55)
at blocks.js?version=2024-06-10:3118:21
at Array.forEach (<anonymous>)
at BlockMorph.setSpec (blocks.js?version=2024-06-10:3114:26)
at CustomCommandBlockMorph.refresh (byob.js?version=2024-09-13:1265:14)
at CustomReporterBlockMorph.refresh (byob.js?version=2024-09-13:2298:47)
at CustomReporterBlockMorph.init (byob.js?version=2024-09-13:2286:14)
at new CustomReporterBlockMorph (byob.js?version=2024-09-13:2264:10)
at SnapSerializer.loadBlock (store.js?version=2024-09-13:1519:13)
I have already tried the recover option, all of the backups give the same result.
I then opened the project in Snap 9.0.6 and didn't have any issues. A lot of the code needed rewrites anyway so I exported bits and pieces from the old project to a new project under 10.0.11, and I eventually ended up with the same error only this time the project would load, but certain parts of the site would break, like the "OK" button on the block editor won't close the window.