Archive > AO 0.6 support

Failed to authenticate error

(1/1)

Gaer:
I recently moved my guild from Fury to Crom in AOC and I need to setup to Bebot on Crom. I did the following to accomplish this:

- registered a new F2P account, logged in as that account with Conan client, and created my bot toon
- cleaned up the database
- updated Bot.conf to change $dimension from "Fury" to "Crom" and put in the new login information for $ao_username and $ao_password

Here is my ServerList.php


--- Code: --- // 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'=>7010);
$server_list['aoc']['Aoctestlive']  = array('server'=>'testlive.ageofconan.com', 'port'=>7010);

// all AOC servers are consolidated
$server_list['aoc']['Crom'] = $server_list['aoc']['US'];
$server_list['aoc']['Fury'] = $server_list['aoc']['US'];
$server_list['aoc']['Rage'] = $server_list['aoc']['US'];
--- End code ---

However, I cannot log in in the bot. I get this error on startup:


--- Code: ---Oibot [LOGIN]   [STATUS]        Authenticating
[Conan Login Server] Connected to aoc-us-um.live.ageofconan.com:7010
[Conan Login Server] Failed to authenticate [auth:4294967295]
[Conan Login Server] Disconnected. [Error while handling packets for loginserver]

Notice: Error while handling packets for Loginserver (aoc-us-um.live.ageofconan.com:7010) in C:\BeBot\Sources\AOChat.php
 on line 500
Oibot [CONN]    [ERROR] Failed authenticating to server. Retrying in 60 seconds.

--- End code ---

There is no firewall running on my bot machine, and I can login fine as the bot user through the regular Conan client.

Any ideas?

Gaer

Kakahu:
Try this:

--- Code: ---$server_list['aoc']['US']           = array('server'=>'dm09-nj4.ageofconan.com', 'port'=>7010);

--- End code ---

Gaer:
Didn't work, exact same error. dm09-nj4.ageofconan.com and aoc-us-um.live.ageofconan.com actually resolve to the same address.

WeZoN:
Oibot [LOGIN]   [STATUS]        Authenticating
[Conan Login Server] Connected to aoc-us-um.live.ageofconan.com:7010
[Conan Login Server] Failed to authenticate [auth:4294967295]
[Conan Login Server] Disconnected. [Error while handling packets for loginserver]


Sorry for asking such an obvious question.

Have you validated that the username/password is correct ?

Gaer:
Damn I had a typo in the $ao_username.... OMG so embarrassing

Thanks for reminding me to check and recheck :)

Navigation

[0] Message Index

Go to full version