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
This is an old scratch project I would like to get working, but when importing into scratch it simply fails. It's just a sb3 file that I added the .zip extension to so I could upload it (but it is also an archive arguably). There's no error message or anything to help troubleshoot. But then I tried TurboWarp, it gave the error message:
{"validationError":"Could not parse as a valid SB2 or SB3 project.","sb3Errors":[{"keyword":"maxLength","dataPath":".targets[1].comments['npBWdA5_/.5fF~_K/k'].text","schemaPath":"#/properties/text/maxLength","params":{"limit":8000},"message":"should NOT be longer than 8000 characters"}],"sb2Errors":[{"keyword":"required","dataPath":"","schemaPath":"#/required","params":{"missingProperty":"objName"},"message":"should have required property 'objName'"}]}
So, I deleted the comments and tried again. I can now import it into TurboWarp fine, seems to work, but Scratch still fails. I just get a popup:
scratch,mit.edu says:
The project file that was selected failed to load.
Despite working in TurboWarp, maybe there is still an issue with the dataPath, schemaPath, and missing objName. I will continue to troubleshoot, but having another pair of eyes on this would be nice. Thanks!
The text was updated successfully, but these errors were encountered:
Blob - RPG Platformer v0.9.sb3.zip
This is an old scratch project I would like to get working, but when importing into scratch it simply fails. It's just a sb3 file that I added the .zip extension to so I could upload it (but it is also an archive arguably). There's no error message or anything to help troubleshoot. But then I tried TurboWarp, it gave the error message:
{"validationError":"Could not parse as a valid SB2 or SB3 project.","sb3Errors":[{"keyword":"maxLength","dataPath":".targets[1].comments['npBWdA5_/.5fF~_K/k'].text","schemaPath":"#/properties/text/maxLength","params":{"limit":8000},"message":"should NOT be longer than 8000 characters"}],"sb2Errors":[{"keyword":"required","dataPath":"","schemaPath":"#/required","params":{"missingProperty":"objName"},"message":"should have required property 'objName'"}]}
So, I deleted the comments and tried again. I can now import it into TurboWarp fine, seems to work, but Scratch still fails. I just get a popup:
scratch,mit.edu says:
The project file that was selected failed to load.
Despite working in TurboWarp, maybe there is still an issue with the dataPath, schemaPath, and missing objName. I will continue to troubleshoot, but having another pair of eyes on this would be nice. Thanks!
The text was updated successfully, but these errors were encountered: