Hey,
I have a weird issue I'm kind of stumped on. I have a Docker container slicing customisable print jobs with CuraEngine which it then sends to the printer via the printer API.
This setup has worked so far, but today I restarted the Docker container and now get a 405: Client Error METHOD NOT ALLOWED error when trying to send the printjob to the printer with
requests.post(http://192.168.1.x/api/v1/print_job', files={'jobname': jobname, 'file': gcode_file}, auth=requests.auth.HTTPDigestAuth(ILAUMS5_USER, ILAUMS5_PASS))
Usually a 405 error indicates that the method used