Armory Sync SVN 512 not updating

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

Moderators: Ulminia, poetter

Armory Sync SVN 512 not updating

Postby jellybaby » Thu Apr 08, 2010 12:08 pm

characters not updating get rolling error

ArmorySync Debugging InfosLine Time Class Function Info Status
422 0.0021 ArmorySyncJob _checkAuth Checked authentication OK
137 0.0022 ArmorySyncJob _checkEnv Checking environment OK
143 0.0022 ArmorySyncJob _isRequiredRosterVersion Check required Roster version OK
148 0.0022 ArmorySyncJob _isRequiredArmorySyncVersion Check required ArmorySync version OK
377 0.2274 ArmorySync _contentcheck Checked if is_object Fail
143 0.2275 ArmorySync _getCharacterInfo Parsed character infos Failed
80 0.2275 ArmorySync _getRosterData Parsed all armory data Failed
80 0.2276 ArmorySync _getRosterData Armory sync initialization Passed
1041 0.2276 ArmorySync synchMemberByID Synced armory data Timpe with roster Failed
231 0.2409 ArmorySyncJob _updateStatus Updated charcter job status OK
233 0.2503 ArmorySyncJob _updateStatus Updated charcter job status OK
235 0.2605 ArmorySyncJob _showStatus Printed status window OK
237 0.2606 ArmorySyncJob _link Printed reload java code OK
172 0.2606 ArmorySyncJob _startSyncing Finnished sync job OK


mannequin-guild.co.cc/roster/ = where our roster is installed get a simular error when adding guild says guild does net exists

pls request if anymore info is needed ty
jellybaby
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Thu Apr 08, 2010 11:45 am

Re: Armory Sync SVN 512 not updating

Postby jellybaby » Thu Apr 08, 2010 12:13 pm

this is the debug info for adding a guild

ArmorySync Debugging InfosLine Time Class Function Info Status
431 0.0022 ArmorySyncJob _checkAuth Checked authentication OK
137 0.0023 ArmorySyncJob _checkEnv Checking environment OK
143 0.0023 ArmorySyncJob _isRequiredRosterVersion Check required Roster version OK
148 0.0024 ArmorySyncJob _isRequiredArmorySyncVersion Check required ArmorySync version OK
1126 0.0184 ArmorySync checkGuildInfo Checked guild on existence Failed
260 0.0185 ArmorySyncJob _checkGuildExist Checked guild on existenz Failed
160 0.0185 ArmorySyncJob _startAddGuild Added guild Failed
jellybaby
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Thu Apr 08, 2010 11:45 am

Re: Armory Sync SVN 512 not updating

Postby Ulminia » Thu Apr 08, 2010 5:14 pm

add guild option is an issue i cant seem to solve for every one ... first question did you copy the new armory.class.php file in to the roster lib dir? and what character is not updating and what realm are you on?
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Armory Sync SVN 512 not updating

Postby jellybaby » Fri Apr 09, 2010 2:06 am

yes i did lib updat with php file in rar folder we are eu executus guild is called mannequin none of our members are updating at all through the armory sync
jellybaby
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Thu Apr 08, 2010 11:45 am

Re: Armory Sync SVN 512 not updating

Postby syncro » Wed May 26, 2010 5:07 pm

idd, armory sync 512 is not updating, tried several char names and guildnames, script cannot find any of them.

lib replaced as said before. Any update on this one?
syncro
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Wed May 26, 2010 3:17 pm

Re: Armory Sync SVN 512 not updating

Postby Ulminia » Wed May 26, 2010 10:59 pm

i am still at a loss..... www.honors-asylum.com/roster/ is running 512 and up dating everything works.... what version of php are you guys using?
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Armory Sync SVN 512 not updating

Postby syncro » Thu May 27, 2010 1:11 am

php 5

it seems that if i manually pull the stats through .lua, and then update it, it works fine.

but importing a guild or a character without lua doesnt work.
syncro
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Wed May 26, 2010 3:17 pm

Re: Armory Sync SVN 512 not updating

Postby Ulminia » Thu May 27, 2010 3:21 am

none lua initalisations have been an issue im working on it ... ial be recoding this addon soon well i have been but im hoping to have a solution soon...
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Armory Sync SVN 512 not updating

Postby Cilraaz » Mon Jun 07, 2010 9:11 pm

Hopefully this is something that can help both author and user.

When I install the addon and attempt to update via the ArmorySync button under the Utilities tab, I receive the same errors as the original poster. Cranking up the debug showed:

Code: Select all
addons/armorysync/inc/armorysync.class.php
Notice line 377: Undefined property: SimpleClass::$characterInfo


After doing that, however, I was able to go to the Guild Information tab and use the ArmorySync buttons from there to update the database. I haven't dug into the code to see what the issue might be, but here's a quick and dirty work-around for the time being.
Cilraaz
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Mon Jun 07, 2010 9:07 pm

Re: Armory Sync SVN 512 not updating

Postby Ulminia » Tue Jun 08, 2010 10:21 pm

armory had an issue with the new ah system im still looking in to this but it looks like they are increasing there dos attack filters ...
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com


Return to ArmorySync - Depreciated

Who is online

Users browsing this forum: No registered users and 1 guest

cron