Возникло исключение: NotImplementedError
exception: no description
File "D:\Projects_TakeYours\Server\src\server.py", line 77, in main
await client.asyncio_connect(MQTT_HOST, MQTT_PORT, 60)
During handling of the above exception, another exception occurred:
File "D:\Projects_TakeYours\Server\src\server.py", line 73, in main
async with AsyncioPahoClient() as client:
File "D:\Projects_TakeYours\Server\src\server.py", line 82, in
asyncio.run(main())
Noyhing changed.....
Возникло исключение: NotImplementedError exception: no description File "D:\Projects_TakeYours\Server\src\server.py", line 77, in main await client.asyncio_connect(MQTT_HOST, MQTT_PORT, 60)
During handling of the above exception, another exception occurred:
File "D:\Projects_TakeYours\Server\src\server.py", line 73, in main async with AsyncioPahoClient() as client: File "D:\Projects_TakeYours\Server\src\server.py", line 82, in
asyncio.run(main())