BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: nineteen on August 13, 2009, 12:04:36 pm
-
some problems to log in with debian and windows?
Firewalls off,Router Problem???
Version 0.6.4
Bot [LOGIN] [STATUS] Connecting
Bot [LOGIN] [STATUS] Authenticating
Read error: EOF
Warning: Error while reading rpc header. () in /var/www/Sources/AOChat.php on line 489
Warning: handleRPCPackets: Packet is not an object (no RPCPacket?) in /var/www/Sources/AOChat.php on line 691
Bot [CONN] [ERROR] Failed authenticating to server. Retrying in 60 seconds.
-
What is your $dimension set to in Bot.conf ?
-
dimension is set to:
$dimension = "Mitra";
greets
nineteen
// AOC
$server_list['aoc']['EU'] = array('server'=>'aoc-eu-um.live.ageofconan.com', 'port'=>7000);
$server_list['aoc']['US'] = array('server'=>'aoc-us-um.live.ageofconan.com', 'port'=>7000);
$server_list['aoc']['Testlive'] = array('server'=>'testlive.ageofconan.com', 'port'=>7000);
// German Servers
$server_list['aoc']['Asura'] = $server_list['aoc']['EU'];
$server_list['aoc']['Ibis'] = $server_list['aoc']['EU'];
$server_list['aoc']['Mitra'] = $server_list['aoc']['EU'];
$server_list['aoc']['Aries'] = $server_list['aoc']['EU'];
$server_list['aoc']['Titus'] = $server_list['aoc']['EU'];
$server_list['aoc']['Asgard'] = $server_list['aoc']['EU'];
-
Moved to AoC support.
Now that i know you are trying to connect to an AoC server and not an AO server it would seem like something might be blocking the incoming traffic from the AoC server.
However i do not know how AoC deals with improper passwords etc, so you could simply have a Username/Password mismatch, although i doubt it.
-
I'm getting the same error on my two AO bots, I'm running them on win server 2003 php 5.3 and mysql 4.1.1
Dimension is 1, one bot is a GC bot while the other is a raidbot with guild id enabled to pull roster but GC disabled.
Can it be that these 2 bots are talking to each other? ;x
-
Install the same Bot on Vserver and it works without changes.Whats can be wrong @home.Firewalls are off,Router ports open for AoC,also when the bot run on DMZ he is blocking traffic.What can block the traffic under linux or windows???Game works fine theres no blocking ???Can it be the private IP Adresses@home when Server runs @192.168.1.XX??
greets
nineteen
-
I'm getting the same error on my two AO bots, I'm running them on win server 2003 php 5.3 and mysql 4.1.1
Dimension is 1, one bot is a GC bot while the other is a raidbot with guild id enabled to pull roster but GC disabled.
Can it be that these 2 bots are talking to each other? ;x
If you are getting this error with AO bots there is something very strange going on as AO doesn't use RPC packets at all, and if dimension is set to "1" it really should in no way end up detected as running on AoC.
-
Install the same Bot on Vserver and it works without changes.Whats can be wrong @home.Firewalls are off,Router ports open for AoC,also when the bot run on DMZ he is blocking traffic.What can block the traffic under linux or windows???Game works fine theres no blocking ???Can it be the private IP Adresses@home when Server runs @192.168.1.XX??
greets
nineteen
Sounds very strange. Honestly it's hard to tell, but it's evident that traffic is being blocked somehow on your end, and theres terribly little we can do about it as far as the bot is concerned unfortunately.