shadowdamon
Freshman
Offline
Posts: 10
|
 |
« on: July 12, 2008, 01:37:28 AM » |
|
Lately out of the blue ive been getting the Funcom XML error when the roster tries to update. My bot has been working fine for a month with no errors. It just happened suddenly, did I miss a xml update? if not I could use a working one 
|
|
|
|
|
Logged
|
|
|
|
|
Alreadythere
|
 |
« Reply #1 on: July 12, 2008, 04:29:08 AM » |
|
Easy explanation: FC broke their XML server and didn't fix it yet.
|
|
|
|
|
Logged
|
|
|
|
shadowdamon
Freshman
Offline
Posts: 10
|
 |
« Reply #2 on: July 12, 2008, 08:57:09 PM » |
|
so its not me? oh thank god.
|
|
|
|
|
Logged
|
|
|
|
|
Nytridr
|
 |
« Reply #3 on: July 13, 2008, 04:48:43 AM » |
|
WTB them getting it fixed. its actually getting kind of old.. people are already complaining of there levels not updating on the bots and a few other things related to FC xml being down.
|
|
|
|
|
Logged
|
Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)
|
|
|
shadowdamon
Freshman
Offline
Posts: 10
|
 |
« Reply #4 on: July 13, 2008, 06:50:39 PM » |
|
Do they even have intentions of fixing them?
|
|
|
|
|
Logged
|
|
|
|
|
Nytridr
|
 |
« Reply #5 on: July 13, 2008, 07:00:51 PM » |
|
all I know is that its been like this for a week or 2.. so who knows.. maybe they changed something and broke it and dont even know that they broke it.. Has anyone attempted to get ahold of them to ask them about it?
|
|
|
|
|
Logged
|
Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)
|
|
|
Zeephonz
Rookie

Online
Gender: 
Posts: 20
|
 |
« Reply #6 on: July 13, 2008, 07:14:55 PM » |
|
I sent them an email... i think their email server is on the same machine as the XML server 
|
|
|
|
|
Logged
|
|
|
|
|
Temar
|
 |
« Reply #7 on: July 13, 2008, 11:06:47 PM » |
|
I sent them an email... i think their email server is on the same machine as the XML server  yesterday i got an email from account@ageofconan.comtelling me my account was now inactive cuz of card details. as the botton it also said Should you require further assistance please contact account@ageofconan.comthis is for Anarchy Online Account
|
|
|
|
|
Logged
|
|
|
|
|
Nytridr
|
 |
« Reply #8 on: July 14, 2008, 01:53:41 AM » |
|
Some problems that are being experienced from this IS: Members are being deleted from the roster and are being set to annon.. If you have members that are complaining about this, just readd them to the roster by !member add {name}. More and more people are being deleted every day from the numerous bots that I run, and the roster updates are failing.
Nyt
|
|
|
|
|
Logged
|
Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)
|
|
|
|
Temar
|
 |
« Reply #9 on: July 14, 2008, 06:06:08 AM » |
|
i havnt had this problem, my roster update just fails
|
|
|
|
|
Logged
|
|
|
|
|
Temar
|
 |
« Reply #10 on: July 14, 2008, 09:59:19 AM » |
|
funcom has fixed it on there end!
|
|
|
|
|
Logged
|
|
|
|
|
Glarawyn
|
 |
« Reply #11 on: July 14, 2008, 01:35:01 PM » |
|
Things are updating again. In the future if this happens again it would be possible to set your chached whois records to not expire by using some SQL:
UPDATE whois SET updated = UNIX_TIMESTAMP()+(86400*XXX);
This will set the updated field on the record to a timestamp that is XXX days in the future. I tried this on my bots and this fixed the lookup issues...because the records weren't expired my bots stopped trying to get XML data from people.anarchy-online.com.
Today I simply changed the sign on the SQL so that the records expired XXX days in the past: UPDATE whois SET updated = UNIX_TIMESTAMP()-(86400*XXX);
I then ran my whois-update.php script as normal. Things are getting updated and should be getting back to normal soon.
|
|
|
|
|
Logged
|
|
|
|
|
Nytridr
|
 |
« Reply #12 on: July 14, 2008, 02:14:34 PM » |
|
awesome to hear.. time to change things back..:)p
|
|
|
|
|
Logged
|
Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)
|
|
|
|
Temar
|
 |
« Reply #13 on: July 14, 2008, 07:33:15 PM » |
|
i already added code for lookup order in whois file so u can simply turn off the lookup of funcom
|
|
|
|
|
Logged
|
|
|
|
shadowdamon
Freshman
Offline
Posts: 10
|
 |
« Reply #14 on: July 20, 2008, 05:26:02 PM » |
|
Well this cant be good. Im still having problems. Did i miss something?
|
|
|
|
|
Logged
|
|
|
|
|