Web interface - shutting down during printing
-
@dc42 yes, only M999 helped
-
Next time you get that JSON parse error message, please press F12 to get the developer console. It should display the complete unparsable JSON response. Please post that here.
-
08:17:32.178 : Ran out of output buffers at ../src/Networking/HttpResponder.cpp(950)
again -
Is there a way to log info from web control into file? I need the info that has been lost douring the WC shutdown. (print time etc.)
-
The print time is already logged to file if you enable logging using M929.
-
@jan-doubrava said in Web interface - shutting down during printing:
08:17:32.178 : Ran out of output buffers at ../src/Networking/HttpResponder.cpp(950)
again-
Did you have just one browser connected to the Duet before that happened, or multiple browsers/devices? I'm trying to work out what provokes this situation.
-
I have made a change for 2.02RC6 to return a 503 status response to DWC if the firmware runs out of buffers. I hope this will allow the apparent deadlock to be broken.
-
-
@dc42 I got the 503 error but the dwc still went dead after several minutes. It won't even TCP handshake on port 80.
-
Is this still happening? There were changes made in RRF 2.04 and 2.05 to address the issue with running out of buffers.
-
@dc42 Recently, I'm seeing this on a my Duet2 WiFi running 2.x not sure of the exact version, but will check when I go home at lunch. I've not updated it in a while as other than this it has been running fine.
I access DWC to start the print usually from my iPad, leave the browser/put the iPad in standby or something along those lines. Go back to check the status an hour or so later, refresh the page as it says it has lost connection, it will not load.
The strange thing about it, up until a few weeks ago it did not happen and connected fine each time. I've not updated the firmware on it in several months.
Let me check what Firmware/DWC versions I'm running and if needed I will update to the latest RRF 2.x to see if it still happens.
-
@dc42 yeah Iām on 2.03RC5 so I will update and see what happens.