-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I've mostly been using the 0.17 fork with --quick-db so didn't notice until now that when I use the --db option I get a strange error about control characters in the config file:
FATAL | 2025/03/16 22:29:09 | in parsing config file: yaml: control characters are not allowed
This happens even if the config file does not exist.
It looks like the problem might be that it never replaces the extension with yaml before getting here:
Lines 93 to 94 in 5c04e37
| if utils.FileExists(yamlFile) { | |
| cfgData, err := os.ReadFile(yamlFile) |
I built my own version with an added line right before that to print out yamlFile and when I run with -db test.db it prints test.db.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request