Android Question AppUpdating Library (V1.30)

Declan

Well-Known Member
Licensed User
Longtime User
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:
B4X:
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
 

udg

Expert
Licensed User
Longtime User
Hi @Declan
I never used RDC, so do you mind to explain better or even post some code? I feel it could be helpful to others soon or later. Thank you.

udg
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…