I am tryign to connect NodeMCU ESP8266 with AWS IOT. I followed your guide at https://forum.pycom.io/topic/908/umqtt-aws-iot.
When trying to connect I am getting an following error
File "/lib/simple.py", line 59, in connect
TypeError: extra keyword arguments given
I have already tested AWS IOT connection on PC with AWS SDK and it seems to work fine. So issue seems to be with umqtt clinet and ussl. Any help would be appreciated.
I am tryign to connect NodeMCU ESP8266 with AWS IOT. I followed your guide at https://forum.pycom.io/topic/908/umqtt-aws-iot.
When trying to connect I am getting an following error
I have already tested AWS IOT connection on PC with AWS SDK and it seems to work fine. So issue seems to be with umqtt clinet and ussl. Any help would be appreciated.