Why do I get 'Failed to read config, using default values' even with the default config? #383
-
|
Hi, I'm very new to Linux and rmpc, and I'm having trouble with the config file. Even when I use the exact default
But there's no log file at |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The intent is to create your own config, even if you want to use the default one. mkdir ~/.config/rmpc
rmpc config > ~/.config/rmpc/config.ronthis should silence the error. Do not copy the config from github page (you might have copied default config for git version while being on the release version maybe?). https://mierak.github.io/rmpc/release/configuration/#bootstrapping-a-config-file
the log file is create at /tmp/rmpc.log |
Beta Was this translation helpful? Give feedback.
The intent is to create your own config, even if you want to use the default one.
this should silence the error. Do not copy the config from github page (you might have copied default config for git version while being on the release version maybe?). https://mierak.github.io/rmpc/release/configuration/#bootstrapping-a-config-file
the log file is create at /tmp/rmpc.log