Server diconects
Hi, I am wondering if you guys can help me. I have installed newest version of Repetier server on Raspberry PI 3 b series. Everything went fine and I am able to print. Only problem I have is that I can monitor printing with only one device. For example I sent job from Repetier Host to server using my computer. Than I log in to server with my phone and that works fine for a minute than server disconnects. It still prints fine till the end but I am not able to monitor printing neither from phone or computer. When I log in to router its showing server is disconnected. In order to log in again to server I have to reboot server. If I am monitoring printing just with the computer everything is fine. Is there a way that I can log in to server with multiple devices at the same time?
One more problem is that my PI camera V2 is sometimes late 10-15 seconds. I am using default settings for camera. Is there a way to improve this?
Thanks in advance
Comments
I have exactly the same problem. The server continues to operate normally but WiFi has disconnected. And it is impossible to reconnect without restarting the Pi.
I uses Repetier Server Pro 0.86.2 with Repetier Firmware 1.0.2.
With a computer using Chrome, no problem. But when I connect with a smartphone or tablet, the connection stops after 1 minute.
If I restart the Pi, WiFi reconnects itself normally.
Can you afterwards check /var/log/server.log? This is more a linux/driver/network manager problem I guess. I would expect some hint sin the server.log why wifi was disabled.
Where is the server.log file ?
I have other Pi connected to the WiFi that have no WiFi problem.
I do not think it comes from Linux network management.
The problem must come from nginx ?
Can you switch to :3344 after a crash? That would mean nginx crashes but the rest stays working and it is not wifi that crashes only nginx (also I would not expect it to crash as it is such a prominent software used on millions of computers, but you never know).
The right path for the log is "/var/lib/Repetier-Server/logs" not "/var/log/server.log"
In server log, i have only this lines:
With :3344, it works perfectly without crashing. But without :3344, it's crashing every time.
Client closed connection unexpectedly = connection to browser was lost. If nginx crashes you would loose connection. Port 3344 is server directly without in between station.