Skip to content

"The project file that was selected failed to load" #1439

@towerofnix

Description

@towerofnix

A project I was working on failed to load.

Here's the project file which fails to open (renamed .zip so that GitHub lets me upload it): Tilt to Live.zip

It's based on https://scratch.mit.edu/projects/15933695/ - It's an updated version of that project.

The error I get in the console reads:

{
  "validationError": "Could not parse as a valid SB2 or SB3 project.",
  "sb2Errors": [
    {
      "keyword": "required",
      "dataPath": "",
      "schemaPath": "#/required",
      "params": {
        "missingProperty": "objName"
      },
      "message": "should have required property 'objName'"
    }
  ],
  "sb3Errors": [
    {
      "keyword": "enum",
      "dataPath": ".targets[7].blocks['Abh0i;C4yIjO-LNA4fS*'].mutation.warp",
      "schemaPath": "#/definitions/boolOrBoolString/oneOf/0/enum",
      "params": {
        "allowedValues": [
          "true",
          "false"
        ]
      },
      "message": "should be equal to one of the allowed values"
    },
    {
      "keyword": "type",
      "dataPath": ".targets[7].blocks['Abh0i;C4yIjO-LNA4fS*'].mutation.warp",
      "schemaPath": "#/definitions/boolOrBoolString/oneOf/1/type",
      "params": {
        "type": "boolean"
      },
      "message": "should be boolean"
    },
    {
      "keyword": "oneOf",
      "dataPath": ".targets[7].blocks['Abh0i;C4yIjO-LNA4fS*'].mutation.warp",
      "schemaPath": "#/definitions/boolOrBoolString/oneOf",
      "params": {
        "passingSchemas": null
      },
      "message": "should match exactly one schema in oneOf"
    },
    {
      "keyword": "type",
      "dataPath": ".targets[7].blocks['Abh0i;C4yIjO-LNA4fS*']",
      "schemaPath": "#/definitions/variable_primitive/type",
      "params": {
        "type": "array"
      },
      "message": "should be array"
    },
    {
      "keyword": "type",
      "dataPath": ".targets[7].blocks['Abh0i;C4yIjO-LNA4fS*']",
      "schemaPath": "#/definitions/list_primitive/type",
      "params": {
        "type": "array"
      },
      "message": "should be array"
    },
    {
      "keyword": "oneOf",
      "dataPath": ".targets[7].blocks['Abh0i;C4yIjO-LNA4fS*']",
      "schemaPath": "#/oneOf",
      "params": {
        "passingSchemas": null
      },
      "message": "should match exactly one schema in oneOf"
    },
    {
      "keyword": "oneOf",
      "dataPath": ".targets[7].blocks['Abh0i;C4yIjO-LNA4fS*']",
      "schemaPath": "#/properties/blocks/additionalProperties/oneOf",
      "params": {
        "passingSchemas": null
      },
      "message": "should match exactly one schema in oneOf"
    }
  ]
}

This is the latest version of the project which does open:
untitled-project-8_4_2018-12_12_56 PM.zip

There are four versions since that which do not open (the latest of which is attached above).

That version does include several updates since importing the 2.0 project.

Operating System and Browser

Firefox 62.0b15, Debian (testing).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions