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.