In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

You are here: Big Brother Bot ForumSupport ForumsInstallation Support (Moderator: MordyT)Running b3/xlr From home computer
Pages: [1]   Go Down
  Print  
Author Topic: Running b3/xlr From home computer  (Read 1970 times) Bookmark and Share
Full Member
***
Posts: 57
Offline Offline
« on: February 15, 2010, 03:39:05 AM »

I have just a normal xp windows computer.
It is possible to host b3/database/xlrstats without a dedicated box from my computer>?.
If i was to install b3 on my home computer, Would it work if i tryed to get it running for a server
which is at a gsp. Remotely
I heard there is problems doing this with windows and its better to use linux systems
Thanks
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #1 on: February 15, 2010, 04:33:14 AM »

you can as long as your gsp gives you a FTP access to the game log file.

You will need to install mysql on your home computer (or try to find a free mysql host)
Then the easiest way to install the bot is to try the B3 win32 standalone distribution (find the latest beta here)

Then you will have to configure the bot config files.
Logged

Full Member
***
Posts: 57
Offline Offline
« Reply #2 on: February 15, 2010, 10:55:30 AM »

I installed b3 all the files and programs,, Followed
http://www.bigbrotherbot.com/forums/installers/step-by-step-guide-for-installing-b3-bot-and-creating-database/

setup the b3.xml correctly with the sql and log for my server
 /b3 folder is sitting on my desktop with everything in it
How do u start /init the bot and have it connect to the chosen server?Also how do i stop it.

Ah open Python and choose b3_run.py
It opened a box but didnt run on my server, all its showing is this

import b3.run

def main ():
              b3.run.main ()

If__name__== '__main__' :
        main()
« Last Edit: February 15, 2010, 11:17:16 AM by matthewstice » Logged
Full Member
***
Posts: 57
Offline Offline
« Reply #3 on: February 15, 2010, 11:25:19 AM »

i also tried the run shell in python and chose the b3_run.py
gave me this, im pretty lost atm. If anyone can help add me to xfire whackjob001 or ill wait for a reply here
Code:
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.

    ****************************************************************
    Personal firewall software may warn about the connection IDLE
    makes to its subprocess using this computer's internal loopback
    interface.  This connection is not visible on any external
    interface and no data is sent to or received from the Internet.
    ****************************************************************
    
IDLE 1.2.4      
>>> ================================ RESTART ================================
>>>
Searching for config file: b3.xml
Searching for config file: conf\b3.xml
Searching for config file: b3\conf\b3.xml
Starting www.BigBrotherBot.com (b3) v1.2.1 [nt] (Daniel)

Using config file: b3\conf\b3.xml

Traceback (most recent call last):
  File "C:\Documents and Settings\Matt Tice\Desktop\b3\b3\__init__.py", line 86, in start
    conf = config.load(configFile)
  File "C:\Documents and Settings\Matt Tice\Desktop\b3\b3\config.py", line 240, in load
    if config.load(fileName):
  File "C:\Documents and Settings\Matt Tice\Desktop\b3\b3\config.py", line 168, in load
    self.readfp(f)
  File "C:\Documents and Settings\Matt Tice\Desktop\b3\b3\config.py", line 61, in readfp
    self._xml = ElementTree.parse(fp)
  File "C:\Documents and Settings\Matt Tice\Desktop\b3\b3\lib\elementtree\ElementTree.py", line 908, in parse
    tree = parser_api.parse(source)
  File "C:\Documents and Settings\Matt Tice\Desktop\b3\b3\lib\elementtree\ElementTree.py", line 174, in parse
    parser.feed(data)
  File "C:\Documents and Settings\Matt Tice\Desktop\b3\b3\lib\elementtree\ElementTree.py", line 1292, in feed
    self._parser.Parse(data, 0)
ExpatError: not well-formed (invalid token): line 1, column 1
Logged
Full Member
***
Posts: 57
Offline Offline
« Reply #4 on: February 15, 2010, 11:36:05 AM »


Then you will have to configure the bot config files.
[/quote]

ALl i configured was the b3.xml, are there files im missing?
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #5 on: February 15, 2010, 11:53:33 AM »

you run the bot with the following command :
Code:
python.exe b3_run.py --config c:\somewhere\b3.xml
Logged

[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #6 on: February 15, 2010, 11:55:19 AM »

The error says that you have a not well-formed (invalid token): line 1, column 1 in your b3.xml

Can you post your b3.xml here? (remove passwords pls)
Logged

Full Member
***
Posts: 57
Offline Offline
« Reply #7 on: February 15, 2010, 12:03:04 PM »

Code:
<configuration>
<settings name="b3">
<!-- parser defines the game: cod/cod2/cod4/cod5/iourt41/etpro/wop/smg -->
<set name="parser">cod</set>
<set name="database">mysql://info here</set>
<set name="bot_name">^1>></set>
<set name="bot_prefix">^1>></set>
<set name="time_format">%I:%M%p %Z %m/%d/%y</set>
<set name="time_zone">CST</set>
<!-- 9 = verbose 10 = debug 21 = bot 22 = console -->
<set name="log_level">9</set>
<set name="logfile">b3.log</set>
</settings>
<settings name="server">
<set name="rcon_password">mypw</set>
<set name="port">28960</set>
<set name="game_log">ftp://ala@chicago.psybergaming.net/75.102.10.115%20port%2028960/wxlr/Wlog.log</set>
<set name="public_ip">75.102.10.115</set>
<set name="rcon_ip">75.102.10.115</set>
<set name="punkbuster">on</set>
</settings>
<settings name="messages">
<set name="kicked_by">%s^7 was kicked by %s^7 %s</set>
<set name="kicked">%s^7 was kicked %s</set>
<set name="banned_by">%s^7 was banned by %s^7 %s</set>
<set name="banned">%s^7 was banned %s</set>
<set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %s</set>
<set name="temp_banned">%s^7 was temp banned for %s^7 %s</set>
<set name="unbanned_by">%s^7 was un-banned by %s^7 %s</set>
<set name="unbanned">%s^7 was un-banned %s</set>
</settings>
<settings name="plugins">
<set name="external_dir">@b3/extplugins</set>
</settings>
<plugins>
<plugin name="censor" priority="1" config="@b3/conf/plugin_censor.xml"/>
<plugin name="spamcontrol" priority="2" config="@b3/conf/plugin_spamcontrol.xml"/>
<plugin name="admin" priority="3" config="@b3/conf/plugin_admin.xml"/>
<plugin name="tk" priority="4" config="@b3/conf/plugin_tk.xml"/>
<plugin name="stats" priority="5" config="@b3/conf/plugin_stats.xml"/>
<plugin name="pingwatch" priority="6" config="@b3/conf/plugin_pingwatch.xml"/>
<plugin name="adv" priority="7" config="@b3/conf/plugin_adv.xml"/>
<plugin name="status" priority="8" config="@b3/conf/plugin_status.xml"/>
<plugin name="welcome" priority="9" config="@b3/conf/plugin_welcome.xml"/>
<plugin name="publist" priority="10" config="@b3/conf/plugin_publist.xml"/>
<plugin name="punkbuster" priority="11" config="@b3/conf/plugin_punkbuster.xml"/>

<!--
This is a non-standard plugin and quite resource heavy. Please take a look in the
B3 forums (look for XLR Extensions) for more information before enabling this.
Extra database tables are necessary.
<plugin name="xlrstats" priority="13" config="@b3/extplugins/conf/xlrstats.xml"/>
-->
</plugins>
</configuration>
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #8 on: February 15, 2010, 12:29:47 PM »

you run the bot with the following command :
Code:
python.exe b3_run.py --config c:\somewhere\b3.xml
and try to run B3 with the minimal changes to the b3.xml file. Only fill in the parser, connection info and passwords, leave the rest of the information (like botname etc) as they where to narrow down the problem.
Logged

Full Member
***
Posts: 57
Offline Offline
« Reply #9 on: February 15, 2010, 12:46:31 PM »

I fixed the b3.xml and it is readable now but im still not making progrss getting the b3 bot running

i must use the command  (python.exe b3_run.py --config c:\somewhere\b3.xml)Huh ok can i also go into python and
run/run module, i did that and now i get (doesnt connect on server)

i also tried the command
python.exe b3_run.py --config c:\Documents and Settings\Matt Tice\Desktop\b3\b3\conf\b3.xml
gives me 
invalid syntax and does nothing

Code:
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.

    ****************************************************************
    Personal firewall software may warn about the connection IDLE
    makes to its subprocess using this computer's internal loopback
    interface.  This connection is not visible on any external
    interface and no data is sent to or received from the Internet.
    ****************************************************************
   
IDLE 1.2.4     
>>> ================================ RESTART ================================
>>>
Searching for config file: b3.xml
Searching for config file: conf\b3.xml
Searching for config file: b3\conf\b3.xml
Starting www.BigBrotherBot.com (b3) v1.2.1 [nt] (Daniel)

Using config file: b3\conf\b3.xml
Activating log   : b3.log
Connecting to DB : OK
>>>
>>>
Logged
Full Member
***
Posts: 57
Offline Offline
« Reply #10 on: February 15, 2010, 12:53:57 PM »

b3 log,finally created one so i am making a little bit of progress
Possibly a problem with my ftp link to Server log?im not sure
The database link is correct but i see alot of errors in b3 log, dont know what they mean

Code:
100215 15:34:02 BOT     www.BigBrotherBot.com (b3) v1.2.1 [nt] (Daniel)
100215 15:34:02 BOT     Python: 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
100215 15:34:02 BOT     Starting CodParser server for 75.102.10.115:28960
100215 15:34:02 BOT     --------------------------------------------
100215 15:34:02 BOT     Attempting to connect to database mysql://test:******@dallas.psybergaming.net/test...
100215 15:34:03 BOT     Connected to database [1 times]
100215 15:34:03 BOT     Working in Remote-Log-Mode
100215 15:34:03 BOT     Game log ftp://test@chicago.psybergaming.net/75.102.10.115%20port%2028960/wxlr/Wlog.log
100215 15:34:03 ERROR STDERR
Traceback (most recent call last):
100215 15:34:03 ERROR STDERR

100215 15:34:03 ERROR STDERR   File "C:\Documents and Settings\Matt Tice\Desktop\b3\b3\__init__.py", line 98, in start

100215 15:34:03 ERROR STDERR     console = parser(conf)

100215 15:34:03 ERROR STDERR   File "C:\Documents and Settings\Matt Tice\Desktop\b3\b3\parser.py", line 235, in __init__

100215 15:34:03 ERROR STDERR     ftp=FTP(ftpconfig['host'], ftpconfig['user'], ftpconfig['password'])

100215 15:34:03 ERROR STDERR   File "C:\Python25\lib\ftplib.py", line 108, in __init__

100215 15:34:03 ERROR STDERR     if user: self.login(user, passwd, acct)

100215 15:34:03 ERROR STDERR   File "C:\Python25\lib\ftplib.py", line 373, in login

100215 15:34:03 ERROR STDERR     if resp[0] == '3': resp = self.sendcmd('PASS ' + passwd)

100215 15:34:03 ERROR STDERR   File "C:\Python25\lib\ftplib.py", line 241, in sendcmd

100215 15:34:03 ERROR STDERR     return self.getresp()

100215 15:34:03 ERROR STDERR   File "C:\Python25\lib\ftplib.py", line 216, in getresp

100215 15:34:03 ERROR STDERR     raise error_perm, resp

100215 15:34:03 ERROR STDERR error_perm: 500 User 'wrifles' or password is not valid.
« Last Edit: February 15, 2010, 01:00:04 PM by matthewstice » Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #11 on: February 15, 2010, 02:54:14 PM »

forget about IDLE. It is not the proper way to run the bot.
As you are on Windows, download this setup and install it.

Then you'll have a b3_run.exe that will work
Logged

Full Member
***
Posts: 57
Offline Offline
« Reply #12 on: February 16, 2010, 07:33:02 AM »

this one gave me the Bigbrotherbot connected message on game server but none of the commands work
!b3 command !register etc.
Can u tell me what pw i may have wrong from this log.Or what else it could be. ive checked all the passwords and im sure they are correct

Code:
00216 10:21:33 INFO Could not load built in plugin xlrstats (No module named xlrstats)
100216 10:21:33 INFO trying external plugin directory : C:\Program Files\BigBrotherBot_1.2.2b-courgette-20100207\extplugins
100216 10:21:33 BOT     XlrstatsPlugin: Loading config C:\Program Files\BigBrotherBot_1.2.2b-courgette-20100207\extplugins\conf\xlrstats.xml for XlrstatsPlugin
100216 10:21:37 DEBUG AdminPlugin: Command "advadd (None)" registered with cmd_advadd for level (100, 100)
100216 10:21:37 DEBUG AdminPlugin: Command "advrate (None)" registered with cmd_advrate for level (100, 100)
100216 10:21:37 DEBUG AdminPlugin: Command "advlist (None)" registered with cmd_advlist for level (100, 100)
100216 10:21:37 DEBUG AdminPlugin: Command "advsave (None)" registered with cmd_advsave for level (100, 100)
100216 10:21:37 DEBUG AdminPlugin: Command "advload (None)" registered with cmd_advload for level (100, 100)
100216 10:21:37 DEBUG AdminPlugin: Command "advrem (None)" registered with cmd_advrem for level (100, 100)
100216 10:21:37 BOT     Starting Plugin status
100216 10:21:37 BOT     Starting Plugin welcome
100216 10:21:37 DEBUG Register Event: Client Authenticated: WelcomePlugin
100216 10:21:37 BOT     Starting Plugin publist
100216 10:21:37 DEBUG Set cvar _B3 = [B3 v1.2.2b-courgette-20100207 [nt]]
100216 10:21:37 VERBOSE RCON sending (75.102.10.115:28960) set _B3 "B3 v1.2.2b-courgette-20100207 [nt]"
100216 10:21:38 DEBUG PublistPlugin: publist will send heartbeat at 05:48 every day
100216 10:21:38 VERBOSE Added crontab <bound method PublistPlugin.update of <b3.plugins.publist.PublistPlugin instance at 0x012148A0>> (19051056) - 0s 48m 5h -1d -1M -1DOW
100216 10:21:38 BOT     Starting Plugin punkbuster
100216 10:21:38 DEBUG AdminPlugin: Command "pbss (None)" registered with cmd_pbss for level (20, 100)
100216 10:21:38 DEBUG AdminPlugin: Command "pbbuildbans (None)" registered with cmd_pbbuildbans for level (80, 100)
100216 10:21:38 BOT     Starting Plugin xlrstats
100216 10:21:38 DEBUG AdminPlugin: Command "xlrhide (None)" registered with cmd_xlrhide for level (60, 100)
100216 10:21:38 DEBUG AdminPlugin: Command "xlrstats (None)" registered with cmd_xlrstats for level (1, 100)
100216 10:21:38 DEBUG AdminPlugin: Command "xlrtopstats (None)" registered with cmd_xlrtopstats for level (2, 100)
100216 10:21:38 DEBUG Register Event: Client Join Team: XlrstatsPlugin
100216 10:21:38 DEBUG Register Event: Client Kill: XlrstatsPlugin
100216 10:21:38 DEBUG Register Event: Client Team Kill: XlrstatsPlugin
100216 10:21:38 DEBUG Register Event: Client Suicide: XlrstatsPlugin
100216 10:21:38 DEBUG Register Event: Game Round Start: XlrstatsPlugin
100216 10:21:38 DEBUG Register Event: Client Action: XlrstatsPlugin
100216 10:21:38 DEBUG XlrstatsPlugin: Got client id for WORLD: 1
100216 10:21:38 BOT     Starting Plugin ftpytail
100216 10:21:38 INFO FtpytailPlugin: Starting ftpytail thread
100216 10:21:38 DEBUG PublistPlugin: Sending heartbeat to B3 master...
100216 10:21:38 BOT     Start reading...
100216 10:21:38 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:39 DEBUG FtpytailPlugin: 500 User 'wrifles' or password is not valid.
100216 10:21:39 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:39 BOT     PAUSING
100216 10:21:39 BOT     PAUSED - Not parsing any lines, B3 will be out of sync.
100216 10:21:39 DEBUG PublistPlugin: master replied: Server list updated
100216 10:21:40 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:40 DEBUG FtpytailPlugin: 500 User 'wrifles' or password is not valid.
100216 10:21:40 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:41 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:41 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:21:41 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:43 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:43 DEBUG FtpytailPlugin: 500 User 'wrifles' or password is not valid.
100216 10:21:43 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:44 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:44 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:21:44 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:46 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:46 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:21:46 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:47 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:47 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:21:47 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:49 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:49 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:21:49 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:50 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:51 DEBUG FtpytailPlugin: 500 User 'wrifles' or password is not valid.
100216 10:21:51 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:52 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:52 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:21:52 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:53 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:54 DEBUG FtpytailPlugin: 500 User 'wrifles' or password is not valid.
100216 10:21:54 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:55 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:55 DEBUG FtpytailPlugin: 500 User 'wrifles' or password is not valid.
100216 10:21:55 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:56 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:57 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:21:57 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:58 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:58 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:21:58 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:21:59 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:00 VERBOSE RCON sending (75.102.10.115:28960) say ^1>> ^2Big Brother Bot is watching you... ^9BigBrotherBot.com
100216 10:22:00 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:00 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:00 VERBOSE RCON sending (75.102.10.115:28960) status
100216 10:22:01 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:01 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:01 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:01 VERBOSE StatusPlugin: Building XML status
100216 10:22:01 DEBUG StatusPlugin: Writing XML status to C:\Documents and Settings\Matt Tice/status.xml
100216 10:22:02 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:03 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:03 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:04 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:04 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:04 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:05 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:06 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:06 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:07 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:07 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:07 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:09 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:09 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:09 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:10 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:10 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:10 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:12 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:12 DEBUG FtpytailPlugin: 500 User 'wrifles' or password is not valid.
100216 10:22:12 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:13 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:13 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:13 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:14 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:15 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:15 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:16 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:16 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:16 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:17 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:18 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:18 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:19 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:19 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:19 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:20 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:21 DEBUG FtpytailPlugin: 500 User 'wrifles' or password is not valid.
100216 10:22:21 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:22 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:22 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:22 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:23 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:24 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:24 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:24 DEBUG FtpytailPlugin: too many failures, sleeping 15 sec
100216 10:22:39 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:39 DEBUG FtpytailPlugin: [Errno 10054] An existing connection was forcibly closed by the remote host
100216 10:22:39 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:39 DEBUG FtpytailPlugin: too many failures, sleeping 15 sec
100216 10:22:54 VERBOSE FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:22:55 DEBUG FtpytailPlugin: 500 User 'wrifles' or password is not valid.
100216 10:22:55 VERBOSE FtpytailPlugin: Lost connection to server, pausing until updated properly
100216 10:22:55 DEBUG FtpytailPlugin: too many failures, sleeping 15 sec
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #13 on: February 16, 2010, 10:49:14 AM »

Please study carefully your log before posting. The reason for the bot not working is clearly stated in your log :
Quote
100216 10:21:38   VERBOSE   FtpytailPlugin: Connecting to chicago.psybergaming.net ...
100216 10:21:39   DEBUG   FtpytailPlugin: 500 User 'wrifles' or password is not valid.
100216 10:21:39   VERBOSE   FtpytailPlugin: Lost connection to server, pausing until updated properly
Logged

Tags: remote ftp 
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal