lichess-bot-devs / lichess-bot

A bridge between Lichess bots and chess engines
GNU Affero General Public License v3.0
769 stars 449 forks source link

Bot crashes after accepting correspondence game #112

Closed tomeckip closed 6 years ago

tomeckip commented 6 years ago

Accept Correspondence casual challenge from tomecki(1312) --- Process Queue. Total Queued: 1. Total Used: 0 --- Process Used. Total Queued: 0. Total Used: 1 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): lichess.org DEBUG:urllib3.connectionpool:https://lichess.org:443 "GET /api/bot/game/stream/AI9yTarp HTTP/1.1" 200 None ERROR:backoff:Backing off play_game(...) for 0.5s (AttributeError: 'NoneType' object has no attribute 'get') DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): lichess.org DEBUG:urllib3.connectionpool:https://lichess.org:443 "GET /api/bot/game/stream/AI9yTarp HTTP/1.1" 200 None ERROR:backoff:Backing off play_game(...) for 1.9s (AttributeError: 'NoneType' object has no attribute 'get') DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): lichess.org DEBUG:urllib3.connectionpool:https://lichess.org:443 "GET /api/bot/game/stream/AI9yTarp HTTP/1.1" 200 None ERROR:backoff:Backing off play_game(...) for 1.1s (AttributeError: 'NoneType' object has no attribute 'get')

And so on.... The result is the same when starting a correspondence game with any time control including unlimited.

ornicar commented 6 years ago

lichess-bot doesn't support correspondence games.

ornicar commented 6 years ago

version 1.1.0 does.