Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

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

Open
kruglikoff opened this issue Sep 4, 2017 · 2 comments

Comments

@kruglikoff
Copy link

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
Copy link
Collaborator

Loskir commented Sep 5, 2017

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

@blazeis
Copy link
Contributor

blazeis commented Sep 6, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants