MyChat Client error #0234: file uploading error
Error
Error #0234: file uploading error (URL, port, network error description)
Error description
An error occurred during the upload process of a file or image on MyChat Server.
Problem solution
Usually the problem is that the access to MyChat WEB server can be blocked by firewall, antivirus, or invalid network settings.
Example №1
Error #0234: file uploading error (URL "http://192.168.10.1:8080/uploading/", #10054, "Connection reset by peer")
It means that a file is unloaded on the server 192.168.10.1, via TCP port 8080, and MyChat Client receives a network error 10054. The connection fails on the server side. As MyChat Server won't do any of the following things, you have to check them yourself:
1.An antivirus on the server side
2.Firewall on the side
Example №2
Error #0234: file uploading error (URL "https://mycompany.com/uploading/", #10060, "Connection timed out")
A message "Connection timed out" says that the address "https://mycompany.com" does not respond to your request. Reasons:
1.Incorrect configuration for port mapping on a router + an address of an external server in MyChat Server MyChat Server.
2.Firewall or antivirus on the server blocks a connection attempt of MyChat Client via 443 TCP port.
3.A connection is slow or unreliable; unable to download a file.
Example №3
Error #0234: file uploading error (URL "http://mysuperpuperserver.com/uploading/", #11001, "Host not found")
It means, that a domain name "mysuperpuperserver.com" does not exist, or you've made a mistake in the server settings configuration, or your DNS server does not work correctly and can't get a real IP address by using domain name.