• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

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

AlexDenton

New member
Joined
Nov 30, 2020
Messages
14
Reactions
6
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