Android Question java.io.EOFException: source exhausted prematurely

Walter Adriano da Silva

Member
Licensed User
Longtime User
I'm getting an error message "java.io.EOFException: source exhausted prematurely" when I try some requests using HTTPJob with OkHttp.
Does anyone know why?

Thanks
 

Ohanian

Active Member
Licensed User
Longtime User
Hi,

Sorry for bringing up an old thread, but since i have the same problem i prefer to continue in an existing thread.

i'm trying to download data from a web service, the link works in chrome or any other browser, but when i download the same link with httpjob it ends up with this error message :

B4X:
java.io.EOFException: source exhausted prematurely

any solution?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
1. This is a OLD Thread! Do NOT respond to such old Threads!
2. Create a new thread for EACH question (in questions forum) you have.
3. Without seeing your code and to see what you have done and how we just can guess what the problem is.
Export your project and upload it. Or create a small example project which shows the issue. But again; in a new thread please.
 
Upvote 0
Top