Every attempt to subscribe results in a timeout #563
ConorHartin
started this conversation in
General
Replies: 1 comment 5 replies
-
Hi there, looks like you didn't call start on the client. The client is not actually connected: https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/samples/shadow_mqtt5.py#L346 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to this library and wanted to test out the basics, cribbing from the sample code. Here are lines I've entered into my interpreter.
That last line getting the result of the future always results in:
It's plausible I've screwed up somewhere configuring the builder, but the error doesn't give me any indication as to what's wrong. I haven't shared the endpoint, because it's not intended to be public, but it ends in "iot.us-{region}.amazonaws.com" and is already working for a different IoT application written in Javascript.
Beta Was this translation helpful? Give feedback.
All reactions