• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. 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.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

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