Hello, I have been trying to install Tremstats 0.6.0 on my server which i got from here:
http://freshmeat.net/projects/tremstats/I setted up everything and everything seems fine, but when i run the tremstats.py, I get this error:
user@trem:~/tremstats$ ./tremstats.py
/var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated
from sets import ImmutableSet
Checking temporary logfile ...
Parsing logfile ...
Traceback (most recent call last): | ETA: --:--:--
File "./tremstats.py", line 205, in <module>
app.Main()
File "./tremstats.py", line 111, in Main
parser.Main(self.dbc, self.Check_map_in_database, self.Add_player_to_update, self.games_log, self.static_log, self.archive_log, self.archive_dir)
File "/home/user/tremstats/internals/log_parse.py", line 53, in Main
self.Log_read()
File "/home/user/tremstats/internals/log_parse.py", line 196, in Log_read
self.Log_parse_line(line)
File "/home/user/tremstats/internals/log_parse.py", line 262, in Log_parse_line
self.Log_ClientTeamClass(gametime, line)
File "/home/user/tremstats/internals/log_parse.py", line 449, in Log_ClientTeamClass
self.players[player_id]['team'] = player_team
KeyError: '11'
I'm not sure what's going wrong, but I have searched for newer versions or fixed and haven't gotten anything. It would be nice if I could get any help about this error and/or how to fix it.
Thanks
