#Moonraker can't connect after ShakeTune installation

3 messages · Page 1 of 1 (latest)

spark cedar
#

Installed Shaketune succesfully, but now Moonraker can't connect to klipper, standard "check klipper is running and UDS is correct" error.

klippy.log is clean, klipper is running happily.
UDS address confirmed as correct - SSH to check location of klippy.sock

Error in moonraker log, I get the below block repeating tens of times.

2025-09-30 21:32:04,040 [klippy_connection.py:_do_connect()] - Klippy Connection Established
2025-09-30 21:32:04,723 [common.py:build_error()] - JSON-RPC Request Error - Requested Method: printer.objects.query, Code: -32601, Message: Method not found
2025-09-30 21:32:06,308 [klippy_connection.py:close()] - Error closing Klippy Unix Socket
Traceback (most recent call last):
File "/home/pi/moonraker/moonraker/components/klippy_connection.py", line 805, in close
await self.writer.wait_closed()
File "/usr/lib/python3.11/asyncio/streams.py", line 350, in wait_closed
await self._protocol._get_close_waiter(self)
ConnectionResetError: [Errno 104] Connection reset by peer
2025-09-30 21:32:06,308 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed

Any help gratefully received! Oh and everything shows as up to date in the mainsail console.

tepid sealBOT
#

Ahoi @spark cedar!
It looks like you did not provide all the necessary information we need to help you.
Please upload your logfiles and a detailed description of your problem.
For further information see: https://docs.mainsail.xyz/faq/getting-help/discord#provide-information
Note: We only accept .log and .txt files as log files.
This is an automated message

We are glad to help and chat with you on our Community Discord, but if you need help and want the best support possible you should, follow a few simple rules:

spark cedar