Moonraker Raspberry Pi Zero W

So, don’t let the title fool you, I’m not trying to run a whole printer off a raspberry pi zero, I want to use Klipper’s excellent kinematics to control a single stepper, very slowly, for a completely different type of project.

My hope is to use a manual stepper, kinematics none, moonraker, and then all my other software running remotely. except moonraker isn’t exactly working.

running top I can see that the pi isn’t actually working too hard:

but fluidd won’t connect and printer/info just returns this

{"error": {"code": 404, "message": "Not Found", "traceback": "Traceback (most recent call last):\n\n  File \"/home/pi/moonraker-env/lib/python3.9/site-packages/tornado/web.py\", line 1681, in _execute\n    result = self.prepare()\n\n  File \"/home/pi/moonraker/moonraker/app.py\", line 815, in prepare\n    raise tornado.web.HTTPError(404)\n\ntornado.web.HTTPError: HTTP 404: Not Found\n"}}

What’s going on here?