Armory Sync stops prematurely

Sync Blizzards' Armory data with WoWRoster (addon depreciated no longer works see ApiSync)

Moderators: Ulminia, poetter

Armory Sync stops prematurely

Postby poetter » Tue Mar 18, 2008 9:28 pm

Do you have curl support compiled in your php?

BTW: smart mode would be smarter ;-)
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg

Re: Armory Sync stops prematurely

Postby besodenena » Tue Mar 18, 2008 11:59 pm

I don't really know that much about curl :-/ I have it enabled in the php setup on my server, as evidenced by the config:

Configure Command './configure' '--prefix=/usr' '--with-xml' '--with-mm' '--enable-bcmath' '--enable-calendar' '--with-curl' '--with-dom' '--with-dom-xslt' '--with-dom-exslt' '--enable-exif' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-gettext' '--with-iconv' '--with-imap=/usr/local/imap-2004g' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-mcrypt' '--with-mhash' '--enable-magic-quotes' '--with-mm' '--with-mysqli' '--with-mysql=/usr' '--with-openssl' '--enable-discard-path' '--with-pear' '--with-pspell' '--enable-xslt' '--with-xslt-sablot' '--enable-sockets' '--enable-track-vars' '--with-ttf' '--with-freetype-dir=/usr' '--enable-gd-native-ttf' '--enable-versioning' '--enable-wddx' '--with-xmlrpc' '--with-zip' '--with-zlib'

and this status:

curl
CURL support enabled
CURL Information libcurl/7.12.1 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6

but, is there something additional I need to do in order to have it work with armorysync?
Last edited by besodenena on Wed Mar 19, 2008 12:01 am, edited 1 time in total.
besodenena
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sun Mar 16, 2008 9:47 pm

Armory Sync stops prematurely

Postby poetter » Wed Mar 19, 2008 4:15 am

No, should work
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg

Armory Sync stops prematurely

Postby besodenena » Wed Mar 19, 2008 5:17 pm

I think several other items I use on my site utilize curl, so I don't think that's the answer sadly :( Anything else you could suggest I try?
besodenena
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sun Mar 16, 2008 9:47 pm

Armory Sync stops prematurely

Postby besodenena » Wed Mar 19, 2008 7:51 pm

Ok, I edited my php.ini file to increase max_execution_time to 120. I tried running again using per page and be smart modes. I also turned on some debugging (wasn't sure what kind would be most useful so I went with basic).

With per page mode it seemed to be requesting the character info of the first character from the database in an endless loop. Screenprints:

Image

Image

Image

With Be Smart mode, an error popped up almost immediately after starting the run. Screenprints:

Image

Image

Image

Let me know if any other info would be helpful. I can give you my admin password to wowroster if that would be best?
besodenena
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sun Mar 16, 2008 9:47 pm

Armory Sync stops prematurely

Postby poetter » Wed Mar 19, 2008 10:29 pm

Yes that would be helpful. Can you pm me?
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg

Armory Sync stops prematurely

Postby besodenena » Thu Mar 20, 2008 2:35 am

Just sent it. Thank you for taking a look!
besodenena
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sun Mar 16, 2008 9:47 pm

Armory Sync stops prematurely

Postby poetter » Thu Mar 20, 2008 2:30 pm

Hmm, i get internal server errors on trying to update guild members. Can you check your apache log and post the lines here?
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg

Re: Armory Sync stops prematurely

Postby besodenena » Thu Mar 20, 2008 5:25 pm

Hrm... looks like I have some issues with missing files and file permissions...

View Error Log
Last 300 Error Log messages in reverse order (newest at the top, oldest at the bottom):

[Thu Mar 20 07:17:46 2008] [error] [client 204.153.16.62] File does not exist: /home/vitiosus/public_html/404.shtml
[Thu Mar 20 07:17:46 2008] [error] [client 204.153.16.62] File does not exist: /home/vitiosus/public_html/\\'/e107_plugins/armorystats/armorystats.css\\
[Thu Mar 20 07:17:46 2008] [error] [client 204.153.16.62] File does not exist: /home/vitiosus/public_html/404.shtml
[Thu Mar 20 07:17:46 2008] [error] [client 204.153.16.62] File does not exist: /home/vitiosus/public_html/\\'./e107_plugins/armorystats/images/icons/43x43/inv_mace_52.png\\
[Thu Mar 20 01:58:12 2008] [error] [client 74.76.60.58] File does not exist: /home/vitiosus/public_html/403.shtml
[Thu Mar 20 01:58:12 2008] [error] [client 74.76.60.58] (13)Permission denied: file permissions deny server access: /home/vitiosus/public_html/e107_images/avatars/php.ini
[Thu Mar 20 01:47:14 2008] [error] [client 24.181.82.130] File does not exist: /home/vitiosus/public_html/403.shtml
[Thu Mar 20 01:47:14 2008] [error] [client 24.181.82.130] (13)Permission denied: file permissions deny server access: /home/vitiosus/public_html/e107_images/avatars/php.ini
besodenena
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sun Mar 16, 2008 9:47 pm

Armory Sync stops prematurely

Postby besodenena » Tue Mar 25, 2008 5:45 pm

I also found this error log in the /members/ directory where I installed WoWRoster:

[17-Mar-2008 10:34:09] PHP Warning: require_once(/home/vitiosus/public_html/members/lib/constants.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/vitiosus/public_html/members/settings.php on line 119
[17-Mar-2008 10:34:09] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/vitiosus/public_html/members/lib/constants.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vitiosus/public_html/members/settings.php on line 119


I changed the permissions on the files mentioned in the previous log I posted and I verified that the "/home/vitiosus/public_html/members/lib/constants.php" was present. Any other thoughts? I'm not sure if there's any error logs I'm missing going through as it's a Site5 server and they seem to like to hide the logs o.O
Last edited by besodenena on Tue Mar 25, 2008 5:47 pm, edited 1 time in total.
besodenena
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sun Mar 16, 2008 9:47 pm

Re: Armory Sync stops prematurely

Postby dunnothebull » Thu Oct 09, 2008 3:12 am

Hello All,

I just installed the latest version with WOW Roster 2.0..

I am unable to update more than 2 people.. The first 2 complete, then nothing for everyone else.

I will gladly give admin privs. to anyone willing to help me.
dunnothebull
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Mon Jul 28, 2008 8:58 pm

Re: Armory Sync stops prematurely

Postby coolnik » Fri Oct 10, 2008 6:20 am

i can only one charakter :thumdown:



[spoiler]356 7.481 inc/armorysync.class.php ArmorySync _ppItemTooltip Char: Gandalin Step: ItemInfo Slot: Shoulder - Failed Retry: 0
356 11.485 inc/armorysync.class.php ArmorySync _ppItemTooltip Char: Gandalin Step: ItemInfo Slot: Shoulder - Failed Retry: 1
356 15.489 inc/armorysync.class.php ArmorySync _ppItemTooltip Char: Gandalin Step: ItemInfo Slot: Shoulder - Failed Retry: 0
356 15.4891 inc/armorysync.class.php ArmorySync _ppItemTooltip Char: Gandalin Step: ItemInfo Slot: Shoulder - Failed I give up
353 19.4929 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Chest - Failed Retry: 0
353 23.4969 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Chest - Failed Retry: 1
353 27.5009 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Chest - Failed Retry: 0
353 27.501 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Chest - Failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
353 33.3488 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Waist - Failed Retry: 0
353 37.3528 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Waist - Failed Retry: 1
353 41.3568 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Waist - Failed Retry: 0
353 41.3569 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Waist - Failed I give up
353 45.373 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Legs - Failed Retry: 0
353 49.3769 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Legs - Failed Retry: 1
353 53.3766 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Legs - Failed Retry: 0
353 53.3766 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Legs - Failed I give up
353 57.3766 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Feet - Failed Retry: 0
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
353 62.8706 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Feet - Failed Retry: 1
353 66.8726 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Feet - Failed Retry: 0
353 66.8726 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Feet - Failed I give up
353 70.8766 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Wrist - Failed Retry: 0
353 74.881 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Wrist - Failed Retry: 1
353 78.8848 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Wrist - Failed Retry: 0
353 78.8849 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Wrist - Failed I give up
353 82.8888 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Hands - Failed Retry: 0
353 86.8927 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Hands - Failed Retry: 1
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
353 92.5127 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Hands - Failed Retry: 0
353 92.5128 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Hands - Failed I give up
353 96.5167 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Finger0 - Failed Retry: 0
353 100.5207 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Finger0 - Failed Retry: 1
353 104.5247 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Finger0 - Failed Retry: 0
353 104.5248 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Finger0 - Failed I give up
353 108.5287 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Finger1 - Failed Retry: 0
353 112.5324 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Finger1 - Failed Retry: 1
353 116.5364 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Finger1 - Failed Retry: 0
353 116.5365 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Finger1 - Failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
353 122.0847 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Trinket0 - Failed Retry: 0
353 126.0886 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Trinket0 - Failed Retry: 1
353 130.0926 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Trinket0 - Failed Retry: 0
353 130.0927 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Trinket0 - Failed I give up
353 134.0967 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Trinket1 - Failed Retry: 0
353 138.1003 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Trinket1 - Failed Retry: 1
353 142.1044 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Trinket1 - Failed Retry: 0
353 142.1044 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Trinket1 - Failed I give up
353 146.1084 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Back - Failed Retry: 0
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
353 151.5643 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Back - Failed Retry: 1
353 155.5643 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Back - Failed Retry: 0
353 155.5644 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Back - Failed I give up
353 159.5642 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: MainHand - Failed Retry: 0
353 163.5643 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: MainHand - Failed Retry: 1
353 167.5643 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: MainHand - Failed Retry: 0
353 167.5643 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: MainHand - Failed I give up
353 171.5642 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Ranged - Failed Retry: 0
353 175.5642 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Ranged - Failed Retry: 1
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
353 180.9242 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Ranged - Failed Retry: 0
353 180.9243 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Ranged - Failed I give up
353 184.9242 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Tabard - Failed Retry: 0
353 188.9242 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Tabard - Failed Retry: 1
353 192.9242 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Tabard - Failed Retry:
353 192.9243 inc/armorysync.class.php ArmorySync _ppItemInfo Char: Gandalin Step: ItemInfo Slot: Tabard - Failed I give up
170 196.9244 inc/armorysync.class.php ArmorySync _ppTalentInfo Char: Gandalin Step: TalentInfo failed Retry: 0
170 200.9283 inc/armorysync.class.php ArmorySync _ppTalentInfo Char: Gandalin Step: TalentInfo failed Retry: 1
170 204.9284 inc/armorysync.class.php ArmorySync _ppTalentInfo Char: Gandalin Step: TalentInfo failed Retry: 0
170 204.9284 inc/armorysync.class.php ArmorySync _ppTalentInfo Char: Gandalin Step: TalentInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/item-tooltip.xm ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-talen ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-talen ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-talen ... Krag%27jin
addons/armorysync/inc/armorysync.class.php Notice line 392: Undefined offset: 0
lib/update.lib.php Notice line 1239: Undefined index: Tooltip
lib/update.lib.php Notice line 1239: Undefined index: Tooltip
154 213.1283 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Paladino Step: CharInfo failed Retry: 0
154 217.1283 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Paladino Step: CharInfo failed Retry: 1
154 221.1283 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Paladino Step: CharInfo failed Retry: 0
154 221.1284 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Paladino Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 227.8643 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Gátito Step: CharInfo failed Retry: 0
154 231.868 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Gátito Step: CharInfo failed Retry: 1
154 235.872 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Gátito Step: CharInfo failed Retry: 0
154 235.872 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Gátito Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 242.332 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Deâdknight Step: CharInfo failed Retry: 0
154 246.3362 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Deâdknight Step: CharInfo failed Retry: 1
154 250.34 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Deâdknight Step: CharInfo failed Retry: 0
154 250.34 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Deâdknight Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 257.0591 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Klopapîer Step: CharInfo failed Retry: 0
154 261.0642 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Klopapîer Step: CharInfo failed Retry: 1
154 265.0679 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Klopapîer Step: CharInfo failed Retry: 0
154 265.0679 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Klopapîer Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 271.4719 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Elly Step: CharInfo failed Retry: 0
154 275.4765 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Elly Step: CharInfo failed Retry: 1
154 279.4799 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Elly Step: CharInfo failed Retry: 0
154 279.4799 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Elly Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 286.1401 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Candle Step: CharInfo failed Retry: 0
154 290.144 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Candle Step: CharInfo failed Retry: 1
154 294.1478 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Candle Step: CharInfo failed Retry: 0
154 294.1479 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Candle Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 300.4759 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Whitêweasel Step: CharInfo failed Retry: 0
154 304.4761 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Whitêweasel Step: CharInfo failed Retry: 1
154 308.4802 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Whitêweasel Step: CharInfo failed Retry: 0
154 308.4803 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Whitêweasel Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 315.0444 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Mîraculi Step: CharInfo failed Retry: 0
154 319.0481 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Mîraculi Step: CharInfo failed Retry: 1
154 323.0521 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Mîraculi Step: CharInfo failed Retry: 0
154 323.0522 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Mîraculi Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 329.6721 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Ichwarsnicht Step: CharInfo failed Retry: 0
154 333.676 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Ichwarsnicht Step: CharInfo failed Retry: 1
154 337.682 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Ichwarsnicht Step: CharInfo failed Retry: 0
154 337.6821 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Ichwarsnicht Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 344.46 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Heuliuss Step: CharInfo failed Retry: 0
154 348.4664 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Heuliuss Step: CharInfo failed Retry: 1
154 352.4677 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Heuliuss Step: CharInfo failed Retry: 0
154 352.4678 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Heuliuss Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 358.9277 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Bandollero Step: CharInfo failed Retry: 0
154 362.9277 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Bandollero Step: CharInfo failed Retry: 1
154 366.9277 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Bandollero Step: CharInfo failed Retry: 0
154 366.9277 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Bandollero Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 373.2637 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Hôrdêkloppêr Step: CharInfo failed Retry: 0
154 377.2639 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Hôrdêkloppêr Step: CharInfo failed Retry: 1
154 381.2641 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Hôrdêkloppêr Step: CharInfo failed Retry: 0
154 381.2642 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Hôrdêkloppêr Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 387.9959 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Fitality Step: CharInfo failed Retry: 0
154 391.9959 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Fitality Step: CharInfo failed Retry: 1
154 395.9999 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Fitality Step: CharInfo failed Retry: 0
154 396 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Fitality Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 402.6198 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Yubari Step: CharInfo failed Retry: 0
154 406.6238 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Yubari Step: CharInfo failed Retry: 1
154 410.6278 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Yubari Step: CharInfo failed Retry: 0
154 410.6279 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Yubari Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 417.4835 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Lenko Step: CharInfo failed Retry: 0
154 421.4878 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Lenko Step: CharInfo failed Retry: 1
154 425.4918 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Lenko Step: CharInfo failed Retry: 0
154 425.4919 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Lenko Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 432.1558 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Chantes Step: CharInfo failed Retry: 0
154 436.1597 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Chantes Step: CharInfo failed Retry: 1
154 440.1637 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Chantes Step: CharInfo failed Retry: 0
154 440.1638 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Chantes Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 447.1158 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Xarona Step: CharInfo failed Retry: 0
154 451.1198 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Xarona Step: CharInfo failed Retry: 1
154 455.1237 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Xarona Step: CharInfo failed Retry: 0
154 455.1238 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Xarona Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 461.8157 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Wallpurgis Step: CharInfo failed Retry: 0
154 465.8277 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Wallpurgis Step: CharInfo failed Retry: 1
154 469.8317 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Wallpurgis Step: CharInfo failed Retry: 0
154 469.8318 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Wallpurgis Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 476.6674 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Abysia Step: CharInfo failed Retry: 0
154 480.6674 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Abysia Step: CharInfo failed Retry: 1
154 484.6716 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Abysia Step: CharInfo failed Retry: 0
154 484.6717 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Abysia Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 491.1476 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Janbo Step: CharInfo failed Retry: 0
154 495.1513 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Janbo Step: CharInfo failed Retry: 1
154 499.1514 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Janbo Step: CharInfo failed Retry: 0
154 499.1514 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Janbo Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 505.6036 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Sypes Step: CharInfo failed Retry: 0
154 509.6195 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Sypes Step: CharInfo failed Retry: 1
154 513.6235 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Sypes Step: CharInfo failed Retry: 0
154 513.6236 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Sypes Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 520.1195 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Machstot Step: CharInfo failed Retry: 0
154 524.1235 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Machstot Step: CharInfo failed Retry: 1
154 528.1275 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Machstot Step: CharInfo failed Retry: 0
154 528.1276 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Machstot Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 536.7512 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Karhlheinz Step: CharInfo failed Retry: 0
154 540.7512 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Karhlheinz Step: CharInfo failed Retry: 1
154 544.7512 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Karhlheinz Step: CharInfo failed Retry: 0
154 544.7512 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Karhlheinz Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 551.3832 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Asulon Step: CharInfo failed Retry: 0
154 555.3834 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Asulon Step: CharInfo failed Retry: 1
154 559.3832 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Asulon Step: CharInfo failed Retry: 0
154 559.3832 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Asulon Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 565.8554 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Sliced Step: CharInfo failed Retry: 0
154 569.8594 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Sliced Step: CharInfo failed Retry: 1
154 573.8637 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Sliced Step: CharInfo failed Retry: 0
154 573.8638 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Sliced Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 580.3953 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Palien Step: CharInfo failed Retry: 0
154 584.3992 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Palien Step: CharInfo failed Retry: 1
154 588.4031 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Palien Step: CharInfo failed Retry: 0
154 588.4031 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Palien Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 595.0271 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Lightguard Step: CharInfo failed Retry: 0
154 599.0312 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Lightguard Step: CharInfo failed Retry: 1
154 603.0353 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Lightguard Step: CharInfo failed Retry: 0
154 603.0354 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Lightguard Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()
154 610.555 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Naturdämon Step: CharInfo failed Retry: 0
154 614.5591 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Naturdämon Step: CharInfo failed Retry: 1
154 618.5633 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Naturdämon Step: CharInfo failed Retry: 0
154 618.5634 inc/armorysync.class.php ArmorySync _ppCharInfo Char: Naturdämon Step: CharInfo failed I give up
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: couldn't connect to host
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/functions.lib.php Roster Warning line 1108: UrlGrabber Error [CURL]: connect() timed out!
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/armory.class.php Roster Notice line 123: RosterArmory:: Failed to fetch http://eu.wowarmory.com/character-sheet ... Krag%27jin
lib/cache.php Warning line 63: Invalid argument supplied for foreach()

ArmorySync Debugging Infos
Line Time File Class Function Info Status
295 0.0128 inc/armorysyncjob.class.php ArmorySyncJob _prepareUpdate Prepared character update job OK
297 0.0396 inc/armorysyncjob.class.php ArmorySyncJob _showStatus Printed status window OK
246 0.0397 inc/armorysyncjob.class.php ArmorySyncJob _startSyncing Finished sync job OK
266 2.4926 inc/armorysync.class.php ArmorySync _getCharacterInfo Char: Gandalin Parsed character infos OK
299 2.5004 inc/armorysync.class.php ArmorySync _getSkillInfo Char: Gandalin Parsed skill info OK
325 2.5116 inc/armorysync.class.php ArmorySync _getReputationInfo Char: Gandalin Parsed reputation info OK
377 2.5176 inc/armorysync.class.php ArmorySync _getEquipmentInfo Char: Gandalin Slot: Head Parsed equipment details OK
403 2.5225 inc/armorysync.class.php ArmorySync _getEquipmentTooltip Char: Gandalin Slot: Head Fetched equipment tooltip OK
359 2.5238 inc/armorysync.class.php ArmorySync _ppGemCheckCache Char: Gandalin Slot: Head Geminfo: inv_misc_gem_diamond_07 - No info from cache OK
520 2.5824 inc/armorysync.class.php ArmorySync _getGemList GemType: instabiler Diamant lookup. - Found 1 matching gem(s) OK
520 2.6219 inc/armorysync.class.php ArmorySync _getGemList GemType: Windfeuerdiamant lookup. - Found 1 matching gem(s) OK
520 2.6595 inc/armorysync.class.php ArmorySync _getGemList GemType: Sternenfeuerdiamant lookup. - Found 1 matching gem(s) OK
520 2.7254 inc/armorysync.class.php ArmorySync _getGemList GemType: Himmelsfeuerdiamant lookup. - Found 7 matching gem(s) OK
485 2.73 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Mächtiger instabiler Diamant - Parsed gem info OK
491 2.7302 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Mächtiger instabiler Diamant - Mismatched gem properties OK
485 2.7336 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Mächtiger instabiler Diamant - Parsed gem info OK
491 2.7337 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Mächtiger instabiler Diamant - Mismatched gem properties OK
485 2.7373 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Flüchtiger Windfeuerdiamant - Parsed gem info OK
491 2.7375 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Flüchtiger Windfeuerdiamant - Mismatched gem properties OK
485 2.741 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Mächtiger instabiler Diamant - Parsed gem info OK
491 2.7412 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Mächtiger instabiler Diamant - Mismatched gem properties OK
485 2.7448 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Flüchtiger Windfeuerdiamant - Parsed gem info OK
491 2.745 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Flüchtiger Windfeuerdiamant - Mismatched gem properties OK
485 2.749 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Flüchtiger Sternenfeuerdiamant - Parsed gem info OK
491 2.7491 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Flüchtiger Sternenfeuerdiamant - Mismatched gem properties OK
485 2.7528 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Mächtiger instabiler Diamant - Parsed gem info OK
491 2.7529 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Mächtiger instabiler Diamant - Mismatched gem properties OK
485 2.7573 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Flüchtiger Windfeuerdiamant - Parsed gem info OK
491 2.7576 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Flüchtiger Windfeuerdiamant - Mismatched gem properties OK
485 2.7621 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Flüchtiger Sternenfeuerdiamant - Parsed gem info OK
491 2.7623 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Flüchtiger Sternenfeuerdiamant - Mismatched gem properties OK
485 2.7658 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Mystischer Himmelsfeuerdiamant - Parsed gem info OK
491 2.766 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Mystischer Himmelsfeuerdiamant - Mismatched gem properties OK
485 2.7694 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Zerstörerischer Himmelsfeuerdiamant - Parsed gem info OK
491 2.7696 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Zerstörerischer Himmelsfeuerdiamant - Mismatched gem properties OK
485 2.7732 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Flüchtiger Himmelsfeuerdiamant - Parsed gem info OK
491 2.7734 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Flüchtiger Himmelsfeuerdiamant - Mismatched gem properties OK
485 2.8131 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Rätselhafter Himmelsfeuerdiamant - Parsed gem info OK
491 2.8134 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Rätselhafter Himmelsfeuerdiamant - Mismatched gem properties OK
485 2.8532 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Donnernder Himmelsfeuerdiamant - Parsed gem info OK
491 2.8535 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Donnernder Himmelsfeuerdiamant - Mismatched gem properties OK
485 2.8918 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Wechselhafter Himmelsfeuerdiamant - Parsed gem info OK
491 2.8921 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Wechselhafter Himmelsfeuerdiamant - Mismatched gem properties OK
485 2.9319 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Glimmender Himmelsfeuerdiamant - Parsed gem info OK
491 2.9322 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Glimmender Himmelsfeuerdiamant - Mismatched gem properties OK
359 2.9333 inc/armorysync.class.php ArmorySync _ppGemCheckCache Char: Gandalin Slot: Head Geminfo: inv_misc_gem_ruby_01 - No info from cache OK
520 3.0385 inc/armorysync.class.php ArmorySync _getGemList GemType: Don Rodrigos Herz lookup. - Found 1 matching gem(s) OK
520 3.1214 inc/armorysync.class.php ArmorySync _getGemList GemType: Don Amancios Herz lookup. - Found 1 matching gem(s) OK
485 3.1252 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Mächtiger instabiler Diamant - Parsed gem info OK
491 3.1254 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Mächtiger instabiler Diamant - Mismatched gem properties OK
485 3.1289 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Flüchtiger Windfeuerdiamant - Parsed gem info OK
491 3.129 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Flüchtiger Windfeuerdiamant - Mismatched gem properties OK
485 3.1325 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Flüchtiger Sternenfeuerdiamant - Parsed gem info OK
491 3.1326 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Flüchtiger Sternenfeuerdiamant - Mismatched gem properties OK
485 3.136 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Mystischer Himmelsfeuerdiamant - Parsed gem info OK
491 3.1361 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Mystischer Himmelsfeuerdiamant - Mismatched gem properties OK
485 3.1395 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Zerstörerischer Himmelsfeuerdiamant - Parsed gem info OK
491 3.1396 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Zerstörerischer Himmelsfeuerdiamant - Mismatched gem properties OK
485 3.143 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Flüchtiger Himmelsfeuerdiamant - Parsed gem info OK
491 3.1431 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Flüchtiger Himmelsfeuerdiamant - Mismatched gem properties OK
485 3.1466 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Rätselhafter Himmelsfeuerdiamant - Parsed gem info OK
491 3.1468 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Rätselhafter Himmelsfeuerdiamant - Mismatched gem properties OK
485 3.1502 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Donnernder Himmelsfeuerdiamant - Parsed gem info OK
491 3.1503 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Donnernder Himmelsfeuerdiamant - Mismatched gem properties OK
485 3.1537 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Wechselhafter Himmelsfeuerdiamant - Parsed gem info OK
491 3.1538 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Wechselhafter Himmelsfeuerdiamant - Mismatched gem properties OK
485 3.1572 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Glimmender Himmelsfeuerdiamant - Parsed gem info OK
491 3.1574 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Glimmender Himmelsfeuerdiamant - Mismatched gem properties OK
485 3.2025 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Don Rodrigos Herz - Parsed gem info OK
491 3.2028 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Don Rodrigos Herz - Mismatched gem properties OK
485 3.2066 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Mächtiger instabiler Diamant - Parsed gem info OK
491 3.2067 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Mächtiger instabiler Diamant - Mismatched gem properties OK
485 3.2102 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Flüchtiger Windfeuerdiamant - Parsed gem info OK
491 3.2103 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Flüchtiger Windfeuerdiamant - Mismatched gem properties OK
485 3.2139 inc/armorysync.class.php ArmorySync _getGemInfo Gem: Flüchtiger Sternenfeuerdiamant - Parsed gem info OK
491 3.214 inc/armorysync.class.php ArmorySync _compareGemInfo Gem: Flüchtiger Sternenfeuerdiamant - Mismatched gem properties OK
485 3.217....[/spoiler]
Last edited by coolnik on Fri Oct 10, 2008 6:22 am, edited 2 times in total.
coolnik
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Fri Oct 10, 2008 6:14 am

Re: Armory Sync stops prematurely

Postby tuigii » Fri Oct 10, 2008 12:19 pm

Hi all.

You latest log shows actually what happens.
The Armory blocks your demands, because it detects that you’re approaching it with "program" instead of a normal (slower) browser.
AS detects the ripping, and closes down the incoming connection.

Many RECENT posts talk about this, and NOTHING can be done about this without some heavy modification in AS. It might be simpler to send a big cheque to Blizzard so they can invest in some really heavy server that can handle the load :)


PS : this thread has been 'abandoned' for more the six months now.
Please note that Blizzard evaluates (you should have noticed that :grin: ), and so does the Armory.
Please note also that the dev of this addon stopped working on it (for logic reasons).
IHMO, ongoing projects from Blizzard (WOLTK) will change everything for the Armory, so AS will be out of business exccept for some rewriting.
Updating of your roster has to be done by the only way that always works, and give far more details : (UniUpLoader+) upload the CharacterProler.lua file.
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Re: Armory Sync stops prematurely

Postby coolnik » Fri Oct 10, 2008 9:12 pm

thats stupid,

because the plugin "Char Manager" for EQDKP Plus work with Armory and it works great.

But I find Roster better :cheers:


PS Im sorry that my English is not the best :thumleft:
coolnik
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Fri Oct 10, 2008 6:14 am

Previous

Return to ArmorySync - Depreciated

Who is online

Users browsing this forum: No registered users and 1 guest

cron