J jfitchett56 Member Licensed User Longtime User Aug 14, 2012 #1 Using httputils2, in getstring2, it periodically errors out at the line httpjob: tr.Initialize2(File.OpenInput(HttpUtils2Service.TempFolder, taskId), Encoding) giving this error: java.io.filenotfoundexception:/data/data/jack/smsint.doo/cache/7pen failed: ENOENT(no such file or directory) It appears to be looking for the temp directory and not finding it? Any idea?
Using httputils2, in getstring2, it periodically errors out at the line httpjob: tr.Initialize2(File.OpenInput(HttpUtils2Service.TempFolder, taskId), Encoding) giving this error: java.io.filenotfoundexception:/data/data/jack/smsint.doo/cache/7pen failed: ENOENT(no such file or directory) It appears to be looking for the temp directory and not finding it? Any idea?
Erel B4X founder Staff member Licensed User Longtime User Aug 15, 2012 #2 This error usually happens when you do not check that Success field is true before accessing the downloaded resource. Upvote 0
This error usually happens when you do not check that Success field is true before accessing the downloaded resource.