Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding client config failing on new install? #593

Open
novaplusplus opened this issue Nov 6, 2024 · 3 comments
Open

Adding client config failing on new install? #593

novaplusplus opened this issue Nov 6, 2024 · 3 comments

Comments

@novaplusplus
Copy link

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:

if detect_client_cfg_conflict(client_data):

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.

@Stemolap
Copy link

Stemolap commented Nov 6, 2024

Debian 11 Bullseye Image for the SonicPad, freshly installed and updated. Using kiauh v6 generates same error both on fluidd and mainsail.
image_2024-11-06_210958200

@dw-0
Copy link
Owner

dw-0 commented Nov 10, 2024

@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.

@MaroonOut09
Copy link

MaroonOut09 commented Nov 18, 2024

I'm having the same issue with a fresh install on Raspberry Pi OS Lite 64-bit (Bookworm).

I tried adding [include mainsail.cfg] and [include fluidd.cfg] to printer.cfg, and it did not resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants