Closed campyne closed 3 years ago
Yes, it certainly seems so. Luckily it should be an easy fix, just create the directory manually for now.
Edit: it is also possible that you need to manually create empty file with 'touch ~/.config/jellycli/jellycli.yaml' after creating that directory. If even that doesn't help, try copying the sample file to that location.
Hello, When running
jellycli
for the first time, the program quits with the following:After taking a look, it seems to me that the issue is in
config/file.go
where it usesdir, err = os.UserConfigDir()
to get the directory for all configs/home/myuser/.config
and doesn't then add the appropriate sub-directoryjellycli
to it.