Open Cherif-AI opened 2 years ago
just comment those lines
I found this project very interesting but when running the executable I get an error of this type :
Error from reader: Line 1, Column 1 Syntax error: value, object or array expected. terminate called after throwing an instance of 'Json::RuntimeError' what(): Line 1, Column 1 Syntax error: value, object or array expected.
I think it's due to accessing a json file but I'm not sure. Have you already face this problem? How can I solve it.
Thank you
there are some problems with the json_path. it can easily be fixed just print out every thing and fix :)
I found this project very interesting but when running the executable I get an error of this type :
Error from reader: Line 1, Column 1 Syntax error: value, object or array expected. terminate called after throwing an instance of 'Json::RuntimeError' what(): Line 1, Column 1 Syntax error: value, object or array expected.
I think it's due to accessing a json file but I'm not sure. Have you already face this problem? How can I solve it.
Thank you