Jens Brauer

Results 6 comments of Jens Brauer

Have the same error on my Pi in a venv environment. I will now set the poll cycle to 2min instead of 1min. I noticed my old coinBase Bot (not...

> i am using 15m I didn't mean the granularity, but the polling time. The bot runs in a scheduler with a 60s delay, i.e. it makes an API call...

You can't specify it in the config, it's hardcoded here as far as I know: https://github.com/whittlem/pycryptobot/blob/ef49fee04ef5952c08f66d45ba69cc286b1d4324/pycryptobot.py#L753 ` s.enter(60, 1, executeJob, (sc, app, state)) ` The 60 is the delay time...

That's an interesting idea :) I will try this as well 👍 I guess it shouldn't be too hard to implement this as a config option as well.

Can confirm, mine also crashed again after around 2 days. Really strange ... I guess another problem is that the auto restart also doesn't seem to work. Maybe we could...

@whittlem : I think it affects only Binance. I have one Binance and one Coinbase Bot (on an older repo commit though). So far never had problems with the Coinbase...