Actium Posted 5 hours ago Posted 5 hours ago The WebGUI screenshot function is defective. Note the broken image icon that appeared after trying to take a screenshot via the camera button: Took a closer look with the Web Developer Tools (F12). The HTTP GET request, which is supposed to retrieve the screenshot from the dedicated server, fails with Error 404 (Not Found). However, the URL http://127.0.0.1:8088/screenshots//screenshots/d7GSsJF1dg6hbrm looks wonky, judging from the double slash between the two occurrences of screenshot. Change that to http://127.0.0.1:8088/screenshots/d7GSsJF1dg6hbrm and built-in HTTP server will respond with the screenshot. Hence, this issue appears to be confined to the WebGUI implementation, which gets the URL wrong.
Recommended Posts