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
When I try to open the project, I get the following error
Cannot read properties of null (reading 'externalLevels') (TypeError)
Which is an incredibly misleading error. externalLevels is nowhere close to customCommands physically within the JSON file.
If I manually escape the backslashes in the custom command with a text editor I can open the project again, but every time I save it's saved unescaped again.
The text was updated successfully, but these errors were encountered:
I have a project with a custom command that contains backslashes.
When I save the project, the command is saved unescaped in the JSON file
This is not valid JSON.
When I try to open the project, I get the following error
Which is an incredibly misleading error.
externalLevels
is nowhere close tocustomCommands
physically within the JSON file.If I manually escape the backslashes in the custom command with a text editor I can open the project again, but every time I save it's saved unescaped again.
The text was updated successfully, but these errors were encountered: