aws/aws-iot-device-sdk-python-v2

Typo at line 68

sweco-SEQAAN opened this issue · 2 comments

Describe the bug

At line 68, the word "OnConnectionFailuredata" should be replaced with "OnConnectionFailureData" not to cause the error "AttributeError: module 'awscrt.mqtt' has no attribute 'OnConnectionFailuredata'".

Expected Behavior

The script should execute without throwing an "AttributeError".

Current Behavior

The error "AttributeError: module 'awscrt.mqtt' has no attribute 'OnConnectionFailuredata'" is thrown when the script is executed.

Reproduction Steps

  1. Run the script via the python command.

Possible Solution

At line 68, the word "OnConnectionFailuredata" should be replaced with "OnConnectionFailureData" not to cause the error "AttributeError: module 'awscrt.mqtt' has no attribute 'OnConnectionFailuredata'".

Additional Information/Context

No response

SDK version used

v2

Environment details (OS name and version, etc.)

Windows, Python 3.11.3

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.