Skip to content

LibraryMQTT not usable with paho-mqtt 2.0.0 #34

@BriceBoy

Description

@BriceBoy
ValueError: Unsupported callback API version: version 2.0 added a callback_api_version, see migrations.md for details

Traceback (most recent call last):
  File "C:\WINDOWS\ServiceProfiles\NetworkService\AppData\Roaming\Python\Python37\site-packages\MQTTLibrary\MQTTKeywords.py", line 71, in connect
    self._mqttc = mqtt.Client(client_id, clean_session)
  File "C:\WINDOWS\ServiceProfiles\NetworkService\AppData\Roaming\Python\Python37\site-packages\paho\mqtt\client.py", line 767, in __init__
    "Unsupported callback API version: version 2.0 added a callback_api_version, see migrations.md for details"
ValueError: Unsupported callback API version: version 2.0 added a callback_api_version, see migrations.md for details

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions