Copprhead - I see an error message for my plugi...
I see an error message for my plugin in Dashboard -> Connection & Plugin Status, but not the full error message. In which file can I find the full error message?
11 Replies
you mean it's obscured in the ui? i don't think there's any other place where that data is visible for end users conveniently

the files are there, I guess I have something wrong in my index.js?
The webapp is working fine.
server log?
And there's no plugin function for node.
where's that?
ah, found it in /var/log/daemon.log
MODULE_NOT_FOUND is the error.
I don't understand what it's telling me, the files are there. Which module wasn't found?
if it is a webapp-only, does not have index.js but has the plugin keyword this might happen?
it is just a webapp (atm, might get some configuration later)
it has a (boilerplate) index.js
"keywords": [
"signalk-webapp",
"signalk-node-server-plugin",
"signalk-category-chart-plotters"
should I remove index.js and keyword signalk-node-server-plugin?
If it is not a plugin then sure, remove it
Yes that fixed it. Thanks.
Updated version 1.0.2 is now available.