Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Update AWSIoTPythonSDK version #3

Closed
anujdeshpande opened this issue May 14, 2020 · 1 comment · Fixed by #5
Closed

Update AWSIoTPythonSDK version #3

anujdeshpande opened this issue May 14, 2020 · 1 comment · Fixed by #5
Labels
enhancement New feature or request

Comments

@anujdeshpande
Copy link

No description provided.

@rahul-thakoor rahul-thakoor added the enhancement New feature or request label May 14, 2020
@kb2ma
Copy link
Contributor

kb2ma commented Aug 27, 2021

Presently the Python SDK version is locked at v1.0.0. I see the error below when running with this version, but not with the latest, v1.4.9.

main  MQTT Thing Starting...
main  Traceback (most recent call last):
main    File "src/main.py", line 57, in <module>
main      mqtt_client.connect()
main    File "/usr/local/lib/python3.6/site-packages/AWSIoTPythonSDK/MQTTLib.py", line 355, in connect
main      return self._mqttCore.connect(keepAliveIntervalSecond)
main    File "/usr/local/lib/python3.6/site-packages/AWSIoTPythonSDK/core/protocol/mqttCore.py", line 282, in connect
main      self._pahoClient.connect(self._host, self._port, keepAliveInterval)  # Throw exception...
main    File "/usr/local/lib/python3.6/site-packages/AWSIoTPythonSDK/core/protocol/paho/client.py", line 655, in connect
main      return self.reconnect()
main    File "/usr/local/lib/python3.6/site-packages/AWSIoTPythonSDK/core/protocol/paho/client.py", line 807, in reconnect
main      self._sock.setblocking(0)
main  OSError: [Errno 9] Bad file descriptor

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants