Discovering Bluetooth Devices Ioerror: The Rpc Server Is Unavailable
I just tried to implement bluetooth from Python in PyCharm, using PyBluez. I am stuck with this particular error. I tried to search this error but could not find it. Can anybody he
Solution 1:
I had the same error and managed to fix it.
The Bluetooth Radio device was disabled on my laptop.
I opened Device Manager, selected the device, and enabled it.
Now my output is:
>>> from bluetooth import discover_devices
>>> discover_devices()
['2C:4A:05:96:27:01']
Post a Comment for "Discovering Bluetooth Devices Ioerror: The Rpc Server Is Unavailable"