有没有大佬知道这是怎么回事,本来是想把温度改成40的,结果改完之后就这样了,之前的号登不上去了
[INFO] Importing database…
ModLoader: loading mods…
[SPT-AKI] 2.0.0++ For tkf-SuperMod v4.5.7
[Domain] tkf.3-12.cn
[Author] _物是人非
[INFO] 【玩家专用大锤】已添加
[INFO] 已同步跳蚤市场价格
[INFO] 排行榜统计已开启
[ERROR] Trace:
Error: Unsupported issue: Expected “[“, “false”, “null”, “true”, “{“, number, or string but “” found. (please open an issue at the repo)
at runFixer (D:\Program Files (x86)\EFT\obj\node_modules\json-fixer\index.js:91:1)
at fixJson (D:\Program Files (x86)\EFT\obj\node_modules\json-fixer\index.js:103:1)
at fixingTime (D:\Program Files (x86)\EFT\obj\node_modules\json-fixer\index.js:113:1)
at checkJson (D:\Program Files (x86)\EFT\obj\node_modules\json-fixer\index.js:146:1)
at Function.deserialize (D:\Program Files (x86)\EFT\obj\src\utils\JsonUtil.js:25:35)
at Function.loadProfile (D:\Program Files (x86)\EFT\obj\src\servers\SaveServer.js:52:55)
at Function.load (D:\Program Files (x86)\EFT\obj\src\servers\SaveServer.js:29:24)
at Object.load [as aki-save] (D:\Program Files (x86)\EFT\obj\src\callbacks\SaveCallbacks.js:9:20)
[SUCCESS] Started webserver at http://127.0.0.1:6969
[SUCCESS] Started websocket at ws://127.0.0.1:6969
[SUCCESS] Server is running. Happy playing!
2.3.0
已配图
是
服务端报错
Error: Unsupported issue: Expected “[“, “false”, “null”, “true”, “{“, number, or string but “” found. (please open an issue at the repo)
翻译一下就是本来应该有个地方是“[“, “false”, “null”, “true”, “{“或者任意一个数字,但你的那个位置啥也没有,属于是存档改的时候格式出错了,如果没有点代码基础这个档基本可以放弃了
建议百度翻译
改文件的时候符号错了?
楼主,建议你改数据的时候用 VSC 改,别用一些没有语法错误提示的东西去改,改错了自己都不知道 - -
很明显,改存档时候json格式错误