Skip to content
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

Unhandled exception: 'Lock' object is not iterable #8

Closed
kbvaczi opened this issue Feb 24, 2021 · 4 comments
Closed

Unhandled exception: 'Lock' object is not iterable #8

kbvaczi opened this issue Feb 24, 2021 · 4 comments

Comments

@kbvaczi
Copy link

kbvaczi commented Feb 24, 2021

I get the following message when I try to run on Windows 10.

Unhandled exception: 'Lock' object is not iterable
Connection failed: TypeError("'Lock' object is not iterable")

Please advise.

@Goodzilla
Copy link

You're most likely running a higher version of Python (3.9.X) instead of the recommended 3.6.7. Downgrade to 3.6.7 and it should work fine.

@tststs
Copy link

tststs commented Mar 4, 2021

using 3.8.8 on windows 10

@Unlifate
Copy link

Unlifate commented Mar 27, 2021

Quick-Solution:

pip3 uinstall hbmqtt
pip3 install amqtt

You can now use python 3.9 for the boompow client!

Long term solution:
A dev should update the requirements.txt, because hbmqtt is deprecated.
also the application should check on startup if requirements are met (e.g. amqtt).

@bbedward
Copy link
Collaborator

bbedward commented Apr 5, 2021

Released v3.0.1 with amqtt

@bbedward bbedward closed this as completed Apr 5, 2021
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

No branches or pull requests

5 participants