xsens / xsens_dot_server

31 stars 24 forks source link

server aborts without any error messages #49

Closed arkhycat closed 1 year ago

arkhycat commented 1 year ago

This is what happens:

➜ xsens_dot_server git:(master) node xsensDotServer Web GUI Handler instantiated BLE Handler started. Webserver listening on port 8080, IP address: 172.16.75.209 (node:54458) Warning: N-API is an experimental feature and could change at any time. [1] 54458 abort node xsensDotServer

How do I figure out what's the problem?

arkhycat commented 1 year ago

Turned out I needed to allow my terminal app to have permissions to use Bluetooth. The issue was occuring on MacOS. I just wish there was some error message about it.