You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "jnius/jnius_proxy.pxi", line 50, in jnius.PythonJavaClass.invoke
File "jnius/jnius_proxy.pxi", line 74, in jnius.PythonJavaClass._invoke
NotImplementedError: The method ('apply', ('Ljava/lang/Object;', ('Ljava/lang/Object;',))) is not implemented
👋 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.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Facing this error
===== Python/java method missing ======
Python class:<hederaDid.generated.PyFunction object at 0x7fb5258aab40>
Java method name:apply
Signature: (Ljava/lang/Object;)Ljava/lang/Object;
Traceback (most recent call last):
File "jnius/jnius_proxy.pxi", line 50, in jnius.PythonJavaClass.invoke
File "jnius/jnius_proxy.pxi", line 74, in jnius.PythonJavaClass._invoke
NotImplementedError: The method ('apply', ('Ljava/lang/Object;', ('Ljava/lang/Object;',))) is not implemented
PyFunction class is defined as :
Can you please advise what's missing here ?
The text was updated successfully, but these errors were encountered: