Help needed: v2rayv5 quic config, strictly following schema, but doesn't pass test #2502
Replies: 1 comment 4 replies
-
remove |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying out v5's quic, following the schema in https://github.com/EHfive/v2ray-jsonschema,
server config saved as file
config.v5.json
:but, when I run
v2ray test -format=jsonv5 -c config.v5.json
, the error message is this:Test failed: main/commands: failed to load config: [config.v5.json] > infra/conf/v5cfg: unable to build config > infra/conf/v5cfg: unable to load transport config > common/registry: unable to parse json content > Any JSON doesn't have '@type'
JSON syntax passed validator checking.
Can anybody see why? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions