Iriskin0 / Chat-Wars-Bot

Бот для текстовой мморпг Chat Wars в Telegram (плз не смотрите код, этому проекту сто лет)
43 stars 33 forks source link

Ошибка парсинга профиля. Скорее всего, когда до битвы несколько секунд #108

Open kruglikoff opened 7 years ago

kruglikoff commented 7 years ago

Exception during chatwars automation process: int() argument must be a string, a bytes-like object or a number, not 'NoneType' Traceback (most recent call last): File "./main.py", line 1468, in main a.loop() File "./main.py", line 550, in loop self.hero_parser(m) File "./main.py", line 952, in hero_parser self.time_to_war = int(m.group(1)) * 60 + int(m.group(2)) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

Loskir commented 7 years ago

вроде должно быть пофикшено

blazeis commented 7 years ago

в телетоновской версии точно не пофикшено