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

new version of paho-mqtt breaks mqtt messaging within pywws #116

Open
rick165 opened this issue Feb 16, 2024 · 0 comments
Open

new version of paho-mqtt breaks mqtt messaging within pywws #116

rick165 opened this issue Feb 16, 2024 · 0 comments

Comments

@rick165
Copy link

rick165 commented Feb 16, 2024

It seems the new version of paho-mqtt (v2.0.0) breaks the mqtt messaging within pywws.

pywws.service.mqtt:Unsupported callback API version: version 2.0 added a callback_api_version, see migrations.md for details
Work around is to install v1.6.1 of paho-mqtt

sudo pip install paho-mqtt==1.6.1

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

1 participant