Open the software's root directory logs Open the folder, open the log txt file, and you will see the following error log content.
Server: ; StatusCode: 0(0); Length: or failed to obtain encoding: Unable to connect to remote server.
1. Unable to connect to the server
2. Long response time
3. The returned content is null.
1. Copy the URL to your browser and test if it opens correctly.
2. If the website opens normally, but the URL is redirected (e.g., from HTTP to https, or from the root domain to www), the address entered in the software must be the URL after the browser redirection.
Why is a timeout necessary? Any request will not automatically disconnect as long as the server has not returned data or is waiting for a response, regardless of how long the response time is.
What is the purpose of the timeout setting? Every request must be completed before the specified time; those that are not completed are treated as invalid connections, thus preventing excessively long connection times.
What processing mechanism is followed? If it times out once, it will retry once. If it times out twice, it will completely abandon the download of the link.
