-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Callback is not working #586
Comments
I think we will need to see more of your code to help here. The |
connect method connects to a system service which accepts above 4 params, test/callback/ServiceConnectionCallback'? Code:
|
I see your signature for |
Are you pointing out here: ` javainterfaces = ['test/callback/ServiceConnectionCallback']
What is it supposed to be in that case. My java coed is correct and.i want to implement same in Python |
I have added logs in callback class before any method and it is not reaching to that point either, So i believe this error is not related to the error i am getting.
|
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. |
I am trying to implement callback from Java to python using pyjnius
My Code:
TestClass.py
ServiceConnectionCallback.py
While running i am getting below error:
I believe this is in callback but not able to RC or fix this?
The text was updated successfully, but these errors were encountered: