Issues with my PC's connection to the MQTT Broker in AWS IoT Core 😓 #533
Unanswered
PedroNassif
asked this question in
Q&A
Replies: 2 comments
-
Attach trace level logs. You can enable logging by using: https://github.com/awslabs/aws-crt-python/blob/main/awscrt/io.py#L28 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a script for my project to connect a PC with my MQTT broker in AWS IoT Core.
I'm using Windows and haven't been successful.
I've consulted the tutorials in the AWS Documentation, but I keep encountering the same traceback message:
So I've tried to use the samples in the command line. I'm using PowerShell and this happens:
As you can see, it's the same error message that I've been encountering. Something is going wrong with the Future result, and I don't know how to fix it. I'm almost sure that my 'thing,' 'policy,' and 'certificates' are correct because I've already connected an ESP32 to the same broker. Can somebody please help me?
Beta Was this translation helpful? Give feedback.
All reactions