smuu
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.
Go 1.18 is end of life and is not supported anymore. See [here](https://endoflife.date/go). This is a security issue, and we should move to a supported Go version as soon as...
From the point of view of alerting, it would make sense to initialize the metric during the application's startup and update it as soon it is available.
After around 3 hours, the node seems to have the snapshot applied and started syncing. 
DevOps epic: https://github.com/celestiaorg/devops/issues/116