Closed Supriya2805 closed 3 years ago
Hi @Supriya2805 ,
Thank you for your interest in ThingsBoard IoT gateway.
It looks like some specific error for Windows platform, please try to use docker on Windows. Also you may try to update your paho-mqtt library using the following command:
pip3 install paho-mqtt --upgrade
It may help, but there is no guarantee, because we don't recommend to use the gateway with Windows platform. We don't have this option on our site.
Hello, I have thingsboard 2.4 built from source code on AWS EC2 in Windows 2016.
I am trying to connect to thingsboard server using thingsboard IoT gateway. I have followed all steps given in the below link : https://thingsboard.io/docs/iot-gateway/install/source-installation/
When running tb-gateway with command : python3 ./thingsboard_gateway/tb_gateway.py I am getting below error message
I have done below changes in the respective files :
mqtt.json
tb_gateway.yaml :
Appreciate your help. Thanks in advance.