Hi,
The error 408 Request Timeout means that the app didn’t receive a reply from the server.
1. There’s a network problem between the app and the server.
2. The app sends requests to the wrong server.
3. The server just ignores the requests.
Does the account ever show the Available status? If not, it seems very much like 1. Please check if something (a local firewall?) is blocking all network traffic for the app or if UDP protocol is blocked.
If the account goes Available, it’s probably 2. or 3. Please check that the IP address the requests are sent to (in the log “.TX … to UDP ...") is the server address you expect. If you can contact somebody on the server side, please check if the requests reach the server, and if so, if the server sends replies.
Alexey