Printer API dont working

Basic Information:

Printer Model: Fluing Bear 6
MCU / Printerboard: skr pico
Host / SBC orangepi zero 2

Hello everybody, I was trying to connect printer to orca slicer, when get wierd error:
image

So i tried to connect to printer API and get same error

{
“error”: {
“code”: 404,
“message”: “Not Found”,
“traceback”: “Traceback (most recent call last):\n\n File "/home/orangepi/moonraker-env/lib/python3.11/site-packages/tornado/web.py", line 1769, in _execute\n result = await result # type: ignore\n ^^^^^^^^^^^^\n\n File "/home/orangepi/moonraker/moonraker/components/application.py", line 1051, in prepare\n raise tornado.web.HTTPError(404)\n\ntornado.web.HTTPError: HTTP 404: Not Found\n”
}
}

I update all files from kiauh, but it didnt work. Python version is 3.11. Any suggestions? Thanks in advance

I have ender 3 running klipper and it connects to orca without problems. Py version is 3.7

Okay, it is very strange, problem was solved by re-installing fluidd from kiauh menu.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.