You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when you run blesh scan on MacOS it'll panics when it sees a 32bit UUID, this is due to the lack of 32bit UUID support in cbgo.
There is a pull request fixing this (JuulLabs-OSS/cbgo#3) but it has not yet been merged.
Here's what the logs look like when it finds a 32bit UUID.
Currently when you run
blesh scan
on MacOS it'll panics when it sees a 32bit UUID, this is due to the lack of 32bit UUID support in cbgo.There is a pull request fixing this (JuulLabs-OSS/cbgo#3) but it has not yet been merged.
Here's what the logs look like when it finds a 32bit UUID.
I'd recommend just directly using the patch provided in the pull request until it's merged (or creating a fork as cbgo seems to be abandoned).
The text was updated successfully, but these errors were encountered: