(Moved as requested)
Hi,
I have a strange problem using the HttpUtils2 where I get an error when using my device over my mobile data network but I never get the error when my device is connected via a wi-fi connection.
The error seems to come from the HttpJob module and its:
Not sure if its my dodgy coding thats causing the issue or something else... anyone else seen anything like this?
Thanks
Ben
EDIT
To me and my limited knowledge it appears as if it thinks the images are loaded but when it trys to load them there is nothing there.
Hi,
I have a strange problem using the HttpUtils2 where I get an error when using my device over my mobile data network but I never get the error when my device is connected via a wi-fi connection.
The error seems to come from the HttpJob module and its:
B4X:
httpjob_getbitmap (B4A line: 122)
b = LoadBitmap(HttpUtils2Service.TempFolder, taskId)
java.lang.RuntimeException: Error loading bitmap.
at anywheresoftware.b4a.objects.drawable.CanvasWrapper$BitmapWrapper.Initialize2(CanvasWrapper.java:500)
at anywheresoftware.b4a.objects.drawable.CanvasWrapper$BitmapWrapper.Initialize(CanvasWrapper.java:491)
at anywheresoftware.b4a.keywords.Common.LoadBitmap(Common.java:1024)
at com.jaminben.mediamanager.httpjob._getbitmap(httpjob.java:199)
at com.jaminben.mediamanager.moviemediadetails._jobdone(moviemediadetails.java:1533)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:170)
at anywheresoftware.b4a.keywords.Common$4.run(Common.java:881)
at android.os.Handler.handleCallback(Handler.java:605)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4514)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:993)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:760)
at dalvik.system.NativeStart.main(Native Method)
java.lang.RuntimeException: Error loading bitmap.
Not sure if its my dodgy coding thats causing the issue or something else... anyone else seen anything like this?
Thanks
Ben
EDIT
To me and my limited knowledge it appears as if it thinks the images are loaded but when it trys to load them there is nothing there.
Last edited: