#Assign WA Debug Help

12 messages · Page 1 of 1 (latest)

delicate fox
#

Currently Found a wa which in theory assigns people to markers when they have the conductive mark debuff. But i can't seem to figure out why in the first round of debuffs it runs into an error and then starts running normally from second set onwards

error caught by BugGrabber

string "return --[[ BigWigs_StartBar, DBM_TimerStar..."]:31: attempt to compare number with nil
[string "return --[[ BigWigs_StartBar, DBM_TimerStart, CLEU:SPELL_AURA_APPLIED, CLEU:SPELL_AURA_REMOVED, LAUVLY_DATHEA_LIST, LAUVLY_DATHEA_COUNT, ENCOUNTER_START ]]"]:31: in function <[string "return --[[ BigWigs_StartBar, DBM_TimerStar..."]:3>
[string "=[C]"]: in function `xpcall'
[string "@WeakAuras/GenericTrigger.lua"]:555: in function <WeakAuras/GenericTrigger.lua:544>
[string "@WeakAuras/GenericTrigger.lua"]:759: in function `ScanEventsInternal'
[string "@WeakAuras/GenericTrigger.lua"]:711: in function `ScanEvents'
[string "@WeakAuras/GenericTrigger.lua"]:888: in function <WeakAuras/GenericTrigger.lua:878>
wild storm
#

what error

delicate fox
#

coming sorry

wild storm
#

and can you post the whole aura?

delicate fox
wild storm
#

on wago

delicate fox
#

if it's worth adding for info
at the 5th set of marks the aura says that we are the 7th set
and at marks 8 it thinks we are at 10
I've been staring at the code and chain pulling dathea for 3 hours and i can't seem to figure out wtf is going on

tropic monolith
#

line 31 is

if index <= aura_env.stacks[aura_env.spellCounter] then
#

so either index or aura_env.stacks[aura_env.spellCounter] is nil

#

tbh it's author's problem

#

i don't want to dig more into something that should be fixed at the source