Having trouble running a method of an extensions

I have an extension with several methods. When I am compiling it into .aix and importing it into AI2 I am having no trouble. But when I am running the last method I made I am getting this error -
invoke: no method named MyFunction in class com.extensions.MyExtension.MyExtension

All the other methods are working fine.

What's the problem and how I can solve it?

It happens with me too, just re-import the extension and it's fine.

Are you connectting the aicompanion? The companion need to re connect after import new aix.

1 Like

Yes, a very important thing.

Thanks!
It works after reconnecting.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.