You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: