我正在关注这个模块实验室:https ://docs.aws.amazon.com/greengrass/latest/developerguide/module5.html
之前的都运行良好。Greengrass 在我的 RPi 上,与我的 PC 在同一个网络中。RPi 有 192.168.1.101,我可以 ping 通它。我还设置了“手动管理连接信息”,只有 1 个 IP。当我通过以下方式启动 Python 脚本时: python lightController.py --endpoint ....
我总是得到这个错误:
2019-03-10 16:50:20,805 - AWSIoTPythonSDK.core.protocol.mqtt_core - INFO - Keep-alive:+ +600.000000 sec
Traceback (most recent call last):
File "lightController.py", line 203, in <module>
myAWSIoTMQTTShadowClient.connect()
.....
ConnectionRefusedError: WinError 10061 No connection could be made because the target machine actively refused it
我在 PC 和 RPi 之间没有防火墙或代理。为什么会出现这个错误?
非常感谢