Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process exits immediately on Intel OSX #53

Open
dankozlowski opened this issue Jan 13, 2023 · 2 comments
Open

Process exits immediately on Intel OSX #53

dankozlowski opened this issue Jan 13, 2023 · 2 comments

Comments

@dankozlowski
Copy link

dankozlowski commented Jan 13, 2023

I'm trying to run this library on my 2020 Macbook Pro (Intel). The process exits as soon as it runs, and I'm not able to enable any verbosity so far as I can tell to further troubleshoot.

Does this work on Intel hardware? Apologies if these questions are naive.

$ pip3 install aioblescan
< Install is successful with no warnings >
$ sudo python3 -m aioblescan -r
Password:
$
$ python3 -m aioblescan -r
$
$ aioblescan
$
$ sudo aioblescan
$

No output, no nada.

@frawau
Copy link
Owner

frawau commented Jan 14, 2023

I will have to wait until Monday or later before I can test that on one of my colleagues' Mac, I do not use Mac.

You may need to specify the device (use -h for help). What does hciconfig reports (if it exists)?

Could be that the kernel/python is not compiled with Bluetooth socket support.

I usually test on Raspberry Pi 4 with Debian and Ubuntu (Kubuntu actually) with amd64

@bitshop
Copy link

bitshop commented Jan 23, 2023

Process also exits immediately on Windows it seems, running as admin or not. Perhaps an error message would be an interim fix? I'll try a Pi another day. If you'd prefer a new issue that is Windows specific let me know and I'll open one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants