This means in first place that the server is not reachable from your browser. If it is still printing it runs but network is not reachable. Can happen with pi with wifi connection if ti switches e.g. to AP mode (check if the AP point appears in wifi router list on your mobile).
If the server stopped running, go to logs in printer menu when it comes back and check server.log and syslog at the time when it happened. There should be more information. Important part is to know time where to look as the logs can be quite log.
Thanks for your input, same user here. This is the log:
Any idea? Running a 7 printers server on a win pc . USB ports are switch powered. Looks to me like suddenly the server couldnt see the printers anymore. Thanks !
This error shows clearly that the printers initialised a Firmware Stop / kill due to a security function buildin. Are your temperatures instable? Maybe you got a thermal runaway.
However this is not the server log, this is the printer gcode log. you can find the server log if you go in the context menu of the printer and select logs
Ok yes, there i found the lines "closing websocket for missing ping", and then "reading serial connection failed" . So i guess the USB failed in some way
2022-03-31 20:18:47: start printjob angolo_cella_C04 on printer V_41
2022-03-31 20:19:17: error in postRequest:Host not found: licence.internetloesungen.com
2022-03-31 20:19:33: Closing websocket for missing ping
2022-03-31 20:19:52: Websocket opened
2022-03-31 20:20:03: Time analysing C:\ProgramData\Repetier-Server\printer\V_40\jobs\00000001_angolo_cella_C04.g:110605198 us
2022-03-31 20:20:03: Updating info for C:\ProgramData\Repetier-Server\printer\V_41\jobs\00000001_angolo_cella_C04.g printer V_41
2022-03-31 20:20:07: Closing websocket for missing ping
2022-03-31 20:20:19: Websocket opened
2022-03-31 20:20:34: Closing websocket for missing ping
2022-03-31 20:21:29: error in postRequest:Host not found: licence.internetloesungen.com
2022-03-31 20:21:35: Time analysing C:\ProgramData\Repetier-Server\printer\V_41\jobs\00000001_angolo_cella_C04.g:92495313 us
2022-03-31 20:22:12: Websocket opened
2022-03-31 20:23:37: error in postRequest:Host not found: licence.internetloesungen.com
2022-03-31 20:23:41: error: Reading serial conection failed: Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione. Closing connection.
2022-03-31 20:23:41: Port closed for V_40
2022-03-31 20:23:41: Connection closed: V_40
2022-03-31 20:23:46: error: Reading serial conection failed: Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione. Closing connection.
2022-03-31 20:23:46: Port closed for V_39
2022-03-31 20:23:46: Connection closed: V_39
2022-03-31 20:23:47: error: Reading serial conection failed: Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione. Closing connection.
2022-03-31 20:23:47: Port closed for V_45
2022-03-31 20:23:47: Connection closed: V_45
2022-03-31 20:23:50: error: Reading serial conection failed: Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione. Closing connection.
2022-03-31 20:23:50: Port closed for V_44
2022-03-31 20:23:50: Connection closed: V_44
2022-03-31 20:24:03: error: Reading serial conection failed: Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione. Closing connection.
2022-03-31 20:24:03: Port closed for V_42
2022-03-31 20:24:03: Connection closed: V_42
2022-03-31 20:24:06: error: Reading serial conection failed: Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione. Closing connection.
2022-03-31 20:24:06: Port closed for V_43
2022-03-31 20:24:06: Connection closed: V_43
2022-03-31 20:24:17: error: Reading serial conection failed: Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione. Closing connection.
> 2022-03-31 20:23:46: error: Reading serial connection failed: Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione. Closing connection.
This is linux having serial driver stopped and hence we can not read from it any more. Since it affects several printers at once it is linux disconnecting usb port/hub. Check /var/log/syslog at same timestamp and you will see the reason why linux did it.
Comments
If the server stopped running, go to logs in printer menu when it comes back and check server.log and syslog at the time when it happened. There should be more information. Important part is to know time where to look as the logs can be quite log.
This is the log:
Any idea? Running a 7 printers server on a win pc . USB ports are switch powered.
Looks to me like suddenly the server couldnt see the printers anymore.
Thanks !
However this is not the server log, this is the printer gcode log. you can find the server log if you go in the context menu of the printer and select logs
This is linux having serial driver stopped and hence we can not read from it any more. Since it affects several printers at once it is linux disconnecting usb port/hub. Check /var/log/syslog at same timestamp and you will see the reason why linux did it.