You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a brand new install, KIAUH v6 reported "[INFO] Another Client-Config is already installed! Skipped ..." when attempting to install the fluidd config file.
What did you expect to happen
Being allowed to install it when there's nothing there 🤷
How to reproduce
Probably doing a fresh install and then add fluidd-config, haven't tried mainsail. I've done it twice so far with fluidd though (clean reinstall)
Additional information
I managed to make it work by simply commenting out the check here:
@Stemolap could it be, that both folders for the mainsail-config and fluidd-config exist, but your printer.cfg does not contain a [include mainsail.cfg] or [include fluidd.cfg] section?
Up until now i was not able to reproduce the issue, especially not on a fresh system.
Linux Distribution
Raspberry Pi OS lite, 32-bit
What happened
On a brand new install, KIAUH v6 reported "[INFO] Another Client-Config is already installed! Skipped ..." when attempting to install the fluidd config file.
What did you expect to happen
Being allowed to install it when there's nothing there 🤷
How to reproduce
Probably doing a fresh install and then add fluidd-config, haven't tried mainsail. I've done it twice so far with fluidd though (clean reinstall)
Additional information
I managed to make it work by simply commenting out the check here:
kiauh/kiauh/components/webui_client/client_config/client_config_setup.py
Line 41 in a63cf8c
Then it properly loaded the repository and added it to moonraker.conf.
It's very possible I did something wrong when doing it the frist time but I'm not sure what step might have done so.
The text was updated successfully, but these errors were encountered: