smuu

Results 6 comments of smuu

Have the same problem and can't find a solution. client.connect(..) returns 0 (MQTT_ERR_SUCCESS) so no error occur while connecting.

I have another python script to publish data to mqtt. ``` client.connect(host, port) client.is_connected() client.publish(topic, message) client.disconnect() ``` client.is_connected() returns False but data get published to the mqtt broker.

For me was the problem, that I used websockets at the mqtt broker and forgot to specify that while creating the client.

@thesam1545 Is it documented, that a coin will be listed after winning a vote? And also can you check the history, so are all coins listed now, that won a...

Looking at the logs it just stops to do anything. Not sure what happens here. > 2021-10-25 02:56:32,358 INFO: No coins announced, or coin has already been bought/sold. Checking more...

But the 10 hours before it worked. So not sure why this is the cause.