I’m writing a plugin on Version 2.868. I wrote a plugin before and didn’t have this issue…
When I run volumio plugin refresh
the data\plugins\miscellanea\my_plugin
folder is updated and changes to index.js are made as expected but the new version of index.js is never executed, only the previous version runs. I can also delete index.js and the plugin still runs as normal!
Is the script being cached/copied somewhere else? Changes to UIConfig.json
display immediately.
Restarting the pi is the only to update my plugin.
What is happening?
Cheers
Supercrab