Bugsack report?

I accidentally posted in tech support, I suppose this section would be more helpful for my question though. Today I finally installed BugSack and BugGrabber, I uninstalled some old addons from Legion which cleared up most of it. Some LUA errors are still there though, I don’t know how big they are though.

15x [string “–[[ Error in ‘Interrupt CD party’ ]] retur…”]:2: attempt to index local ‘u’ (a nil value)
[C]: in function `xpcall’

WeakAuras\GenericTrigger.lua:526: in function <WeakAuras\GenericTrigger.lua:520>
WeakAuras\GenericTrigger.lua:668: in function ScanWithFakeEvent' WeakAuras\GenericTrigger.lua:830: in function LoadDisplays’
WeakAuras\WeakAuras-2.11.6.lua:1908: in function `LoadDisplays’
WeakAuras\WeakAuras-2.11.6.lua:1767: in function <WeakAuras\WeakAuras.lua:1655>

WeakAuras\WeakAuras-2.11.6.lua:1801: in function `ScanForLoads’

WeakAuras\WeakAuras-2.11.6.lua:1844: in function <WeakAuras\WeakAuras.lua:1842>

Locals:
InCombatSkipped

I don’t know WA but do you have anything in your WA configuration with a name like Interrupt CD party?

If so then I’m guessing the first line of it has something like:

local u = ...

Where … is a function call or table lookup etc.

If so then whatever u is supposed to be “loaded with”, it is actually receiving nil

I had a WA that would track the CD of everyone’s interrupt before, I just updated it with the most viewed one that looked up to date with 8.1.5. It seems like as soon as I fix one, more pop up though lol. Didn’t think I’d have so much LUA errors D: