encore moi, j'ai un probleme avec le b3 v1.2.1.
J'essaye de me connecter sur un game.log par ftp.
Et ça marche pas, voici la conf :
<settings name="server">
<set name="rcon_password">XXXX</set>
<set name="port">27961</set>
<set name="game_log">
ftp://user:mdp@fa-team.com:22/home/urt/ ... e.log</set>
<set name="public_ip">fa-team.com</set>
<set name="rcon_ip">fa-team.com</set>
<set name="punkbuster">off</set>
et le log :
091031 22:25:19 BOT
www.BigBrotherBot.com (b3) v1.2.1 [nt] (Daniel)
091031 22:25:19 BOT Python: 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)]
091031 22:25:19 BOT Starting Iourt41Parser server for fa-team.com:27961
091031 22:25:19 BOT --------------------------------------------
091031 22:25:19 BOT Attempting to connect to database mysql://root:******@localhost/b3_fateam...
091031 22:25:20 BOT Connected to database [1 times]
091031 22:25:20 BOT Working in Remote-Log-Mode
091031 22:25:20 BOT Game log
ftp://user:mdp@fa-team.com:22/home/urt/ ... 4/game.log
091031 22:25:21 ERROR STDERR Traceback (most recent call last):
091031 22:25:21 ERROR STDERR File "c:\b3_Fateam\b3_run.py", line 28, in ?
091031 22:25:21 ERROR STDERR
091031 22:25:21 ERROR STDERR main()
091031 22:25:21 ERROR STDERR
091031 22:25:21 ERROR STDERR File "c:\b3_Fateam\b3_run.py", line 25, in main
091031 22:25:21 ERROR STDERR
091031 22:25:21 ERROR STDERR b3.run.main()
091031 22:25:21 ERROR STDERR File "c:\b3_Serv1\b3\run.py", line 121, in main
091031 22:25:21 ERROR STDERR
091031 22:25:21 ERROR STDERR run(config=options.config)
091031 22:25:21 ERROR STDERR File "c:\b3_Serv1\b3\run.py", line 100, in run
091031 22:25:21 ERROR STDERR
091031 22:25:21 ERROR STDERR b3.start(config)
091031 22:25:21 ERROR STDERR File "c:\b3_Serv1\b3\__init__.py", line 98, in start
091031 22:25:21 ERROR STDERR
091031 22:25:21 ERROR STDERR console = parser(conf)
091031 22:25:21 ERROR STDERR File "c:\b3_Serv1\b3\parser.py", line 235, in __init__
091031 22:25:21 ERROR STDERR
091031 22:25:21 ERROR STDERR ftp=FTP(ftpconfig['host'], ftpconfig['user'], ftpconfig['password'])
091031 22:25:21 ERROR STDERR File "C:\Python24\lib\ftplib.py", line 107, in __init__
091031 22:25:21 ERROR STDERR
091031 22:25:21 ERROR STDERR self.connect(host)
091031 22:25:21 ERROR STDERR File "C:\Python24\lib\ftplib.py", line 129, in connect
091031 22:25:21 ERROR STDERR
091031 22:25:21 ERROR STDERR raise socket.error, msg
091031 22:25:21 ERROR STDERR socket
091031 22:25:21 ERROR STDERR .
091031 22:25:21 ERROR STDERR error
091031 22:25:21 ERROR STDERR :
091031 22:25:21 ERROR STDERR (10061, 'Connection refused')
091031 22:25:21 ERROR STDERR
en fait j'héberge 2 bot, va savoir pourquoi il me mets B3_serv1 au lieu de B3_fateam au bout d'un moment.
Il se trouve aussi que le serveur fa est un sftp, est-e ça le problème?