We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Currently trying to convert a 1.5 slpk file to 1.7 and the following message occurs
{ "version" : "0.5.07162019", "log" : [{ "code" : "7009", "level" : "Error", "message" : " JSON parsing error in "nodes/0-2-1-2-1-3-1-1-0-3-3/features/0": * Line 1, Column 1\n Syntax error: value, object or array expected.\n" } ], "success" : false }
We know that we have some empty nodes, but is there any way to skip this issue, as the conversion fails.
Thanks
The text was updated successfully, but these errors were encountered:
Based on the error, it looks like there is a problem with the JSON file in: nodes/0-2-1-2-1-3-1-1-0-3-3/features
nodes/0-2-1-2-1-3-1-1-0-3-3/features
Most likely, this file is empty, which is causing the error.
Would you be able to confirm if this is the case?
Sorry, something went wrong.
No branches or pull requests
Hi,
Currently trying to convert a 1.5 slpk file to 1.7 and the following message occurs
{
"version" : "0.5.07162019",
"log" : [{
"code" : "7009",
"level" : "Error",
"message" : " JSON parsing error in "nodes/0-2-1-2-1-3-1-1-0-3-3/features/0": * Line 1, Column 1\n Syntax error: value, object or array expected.\n"
}
],
"success" : false
}
We know that we have some empty nodes, but is there any way to skip this issue, as the conversion fails.
Thanks
The text was updated successfully, but these errors were encountered: