Fixed (1.20.1.6) JSON Parse: Quotation marks seems to be messed up.

AlexDenton

New member
Messages
14
Reactions
6
Points
3
Hi!

My error log is showing the error in the title, i suppose is a defective VAR (maybe the meta.json) but since it doesnt say the name of the offender i have no way of correcting the error, it should say which one is causing the problem so we can correct the problems, i have a lot of VARs and its a concerning bug.

Thanks in advance,

!> Exception during package refresh System.Exception: JSON Parse: Quotation marks seems to be messed up.
at SimpleJSON.JSONNode.Parse (System.String aJSON) [0x00000] in <filename unknown>:0
at SimpleJSON.JSON.Parse (System.String aJSON) [0x00000] in <filename unknown>:0
at MVR.FileManagement.VarPackage.LoadMetaData () [0x00000] in <filename unknown>:0
at MVR.FileManagement.FileManager.Refresh () [0x00000] in <filename unknown>:0
 
I have fixed it so the json parse exception is caught deeper in the code hierarchy so it can report which var file is messed up. This will be in next release.
 
Back
Top Bottom