gpt4 book ai didi

python - 发现蓝牙设备 IOError : The RPC server is unavailable

转载 作者:行者123 更新时间:2023-11-28 18:36:09 28 4
gpt4 key购买 nike

我刚刚尝试使用 PyBluez 在 PyCharm 中从 Python 实现蓝牙.我被这个特殊错误困住了。我试图搜索此错误,但找不到。有人可以帮忙吗?

这是我的代码

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

最佳答案

我遇到了同样的错误并设法修复了它。

蓝牙 radio 设备在我的笔记本电脑上被禁用。

我打开设备管理器,选择设备并启用它。

现在我的输出是:

>>> from bluetooth import discover_devices
>>> discover_devices()
['2C:4A:05:96:27:01']

关于python - 发现蓝牙设备 IOError : The RPC server is unavailable,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32389334/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com