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
Teppo Kurki
Teppo Kurki2mo ago
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
Copprhead
CopprheadOP2mo ago
No description
Copprhead
CopprheadOP2mo ago
the files are there, I guess I have something wrong in my index.js? The webapp is working fine.
Teppo Kurki
Teppo Kurki2mo ago
server log?
Copprhead
CopprheadOP2mo ago
And there's no plugin function for node. where's that? ah, found it in /var/log/daemon.log
Copprhead
CopprheadOP2mo ago
MODULE_NOT_FOUND is the error. I don't understand what it's telling me, the files are there. Which module wasn't found?
Teppo Kurki
Teppo Kurki2mo ago
if it is a webapp-only, does not have index.js but has the plugin keyword this might happen?
Copprhead
CopprheadOP2mo ago
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?
Teppo Kurki
Teppo Kurki2mo ago
If it is not a plugin then sure, remove it
Copprhead
CopprheadOP2mo ago
Yes that fixed it. Thanks. Updated version 1.0.2 is now available.

Did you find this page helpful?