2025-12-05, 03:52 PM
I would like to share the experience that happened to me twice this month.
After the update of the signal k server through the signalk webui my canbus connection appears as inexistent at the dashboard. No connection arriving. I'm using bookworm version and Openplotter 4.
I checked the openplotter app and there it was a flow of data working perfectly. Then the problem was at the SK server of course.
One bulk solution is to reinstall the SK server losing data and plugins and recover the old configuration through the restore if a backup file has been created before. Too long and heavy.
After pursuiting answers I got the one that works to me:
The problem is the socket can module (not working) and should be reinstalled again.
This condition is produced during the update of the SK server sometimes. (two times to me...)
I used this code to solve it:
Reinstall socket can
cd /usr/lib/node_modules/signalk-server/
sudo npm install socketcan
sudo systemctl restart signalk.service
Hope it can help anyone too.
Cheers
After the update of the signal k server through the signalk webui my canbus connection appears as inexistent at the dashboard. No connection arriving. I'm using bookworm version and Openplotter 4.
I checked the openplotter app and there it was a flow of data working perfectly. Then the problem was at the SK server of course.
One bulk solution is to reinstall the SK server losing data and plugins and recover the old configuration through the restore if a backup file has been created before. Too long and heavy.
After pursuiting answers I got the one that works to me:
The problem is the socket can module (not working) and should be reinstalled again.
This condition is produced during the update of the SK server sometimes. (two times to me...)
I used this code to solve it:
Reinstall socket can
cd /usr/lib/node_modules/signalk-server/
sudo npm install socketcan
sudo systemctl restart signalk.service
Hope it can help anyone too.
Cheers

