Andreas Wagner
Andreas Wagner
there is: ``` editTimeManually: false ``` add it to options hash and set to true.
if i could x-post this: https://github.com/cabotapp/docker-cabot/issues/26 @davidmaitland i'm essentially doing the same thing, but ran into this error: ``` ImportError: No module named cabot_alert_telegram ``` i fear that something in...
i actually had a whitespace in my env var. make sure your list looks something like this, no whitespace between: CABOT_PLUGINS_ENABLED=cabot_alert_email,cabot_alert_telegram,cabot_alert_webhook,cabot_check_sslcert,cabot_check_ping
@jchoksi-whitbread are you still experiencing this issue? i am also considering aws and would like to understand if this can be closed.
also, thank you all and everybody for your work. it's a beautifully simple streaming player, and if this FR would make it unnecessarily more cluttered or complicated, it's probably not...
removing the datadir fixed the problem, so i assume it's a data corruption issue. what would be the best practice to possibly fix data corruption in the future? any tools...
@michaelsproul i've asked a related, yet more general question in the recent reddit AMA [here](https://www.reddit.com/r/ethereum/comments/wpqmo1/comment/iki5qb4/) server locked up due to power issues, yes. i've played around with deleting the last...
> ```yaml > development: > bind: "tcp://0.0.0.0:4001" > ``` that did it, thanks.
is there a guide how to contribute to the documentation? i could put in a pr possibly.
two examples: ``` 2022-09-03 18-22-48.5531|Nethermind starting initialization. 2022-09-03 18-22-48.6960|Loading embedded plugins 2022-09-03 18-22-48.6967| Found plugin type Nethermind.Consensus.AuRa.AuRaPlugin 2022-09-03 18-22-48.6968| Found plugin type Nethermind.Consensus.Clique.CliquePlugin 2022-09-03 18-22-48.6969| Found plugin type Nethermind.Consensus.Ethash.EthashPlugin 2022-09-03...