Android Question Error socket timeout

devmobile

Active Member
Licensed User
Hello
I have a error when use httputil in my project
ResponseError. Reason: java.net.SocketTimeoutException: failed to connect to skharid.ir/5.160.138.115 (port 80) after 30000ms, Response:

I cannot detect that where is my cause error?
 

DonManfred

Expert
Licensed User
Longtime User
I cannot detect that where is my cause error?
We cannot either as you are not providing enough informations.
What is the code you are using? What is the Errormessage from the httpjob? What is the errormessage from the log?
 
Upvote 0

devmobile

Active Member
Licensed User
We cannot either as you are not providing enough informations.
What is the code you are using? What is the Errormessage from the httpjob? What is the errormessage from the log?
I'm sorry but my project is large and cannot detect what is error message
I use httpuitil1.Download and PostString in my project
 
Upvote 0
Top