Skip to content
New issue

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

Error converting to SLPK 1.7 from 1.5 #55

Closed
crazymaps1980 opened this issue Oct 21, 2019 · 1 comment
Closed

Error converting to SLPK 1.7 from 1.5 #55

crazymaps1980 opened this issue Oct 21, 2019 · 1 comment

Comments

@crazymaps1980
Copy link

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

@ajuanr
Copy link
Collaborator

ajuanr commented Oct 30, 2019

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

Most likely, this file is empty, which is causing the error.

Would you be able to confirm if this is the case?

@ajuanr ajuanr closed this as completed Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants