这两天准备转到v5, 但 test config就卡住了 #1924
-
v2rayv5 run -c 0.jsonV2Ray 5.0.7 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.18.3 linux/amd64) Failed to start: main/commands: failed to load config: [0.json] > infra/conf/serial: failed to read config file at line 1 char 18 > json: cannot unmarshal object into Go struct field LogConfig.log.access of type string 0.json
就只有这7行, 请问错在那? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
是不是 none -> None |
Beta Was this translation helpful? Give feedback.
-
已找到原因 正确指令应该 另外, 就同上面师兄说的一样 |
Beta Was this translation helpful? Give feedback.
已找到原因 正确指令应该
v2rayv5 run -c 0.json -format=jsonv5
另外, 就同上面师兄说的一样
"type": 一定要 "None", 不能"none".
"level": 也一样一定要 "Info", 不能"info".
第一个一定要大草