Altmonitor 2 Parsing Issue

Scans for, and displays main/alt relations in your Guild

Moderator: PleegWat

Altmonitor 2 Parsing Issue

Postby mojo718 » Mon Mar 05, 2007 4:38 pm

thanks for reply Pleegwat. I verified the notes and the look good. Same as always. Although when you metioned that I was like.. "one of my goofball officers is messing with me" but that wasnt the case.

my URL is www.kwsn-wow.com/roster

After browsing thru various posts, im wondering if MySQL version (4.0.27 as per roster diag) is the problem. Although it is wierd that it was working then suddenly stopped working. Let me know if you want me to PM my Admin password. Thanks for all the great work you do with this addon.
mojo718
WR.net Apprentice
WR.net Apprentice
 
Posts: 22
Joined: Mon Aug 07, 2006 10:21 pm

Altmonitor 2 Parsing Issue

Postby mojo718 » Mon Mar 05, 2007 4:51 pm

Your probably going to think im crazy, but I just ran the update relationship and its now displaying fine. I have no idea what happened but now its working. Sorry for bugging you.
Last edited by mojo718 on Mon Mar 05, 2007 5:00 pm, edited 1 time in total.
mojo718
WR.net Apprentice
WR.net Apprentice
 
Posts: 22
Joined: Mon Aug 07, 2006 10:21 pm

Altmonitor 2 Parsing Issue

Postby Lupecake » Sat Mar 10, 2007 9:05 pm

I have just install this addon and am looking forward to getting it working. We use the Officer notes area to determine alts, that way only the officers can change them and people don't do stupid things... well as far as the note are concerned. my roster is here : http://www.censoredhorde.com/roster/

but when i use the officer notes, only 3 people show they have alts, when i use the public notes it seems like i get a lot more (some people write it on both)

I tested it with my self, having Lupecake's alt in both the public and officer notes, but when i use the officers notes, it donst show any alts, and when i use public notes, it works. any ideas?

I have the Regex set to : /([\w]+)'s alt/ as it said to on wow wiki

If you notice on me, Lupecake, it shows Lupe being an alt, but dosnt have the + next to my name to open or close the tree.

Thanks for all your work on this :)
User avatar
Lupecake
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Sat Mar 10, 2007 7:16 am
Location: Bay Area, CA

Altmonitor 2 Parsing Issue

Postby PleegWat » Sat Mar 10, 2007 11:26 pm

I released 2.0.2 this evening, probably while you were installing. Can you get it? It fixes the officer note display in debug mode, allows me to debug officer note problems.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Altmonitor 2 Parsing Issue

Postby Lupecake » Sun Mar 11, 2007 7:23 am

OK got the new version installed.

Please note that I have not edited all the members notes yet, but I know my name is set to Main, and Lupe and Gruesume are my alts and are posted on the officers note as such.

Thanks!
User avatar
Lupecake
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Sat Mar 10, 2007 7:16 am
Location: Bay Area, CA

Altmonitor 2 Parsing Issue

Postby PleegWat » Sun Mar 11, 2007 11:15 am

Looks to me like it's set up fine, but you need to do an extra relations update to get everything in the DB properly.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Altmonitor 2 Parsing Issue

Postby Lupecake » Sun Mar 11, 2007 5:49 pm

I just ran another update and the same thing.

This is how i have characters setup.

Lupecake
Officer note: Main

Lupe
Officer note: Lupecake's alt

Gruesume
Officer note: Lupecake's alt

my Regex: /([\w]+)'s alt/

is all this correct?


I just updated all the members officer notes to the above format, still only a couple kinda working.

Thanks in advance for the help :)
Last edited by Lupecake on Tue Mar 13, 2007 2:23 am, edited 1 time in total.
User avatar
Lupecake
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Sat Mar 10, 2007 7:16 am
Location: Bay Area, CA

Altmonitor 2 Parsing Issue

Postby Lupecake » Tue Mar 13, 2007 3:37 pm

Found the problem, It was a spelling problem, we were typing "Alt" not alt, changed that and everything worked :)
User avatar
Lupecake
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Sat Mar 10, 2007 7:16 am
Location: Bay Area, CA

Altmonitor 2 Parsing Issue

Postby PleegWat » Tue Mar 13, 2007 8:01 pm

add an i at the end of the regex setting for case insensitive mapping.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Altmonitor 2 Parsing Issue

Postby Kevlar » Thu Mar 22, 2007 6:37 am

I'm still seeing the problem described here. We use officer notes, and whenever the guildmaster updates the roster it shows everyone who should be grouped as an alt on the same indentation level as mains, and with an expand/collapse button next to all the alts names. clicking update relations in the config fixes this though.

Here is my alt regex:
Code: Select all
/[Aa]lt\.?\sof\s([\w]+)/i


it matches:
Alt of Blah
Alt. of Blah
alt of Blah
alt. of Blah
Kevlar
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Fri Jul 07, 2006 3:38 am

Altmonitor 2 Parsing Issue

Postby PleegWat » Thu Mar 22, 2007 7:25 am

...

I keep saying this. It does not pick up all relations correctly the first time round. This is a limitation to the way I'm handing the data. It could be fixed, but that means extra processing on each guild upload, which usually isn't neccesary.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Altmonitor 2 Parsing Issue

Postby Kevlar » Thu Mar 22, 2007 12:39 pm

PleegWat wrote:...

I keep saying this. It does not pick up all relations correctly the first time round. This is a limitation to the way I'm handing the data. It could be fixed, but that means extra processing on each guild upload, which usually isn't neccesary.


ah, my apologies, i didn't read through the whole thread. should this be happening at each guild upload though? thats what is happening for me, don't think i mentioned that.
Kevlar
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Fri Jul 07, 2006 3:38 am

Altmonitor 2 Parsing Issue

Postby PleegWat » Thu Mar 22, 2007 5:22 pm

New characters on a guild update should keep correct. Old characters, if their notes didn't change, shouldn't change.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Altmonitor 2 Parsing Issue

Postby scapegoat » Sat Apr 07, 2007 9:46 am

I am running AltMonitor using DF, but I think this is the best place to address it.

I have not had it work yet before during this install.

Any time I edit the regex and save my changes, the regex that comes after the page refresh is different from what I initially saved.

If I copy the regex from the wiki:

/([\w]+)'s alt/

and save it, when the page refreshes I show:

/([\\w]+)'s alt/

With the extra slash. If i check the database, the value has anywhere from 1 to 4 slashes. If I edit the database directly back to just a single slash, when I view the AltMonitor Config page, I see:

/([w]+)'s alt/

with no slashes.

So, it seems there is an issue there.

How I would like it to be, is to have my in game alts named:

Alt of Playername.

How would that be done?

THanks!
scapegoat
WR.net Apprentice
WR.net Apprentice
 
Posts: 63
Joined: Tue Jul 11, 2006 12:31 am

Altmonitor 2 Parsing Issue

Postby PleegWat » Sat Apr 07, 2007 6:48 pm

As far as I know, this does not occur with the most recent non-ported version. It could be that there's an extra slashing in DF somewhere.

There is one slash 'too many' in DB, in the standard version. If you are not sure if it's working correctly, append &action=debug to the AM URL. Then it should show a box with the current config in the bottom of the page. The regex should look correctly there.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Previous

Return to AltMonitor

Who is online

Users browsing this forum: No registered users and 1 guest

cron