I am using the AppUpdating Library V1.30
When running an RDC query, which uses the HTTP library within the AppUpdating library
I receive the following error:
java.lang.RuntimeException: java.lang.Exception: Sub jobdone was not found.
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:165)
at anywheresoftware.b4a.BA$2.run(BA.java:328)
at android.os.Handler.handleCallback(Handler.java:815)
at android.os.Handler.dispatchMessage(Handler.java:104)
at android.os.Looper.loop(Looper.java:194)
at android.app.ActivityThread.main(ActivityThread.java:5637)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:959)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:754)
Caused by: java.lang.Exception: Sub jobdone was not found.
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:140)
... 9 more
Sub JobDone(Job As HttpJob) does exsist