Not updating alt data

CharacterProfiler.lua file uploading issues

Not updating alt data

Postby ellea » Wed Aug 22, 2012 11:02 am

Hello,

I have re-installed wowroster 2.2. It works perfectly except for ALT.

I have uploaded wowroster.lua and there is the following error :

Le greffon [Liste des membres] a généré une erreur dans la méthode guild_pre
Messages du greffon :
- Not updating alt data: Officer notes needed but not available in update
.

I have looked in wowroster.lua file and I can see the officer notes in the file with ALT-NameOfMain.

Here is my configuration of memberlist addon :

Regexp : /ALT-([\w]+)/i
Apply on field : Officer Note
Use match no : 1
Main identifier : Main

What I have made wrong ? :study: Please can you help me ?

Many thanks :-) :thumbs:
Ellea
ellea
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Aug 22, 2012 10:55 am
Realm: Hyjal (PvE) - US

Re: Not updating alt data

Postby Ulminia » Wed Aug 22, 2012 9:35 pm

should work .. try with out the /i or try /ALT-(.+)/
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: Not updating alt data

Postby ellea » Wed Aug 22, 2012 10:42 pm

It is the same, I have for all players : xx - No main match - Main - No alts. So it does not work.

And still the error : Not updating alt data: Officer notes needed but not available in update
ellea
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Aug 22, 2012 10:55 am
Realm: Hyjal (PvE) - US

Re: Not updating alt data

Postby Ulminia » Thu Aug 23, 2012 3:17 am

this is happening because of a Guild Profiler issue issue ....
open Core.lua in wowrostergp after line 284 add "wowrostergp.sv = strict;" with no quotes and then log in and scan again and this should work...
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: Not updating alt data

Postby ellea » Thu Aug 23, 2012 11:20 am

It still does not work. Is it possible to test with a previous version of GuildProfiler addon ? I do not see previous versions to download.

Many thanks for your help !!
ellea
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Aug 22, 2012 10:55 am
Realm: Hyjal (PvE) - US

Re: Not updating alt data

Postby Ulminia » Thu Aug 23, 2012 3:02 pm

Scaninfo has to be in the uploaded lua file for this to work ... no previous version be cause this is the only version that works with 4.3
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: Not updating alt data

Postby Ulminia » Thu Aug 23, 2012 6:02 pm

you can also try changing line 265 to strict = wowrostergp.sv; this may solve the issue
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: Not updating alt data

Postby Gyffes » Mon Nov 12, 2012 7:42 am

I have the same problem with wowrgp.lua


Es gab einen Fehler im Addon Mitgliederliste in der Methode guild_pre
Addon Nachrichten:
- Not updating alt data: Officer notes needed but not available in update



Can me Help Please. :-)

Thanks
Greet Gyffes

Thanks for help
Was nicht passt wird passend gemacht.
Image
User avatar
Gyffes
WR.net Apprentice
WR.net Apprentice
 
Posts: 45
Joined: Wed Sep 20, 2006 2:05 am

Re: Not updating alt data

Postby Ulminia » Mon Nov 12, 2012 3:51 pm

open core lua for wowrcp around line 352 see if you have the fallowing
Code: Select all
strcty["ScanInfo"] = {
         Character = xstat["_player"],
         IsGuildLeader = (IsGuildLeader()==1 or false),
         HasOfficerNote = (stat["_officer"]==1 or false)
      };

if nto add it then scan and upload agian this should solve the issue 2 functions are sapose to place this data but it seems nither are
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: Not updating alt data

Postby Gyffes » Tue Nov 13, 2012 7:52 am

hi and thanks for replay

i have add the lines

Code: Select all
   local strcty = WoWRCP.db[xstat["_server"]]["Guild"][WoWRCP.Guild_name];
   local currentXP, remainingXP = UnitGetGuildXP("player");
   local nextLevelXP = currentXP + remainingXP;
      strcty["GPversion"]      = "2.1.0";
      strcty["CPprovider"]   = "wowr";
      strcty["DBversion"]      = "5.0.3";
      strcty["GuildName"]      = WoWRCP.Guild_name;
      strcty["Server"]      = xstat["_server"];
      strcty["Locale"]      = GetLocale();
      strcty["GuildXP"]      = currentXP..":"..nextLevelXP;
      strcty["GuildLevel"]   = GetGuildLevel();
      strcty["FactionEn"],
      strcty["Faction"]      =UnitFactionGroup("player");
      strcty["timestamp"]    = {};
      strcty["Motd"]          = GetGuildRosterMOTD();
      strcty["ScanInfo"] = {
         Character = xstat["_player"],
         IsGuildLeader = (IsGuildLeader()==1 or false),
         HasOfficerNote = (stat["_officer"]==1 or false)
      };

xstat["_loadedg"] = true;
      WoWRCP.db[xstat["_server"]]["Guild"][WoWRCP.Guild_name] = strcty;
      frame:GPUpdateDate();
   return xstat["_loadedg"];
end



and the guild rescanned

the addon posting every 5 seconds:
WoWR Profiler: Guild Profile for <Imperiale Horden Legion> Loaded

Unfortunately, It does not get the update


Analysiere Dateien

wowrcp analysiert in 0.17 Sekunden
Fehler während Analyse von nach 0 Sekunden


Verarbeite Dateien
Guild Update access GrantedGilde We love ExP @ EU-Gilneas nicht akzeptiert. Die Daten stimmen nicht mit den Upload Regeln überein.
Gilde Day of Destiny @ EU-Gilneas nicht akzeptiert. Die Daten stimmen nicht mit den Upload Regeln überein.
Gilde Imperiale Horden Legion @ -Gilneas nicht akzeptiert. Die Daten stimmen nicht mit den Upload Regeln überein.
Keine Aktualisierung der Gildenliste für Imperiale Legion@EU-Gilneas
Daten enthalten keine Gildemmitglieder



thanks for your fast help
Greet Gyffes

Thanks for help
Was nicht passt wird passend gemacht.
Image
User avatar
Gyffes
WR.net Apprentice
WR.net Apprentice
 
Posts: 45
Joined: Wed Sep 20, 2006 2:05 am

Re: Not updating alt data

Postby Ulminia » Tue Nov 13, 2012 7:36 pm

HasOfficerNote = (stat["_officer"]==1 or false) should be HasOfficerNote = (xstat["_officer"]==1 or false)
and post your lua for me if its still not working
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: Not updating alt data

Postby Gyffes » Tue Nov 13, 2012 10:00 pm

it works thank you so much
Greet Gyffes

Thanks for help
Was nicht passt wird passend gemacht.
Image
User avatar
Gyffes
WR.net Apprentice
WR.net Apprentice
 
Posts: 45
Joined: Wed Sep 20, 2006 2:05 am

Re: Not updating alt data

Postby Ulminia » Thu Nov 15, 2012 8:12 am

your welcome .. i had this in a function but i rewrote a new one when i combined the 2 files and it was missed ><
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: Not updating alt data

Postby ellea » Tue Feb 05, 2013 12:03 pm

Hello,

I still have the problem :

Code: Select all
Le greffon [Liste des membres] a généré une erreur dans la méthode guild_pre
 Messages du greffon :
 - Not updating alt data: Officer notes needed but not available in update


I have these versions :
wowroster v2.3.0
wowrcp_2.5

I can see the officer notes in the wowrcp.lua file.

Please could you help me ? :study:

Many thanks :)
Ellea
ellea
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Aug 22, 2012 10:55 am
Realm: Hyjal (PvE) - US

Re: Not updating alt data

Postby ellea » Thu Feb 07, 2013 3:55 pm

Hello, I have again this error with wowroster 2.3.0 :

- Not updating alt data: Officer notes needed but not available in update


I can see in the file wowrcp.lua all the officer notes with ALT-NameMain

Could you please help me ?

Many thanks.
Ellea
ellea
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Aug 22, 2012 10:55 am
Realm: Hyjal (PvE) - US

Next

Return to Uploading

Who is online

Users browsing this forum: No registered users and 1 guest