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

OSError: [Errno 19] No such device #50

Open
1PingSun opened this issue Feb 20, 2025 · 0 comments
Open

OSError: [Errno 19] No such device #50

1PingSun opened this issue Feb 20, 2025 · 0 comments

Comments

@1PingSun
Copy link

When I try to run the adv_airpods.py script, there is an error below:

Traceback (most recent call last):
  File "/home/kali/playgroud/apple_bleee/adv_airpods.py", line 26, in <module>
    toggle_device(dev_id, True)
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "/home/kali/playgroud/apple_bleee/utils/bluetooth_utils.py", line 97, in toggle_device
    fcntl.ioctl(hci_sock.fileno(),
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
                bluez.HCIDEVUP if enable else bluez.HCIDEVDOWN,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                request[0])
                ^^^^^^^^^^^
OSError: [Errno 19] No such device

Is there anyone have the same problem? How to fix it?

Thanks.

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

1 participant