MyChat Client error #0223: server connection was lost
Error
Error #0223: server connection was lost
Error description
An emergency disconnection of a network connection via HTTP protocol in any MyChat WEB service (Admin panel, Kanban board, forum, WEB chat...).
Problem solution
- Make sure, that your MyChat Server is working. This error occurs when you switch off a computer with MyChat server, or MyChat Server service/application end its work.
- Make sure, that disconnection does not deal with a network equipment and there is no connection failure.To do this, run the command ping -t <ip_server>, for example:
ping -t mychat-server.com
Pinging mychat-server.com [95.47.137.28] with 32 bytes of data:
Reply from 95.47.137.28: bytes=32 time=1ms TTL=121
Reply from 95.47.137.28: bytes=32 time=22ms TTL=121
Reply from 95.47.137.28: bytes=32 time=20ms TTL=121
Reply from 95.47.137.28: bytes=32 time=26ms TTL=121
There must be no package losses.
- Check the settings of your antiviruses and firewalls. MyChat WEB services work based on WebSockets technology; a lot of antiviruses block HTTP traffic and "brake" packages, and cause disconnections.
The problem can be solved by adding the IP address/DNS name of your MyChat Server to antivirus/firewall exclusion list, or by enabling HTTPS (encryption certificates are required).