Android Question HttpJob crashes with FileNotFoundException

DrAlex

Member
Licensed User
Longtime User
Hello,

I am trying to download a file using an HttpJob named jobGetDB:
B4X:
jobGetDB.Initialize("GetDB", Me)
jobGetDB.Download(strURL)
It works fine on one of my devices, but when I try on another, I get an error,


This happens before the JobDone event.

On different runs of the program the number after /data/user/0/b4a.fol/cache is different.

I have created manually directory /data/user/0/b4a.fol/cache on Internal Storage, but it does not help.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…