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

unable to get moonraker to connect to mainsail #927

Open
kadukong opened this issue Dec 15, 2024 · 2 comments
Open

unable to get moonraker to connect to mainsail #927

kadukong opened this issue Dec 15, 2024 · 2 comments

Comments

@kadukong
Copy link

What happened

I am trying to install Klipper with kaiuh and I'm not sure where I've gone wrong. after installing everything I'm trying to go login to mainsail only to be met with a unable to connect to moonraker sign. I've trying to see if Moonraker is active on Putty and it keeps saying is activating. I've tried some different scripts I found online off the Moonraker site and nothing seems to help, I've even tried re-installing just Moonrker and nothing. I'm using a Raspberry Pi 3 and I don't have any idea what I'm doing if there's anyone who can help I'd greatly appreciate it

Client

Mainsail

Browser

Chrome

How to reproduce

just log into mainsail and I am stuck

Additional information

Screenshot 2024-12-15 002732

@kadukong kadukong added the bug Something isn't working label Dec 15, 2024
@Arksine Arksine added user help request and removed bug Something isn't working labels Jan 20, 2025
@philipphoh
Copy link

I have exactly the same problem, but on an OrangePi Zero on which Klipper used to run flawlessly before: Mainsail shows a "Cannot connect to Moonraker" error, the moonraker-error.log shows an "Error 111", the service exits on failure with the exact same message as in the provided screenshot.
This happens when installing via KIAUH v6 alpha, KIAUH v5, as well as when installing manually via ./install-moonraker.sh .
Using the Moonraker python package I got the service to start, but that's not what I want.
When I find the time, I will try using a previous version of Moonraker to see what happens and report back.

@philipphoh
Copy link

philipphoh commented Jan 30, 2025

Using a previous release worked. For no specific reason I randomly chose Commit 63578ae and after using the install-moonraker.sh everything runs fine.
The steps I took are the following:

  1. uninstall moonraker completely using KIAUH v6 alpha
cd ~
git clone https://github.com/Arksine/moonraker.git
cd moonraker
git reset --hard 63578ae
git clean -df
./scripts/install-moonraker.sh
  1. update moonraker from v0.9.1-0 to the current version via the Update Manager in Mainsail

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

No branches or pull requests

3 participants