M MattLuckham Member Licensed User Longtime User Mar 19, 2013 #1 Hi I am trying to use the HTTPUtils2Service. I am getting a strange error in the GetString2 sub routine. The error is occurring at: - tr.Initialize2(File.OpenInput(HttpUtils2Service.TempFolder, taskId), Encoding) with the error: - java.io.FileNotFoundException: /data/data/b4a.example/cache/1: open failed: ENOENT (No such file or directory) Can anyone help identify why this error is happening? Cheers
Hi I am trying to use the HTTPUtils2Service. I am getting a strange error in the GetString2 sub routine. The error is occurring at: - tr.Initialize2(File.OpenInput(HttpUtils2Service.TempFolder, taskId), Encoding) with the error: - java.io.FileNotFoundException: /data/data/b4a.example/cache/1: open failed: ENOENT (No such file or directory) Can anyone help identify why this error is happening? Cheers
Erel B4X founder Staff member Licensed User Longtime User Mar 19, 2013 #2 You are probably not checking that Job.Success is True. Upvote 0