openplotter / openplotter-settings

Main OpenPlotter app
GNU General Public License v3.0
76 stars 13 forks source link

Could not locate bindings file #27

Closed cybardev closed 2 months ago

cybardev commented 1 year ago

Not sure how to proceed, so any input would be greatly appreciated. Thank you very much.


Actions Performed

Expected Result

Actual Result

Potential Solution Found

Problems

sailoog commented 1 year ago

It seems that you have a corrupted installation of the signal k server. Try reinstalling the signal k server from the openplotter-signalk-installer app. If that does not work try uninstalling the openplotter-signalk-installer from openplotter-settings and installing again.

cybardev commented 1 year ago

I'm trying this on a Pi 3B and while doing either of reinstalling Signal K server, or reinstalling the Signal K Installer app from OpenPlotter Settings, the system slows down until it completely freezes while performing the following command:

npm info run socketcan@4.0.3 install node_modules/signalk-server/node_modules/socketcan node-gyp rebuild

I have also tried making the GPS work on a fresh install on a different SD card without updating anything after the installation, and that seems to work perfectly fine.


PS: I forgot to mention before but I'm using OpenPlotter 64-bit version, not the 32-bit version, in case that matters.

sailoog commented 1 year ago

The "rebuild" processes take a long time, seem to freeze but it is working.

cybardev commented 1 year ago

@sailoog

The "rebuild" processes take a long time, seem to freeze but it is working.

Is there a way to build it on another (more powerful) machine and install it to the Pi, or would that be more work than it's worth?