Вопрос Чьи ошибки в питоне?

Регистрация
1 Ноя 2015
Сообщения
1,513
Репутация
475
Спасибо
216
Монет
0
Подскажите как избавится от ошибок в питоне:
PHP:
Traceback (most recent call last):
  File "scripts/common/Event.py", line 44, in __call__
  File "scripts/client/gui/Scaleform/framework/managers/containers.py", line 646, in __onViewLoaded
  File "scripts/client/gui/Scaleform/framework/entities/DisposableEntity.py", line 50, in create
  File "scripts/client/gui/Scaleform/daapi/view/lobby/battle_queue.py", line 285, in _populate
  File "scripts/client/gui/Scaleform/daapi/view/lobby/battle_queue.py", line 338, in __updateQueueInfo
AttributeError: 'NoneType' object has no attribute 'getQueueType'
2017-05-29 19:56:00.144: ERROR: Traceback (most recent call last):
2017-05-29 19:56:00.144: ERROR:   File "scripts/client/game.py", line 560, in handleKeyEvent
2017-05-29 19:56:00.144: ERROR:   File "scripts/client/AvatarInputHandler/__init__.py", line 341, in handleKeyEvent
2017-05-29 19:56:00.145: ERROR: KeyError: 'blockTimeOut'
2017-05-29 19:52:05.848: ERROR:   File "scripts/client/Avatar.py", line 2473, in __tryShootCallback
И вообще, какому моду они принадлежат, если не к самому клиенту относящиеся?
 
Последнее редактирование:
Назад
Сверху