OctoPrint_MultiCam icon indicating copy to clipboard operation
OctoPrint_MultiCam copied to clipboard

403 Error loading plugin

Open thurask opened this issue 10 months ago • 0 comments

I would get a 403 error in the console on Octoprint (running with HAProxy and HTTPS) startup when the plugin attempts to HTTP GET classic webcam status, and a black error box instead of the camera stream. The output is accessible on the camera's stream URL in spite of the error. Removing the leading / from this line in multicam_settings.js seems to have stopped the error:

url: "/plugin/multicam/classicwebcamstatus",

I think it's related to this issue with relative paths.

thurask avatar Apr 09 '24 01:04 thurask