neutralinojs-cli icon indicating copy to clipboard operation
neutralinojs-cli copied to clipboard

Native API method not implemented

Open Bichwaa opened this issue 2 years ago • 2 comments

I'm trying to write a custom exension for SQlite3 and after following through the instructions on how to set up communication between extensions and the app, I end up with a promise rejection error when I try to send a message to the extension. My best effort to figure it out leave me with the error message: "Unhandled Promise Rejection: extensions.getStats is not implemented in the Neutralinojs server". the error is also given the code "NE_RT_NATNTIM".

How do I work around this?

Bichwaa avatar Jul 03 '22 14:07 Bichwaa

I'm trying to write a custom exension for SQlite3 and after following through the instructions on how to set up communication between extensions and the app, I end up with a promise rejection error when I try to send a message to the extension. My best effort to figure it out leave me with the error message: "Unhandled Promise Rejection: extensions.getStats is not implemented in the Neutralinojs server". the error is also given the code "NE_RT_NATNTIM".

How do I work around this?

Hey, I just checked and the function is defined and exposed in neutralinojs server

Sadaf-A avatar Mar 08 '24 09:03 Sadaf-A

Hey @shalithasuranga! This issue is quite old and the function has been implemented now I think we can close this issue

Sadaf-A avatar Mar 09 '24 09:03 Sadaf-A

Closing this issue. We can re-open this if the issue reporter has the same issue with the latest Neutralinojs framework version :tada:

shalithasuranga avatar May 06 '24 12:05 shalithasuranga