BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Anarchy Online Archive => AO 0.6 support => Topic started by: Shakor on June 10, 2009, 11:58:03 am
-
Hi all,
Just since a few days the bot seems to come online in our guild, is online a bit. And then reacts like always. And then it dissapears. Does not react to anything anymore. When I send a tell he is online but does not act like a bot in anyway. Its like I am sending a tell to a player and not the bot :)
After a few 10/15 minutes it comes online in the guild and is acting normally again for a few mins and then dissapears again. This continues 24/7.
Anyone has an idea about what could be wrong here?
Thanks.
-
if the bot stops responding and doesnt go offline, it prob hanging for some reason
this could be something todo with the server its on
-
Yes that's what I was thinking. But other bots on server Crom are not having any difficulties.
I have rechecked all my configs on my linux server but everything is working perfectly.
-
If the bot comes online then goes away and later comes online, it sounds like it is crashing and the loop in the startbot.php code is automatically restarting the bot each time.
If you can watch your console screen where the bot runs when you send it a command, you should see if its reporting module/line error.
-
Ok I still am having this issue even with a server reinstall...
I tested it out with the latest source code and now it goes even faster:
bot [2009-06-16 20:54:53] [SETTINGS] [LOAD] Loaded settings from database.
bot [2009-06-16 20:54:53] [ROSTER] [UPDATE] Roster update ran less than 6 hours ago, skipping!
bot [2009-06-16 20:54:53] [GROUP] [MSG] [******] bot: Bot is online ::: Roster update not scheduled ::: System ready
Read error: EOF
bot [2009-06-16 20:55:27] [CONN] [ERROR] Bot has disconnected. Reconnecting in 60 seconds.
-
EOF usually means a disconnect
EOF = End of File, for socket connection it mean more of a no longer connected
-
Hi,
Ok never mind that message I last posted. I fixed that issue.
But the main issue still remains:
The thing is. The bot does not crash. he is active as I am having it in my terminal. Also its reacting to commands but just does not show it to the player nor does it show it in the guild chat.
Maybe this is something?
!online
::: 3 members online in Guild. :::
<img src=tdb://id:GFX_GUI_FRIENDLIST_SPLITTER>
Bear Shaman
<img src=tdb://id:GFX_GUI_FRIENDLIST_SPLITTER>
- Lvl 57 ***** :: ****'s Alt
<img src=tdb://id:GFX_GUI_FRIENDLIST_SPLITTER>
Barbarian
<img src=tdb://id:GFX_GUI_FRIENDLIST_SPLITTER>
- Lvl 80 ****** :: Owner :: Details ::
<img src=tdb://id:GFX_GUI_FRIENDLIST_SPLITTER>
Herald of Xotli
<img src=tdb://id:GFX_GUI_FRIENDLIST_SPLITTER>
- Lvl 70 ****** :: ****'s Alt
--------------------------------------------------------------
::: 0 characters in privategroup ::
-
PHP Warning: Could not connect to the AO Chat server (chat.d1.funcom.com:7101): The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.
this is the error coming across from my PHP logs
Hope this will help one of your wizards in looking at this
-
PHP Warning: Could not connect to the AO Chat server (chat.d1.funcom.com:7101): The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.
this is the error coming across from my PHP logs
Hope this will help one of your wizards in looking at this
Did you update with the latest 0.6.3 release they updated the chat servers.
-
Warning: socket_read(): unable to read from socket [110]: Connection timed out in /AOChat.php on line 274
Read error: Connection timed out
Bot [2009-06-18 19:23:36] [CONN] [ERROR] Bot has disconnected. Reconnecting in 120 seconds.
-
Hi,
I really need some help with this. The bot issue is still there. I have tried reinstalling different Linux OS's. 32 and 64Bit. Tried a different AoC account. Tried clean 0.6.2 sources and clean 0.6.3 sources.
It comes online and does it job. After a few minutes the bot stops responding to players and guild. It did not crash. It is sending replies to the players and the guild. But they are transparent or something. I can see the bot reply on my terminal. But ingame it looks like its being blocked or something.
Picture me sending commands. and not receiving anything back:
(http://src.nixdevs.com/~f33y0/bot.jpg)
And the terminal info:
bot [2009-06-18 20:37:14] [TELL] [INC] Manella: !ginfo
bot [2009-06-18 20:37:14] [TELL] [OUT] -> Manella: [link]Guildname[/link]
bot [2009-06-18 20:38:06] [TELL] [INC] Manella: !ginfo
bot [2009-06-18 20:38:06] [TELL] [OUT] -> Manella: [link]Guildname[/link]
bot [2009-06-18 20:38:11] [TELL] [INC] Manella: !help
bot [2009-06-18 20:38:11] [TELL] [OUT] -> Manella: [link]Help[/link] (page 1 of 3)
bot [2009-06-18 20:38:11] [TELL] [OUT] -> Manella: [link]Help[/link] (page 2 of 3)
bot [2009-06-18 20:38:11] [TELL] [OUT] -> Manella: [link]Help[/link] (page 3 of 3)
-
try using a different character see what happens
-
Same thing happend. I have moved the bot to another server and works perfect. It was my eth0 being faulty :)
-
ok this is it:
Warning: socket_read(): unable to read from socket [110]: Connection timed out in /bot/Sources/AOChat.php on line 300
Read error: Connection timed out
Thorgal [CONN] [ERROR] Bot has disconnected. Reconnecting in 60 seconds.
^C
What does this mean?
-
It means that traffic is prevented from flowing either due to a firewall or due to internet routing.