"error: unsupported configuration version in file" while installing custom file format #801
Unanswered
piotr-dobrogost
asked this question in
Q&A
Replies: 1 comment
-
Thanks for the report, it should be fixed by this change: 04da95e |
Beta Was this translation helpful? Give feedback.
0 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.
-
I made my custom file format which includes
"$schema": "https://lnav.org/schemas/format-v1.schema.json"
field based on the fact that all sample files in the~/.config/lnav/formats/default
directory have this field.When trying to install it with
$ lnav -i ./my_log.json
I'm getting the following error
error: unsupported configuration version in file: ./my_log.json -- https://lnav.org/schemas/format-v1.schema.json
Removing this field makes the error go away.
I'm confused.
Beta Was this translation helpful? Give feedback.
All reactions