Results 16 comments of Ioannis Pantidis

Seems like a Stockfish bug because I could reproduce it by just running stockfish, without `lichess-bot`. Running the same commands (with an older version of SF, it only calculated up...

> I tried windows there is no problem. It also happens on windows because I tried this on windows and still had the same problem.

Seems like it. You can try it out by typing these commands: ``` uci setoption name Move Overhead value 900 setoption name Ponder value true ucinewgame isready position startpos moves...

@iamhajemi Did you try lowering the Move Overhead as suggested above?

Can you upload the logs from the game? You can run `python lichess-bot.py -v -l logs.txt`, so the logs will be saved.

Can you send your config.yml with your token removed and the logs from your bot?

Try lowering `concurrency` (e.g. 4) and also increase `abort_time`. Can you send your bot's logs (`python lichess-bot.py -v -l logs.txt`)? That way we will be able to better understand why...

Your bot didn't receive the move that your opponent played. It was probably a connection problem, judging by the `Starting new HTTPS connection` log. I also don't know how your...

Can you run lichess-bot with verbose mode (`python lichess-bot.py -v`) to get more info? While making #525, I made a version that restarts lichess-bot (https://github.com/AttackingOrDefending/lichess-bot/tree/restart). You can try it out,...

@theoden8 When lichess was restarting about 25 minutes ago, I opened my bot to test if it works. The check for if the bot was online `/api/users/status?ids=attackingordefending` caused a `Resetting...