f0raster0 Well-Known Member Licensed User Longtime User Oct 3, 2019 #1 Hy Guys, We are getting this error some times only: java.io.IOException: unexpected and of stream on okhttp3.Address@16f07d78 the solution is just close and open the App in b4j I saw this: https://www.b4x.com/android/forum/t...m-on-okhttp3-address-2c98c95e.103888/#content thanks for any idea guys
Hy Guys, We are getting this error some times only: java.io.IOException: unexpected and of stream on okhttp3.Address@16f07d78 the solution is just close and open the App in b4j I saw this: https://www.b4x.com/android/forum/t...m-on-okhttp3-address-2c98c95e.103888/#content thanks for any idea guys
MarcoRome Expert Licensed User Longtime User Oct 3, 2019 #2 https://www.b4x.com/android/forum/p...a.io.IOException:+unexpected++okhttp3.Address Upvote 0
f0raster0 Well-Known Member Licensed User Longtime User Oct 3, 2019 #3 thanks @MarcoRome I read those links before to ask.. some people solved it by reseting the server.. what could be creating the error maybe is the question Upvote 0
thanks @MarcoRome I read those links before to ask.. some people solved it by reseting the server.. what could be creating the error maybe is the question
MarcoRome Expert Licensed User Longtime User Oct 3, 2019 #4 f0raster0 said: thanks @MarcoRome I read those links before to ask.. some people solved it by reseting the server.. what could be creating the error maybe is the question Click to expand... As you can read in this community but also on the internet in general. It can depend on many factors, particularly a network problem. Try inserting an Try... Catch into your code and try again to connect Upvote 0
f0raster0 said: thanks @MarcoRome I read those links before to ask.. some people solved it by reseting the server.. what could be creating the error maybe is the question Click to expand... As you can read in this community but also on the internet in general. It can depend on many factors, particularly a network problem. Try inserting an Try... Catch into your code and try again to connect