Skip to content

Fix TypeError: _check_required_kwargs() in mqtt5_client_builder.new_default_builder #398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

matsuokashuhei
Copy link

@matsuokashuhei matsuokashuhei commented Feb 1, 2023

Description of changes:

Fixed following error in mqtt5_client_builder.new_default_builder

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.9/dist-packages/awsiot/mqtt5_client_builder.py", line 632, in new_default_builder
    _check_required_kwargs(kwargs)
TypeError: _check_required_kwargs() takes 0 positional arguments but 1 was given

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@matsuokashuhei matsuokashuhei changed the title Fix calling _check_required_kwargs in new_default_builder Fix TypeError: _check_required_kwargs() in mqtt5_client_builder.new_default_builder Feb 1, 2023
@bretambrose
Copy link
Contributor

Thank you for finding this. This was merged in #406

@bretambrose bretambrose closed this Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants