Lighthouse icon indicating copy to clipboard operation
Lighthouse copied to clipboard

No output on Linux

Open scaronni opened this issue 1 year ago • 3 comments

Using the pre-built 1.2.0 binary from the releases page, everything seems to work as expected, but there is absolutely no output on the console.

I've tried -v & --verbose before and after the --state command but nothing, no output is printed. I think I have one base station 2.0 which is broken, and I was hoping for some debugging output.

scaronni avatar Dec 01 '24 20:12 scaronni

There's no output, it's just a broadcasted signal over Bluetooth to turn on or off all base-stations in range, there's no communication happening to get any status back from the lighthouses.

You can try the Lighthouse PM Android app, but if the device isn't responding to commands all you can do is re-plug it to fix it

ShayBox avatar Dec 01 '24 22:12 ShayBox

So what's the verbose switch for?

Btw, I just figured out that if you pass the switch multiple times (like -vv) then it works and prints something.

scaronni avatar Dec 02 '24 12:12 scaronni

It configures the tracing library verbosity, I believe each v increases the level (info, warn, error, debug, trace) up to 4 v's, I don't print anything in this library but there's probably some logs from libraries that show up

ShayBox avatar Dec 03 '24 02:12 ShayBox