jhakonen / wot-teamspeak-mod

Mod for integrating TeamSpeak into World of Tanks
GNU Lesser General Public License v2.1
36 stars 8 forks source link

Exception in log #13

Closed jhakonen closed 9 years ago

jhakonen commented 10 years ago

Reported by Assassik at http://forum.worldoftanks.eu/index.php?/topic/433614-094-tessumod-wotteamspeak-integration-mod-v034-5112014/page__st__100__pid__9421364#entry9421364

    BigWorld Release Client (compiled at 19:34:04 Oct  9 2014) starting on Sun Nov 09 15:04:29 2014
    Content Type: contentChecking ./res_mods/0.9.4: mods found
    [XPM] preloader gui.Scaleform.locale
    [XPM] 1.5.0
    [XPM] Working dir: ./res_mods/0.9.4/scripts/client/gui/mods
    [XPM] Loading mod: kwg_waiting_fix 0.3 (http://www.koreanran...0-/#entry151768)
    [XPM] Loading mod: xvmstat 1.5.0 (http://www.modxvm.com/)
    Load mods: AutoEquip
    Load mods: crew_extended[INFO]:      [ExtendedCrew v2.05 [0.9.4] created in (05/11/2014) initialized ...]
    [INFO]:      [ExtendedCrew Language set to : "OTHER". Uses custom strings from XML file in section "OtherLanguage"...]
    Load mods: DamagePanel
    Load mods: GunConstraints
    Load mods: InfoPanel
    Load mods: sights
    Load mods: stat
    Load mods: TeamHPPools
    Load mods: tessu_mod
    [NOTE] (src\mods\tessu_mod.py, 147): Settings loaded from ini file
    Load mods: zClanMod
    [NOTE] (scripts/common/fortified_regions.py, 189): fortified_regions.init()
    [NOTE] (scripts/client/post_processing/__init__.py, 267): The quality = 3 was selected.
    [NOTE] (scripts/client/post_processing/__init__.py, 267): The quality = 2 was selected.
    [NOTE] (src\mods\tessu_utils\ts3.py, 309): Connected to TeamSpeak clientquery interface
    [NOTE] (src\mods\tessu_utils\ts3.py, 154): TS client query protocol detected
    [NOTE] (src\mods\tessu_mod.py, 129): Connected to TeamSpeak client
    [NOTE] (src\mods\tessu_mod.py, 139): Connected to TeamSpeak server
    [EXCEPTION] (scripts/common/Event.py, 34):
    Traceback (most recent call last):
      File "scripts/common/Event.py", line 32, in __call__
      File "src\mods\tessu_mod.py", line 30, in on_talk_status_changed
      File "src\mods\tessu_mod.py", line 73, in update_player_speak_status
      File "src\mods\tessu_utils\utils.py", line 114, in get_player_info_by_name
    AttributeError: 'NoneType' object has no attribute 'lower'
    Traceback (most recent call last):
      File "src\mods\tessu_utils\utils.py", line 36, in wrapper
      File "src\mods\tessu_mod.py", line 73, in update_player_speak_status
      File "src\mods\tessu_utils\utils.py", line 114, in get_player_info_by_name
    AttributeError: 'NoneType' object has no attribute 'lower'
    [SPACE] Loading space: spaces/05_prohorovka
    [SPACE] Loading space: spaces/hangar_premium_Fury
jhakonen commented 9 years ago

Managed to reproduce this in login screen using 0.3.4 version. However, seems that this doesn't occur anymore in 0.5.0. Marking as closed.