0

I was to connect to a bluetooth device using the pybluez python library. I'm using the CST bluetooth dongle (similar to this) However I get the following:

>>> from bluetooth import discover_devices
>>> discover_devices()
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
discover_devices()
File "C:\Python\Python35-32\lib\site-packages\bluetooth\msbt.py", line 15,in discover_devices
devices = bt.discover_devices(duration=duration, flush_cache=flush_cache)
OSError: The RPC server is unavailable.

I'm on Windows 10, the dongle is functioning correctly and I can pair up. Any advice/tips on how to make the dongle visible to the library?

Richie Close
  • 77
  • 2
  • 11
  • Perhaps this may be relevant: [Discovering bluetooth devices IOError: The RPC server is unavailable](https://stackoverflow.com/questions/32389334/discovering-bluetooth-devices-ioerror-the-rpc-server-is-unavailable/32394499) – kaylum Mar 10 '16 at 22:16
  • The key difference is "OSError" (this question) vs "IOError" (linked question). We have a similar problem, wondering if there was a resolution? – FizxMike May 04 '16 at 21:22

0 Answers0