HeroRotation

HeroRotation

5M Downloads

[Warrior-Arms] "this spell missing"

batchyy opened this issue ยท 5 comments

commented

Message: Interface\AddOns\HeroLib\Class\Unit\Aura.lua:32: attempt to index local 'ThisSpell' (a nil value)
Time: Fri Dec 4 16:41:26 2020
Count: 97
Stack: Interface\AddOns\HeroLib\Class\Unit\Aura.lua:32: attempt to index local 'ThisSpell' (a nil value)
[string "=[C]"]: ?
[string "@interface\AddOns\HeroLib\Class\Unit\Aura.lua"]:32: in function <Interface\AddOns\HeroLib\Class\Unit\Aura.lua:27>
[string "=(tail call)"]: ?
[string "@interface\AddOns\HeroLib\Class\Unit\Aura.lua"]:81: in function BuffRemains' [string "@Interface\AddOns\HeroLib\Class\Unit\Aura.lua"]:99: in function BuffUp'
[string "@interface\AddOns\HeroLib\Class\Unit\Aura.lua"]:104: in function BuffDown' [string "@Interface\AddOns\HeroRotation_Warrior\Arms.lua"]:262: in function ?'
[string "@interface\AddOns\HeroRotation\Main.lua"]:445: in function <Interface\AddOns\HeroRotation\Main.lua:423>

Locals:

commented

should be fixed with latest PR

commented

still not fixed still recieving the LUA Error

commented

Please provide the entire lua error.

commented

I am seeing the same error. I disabled all other addons and no joy. I went to the maw and tried on the first mob I saw. I received icons for:
1 - charge
2 - avatar
3 - warbreaker
4 - overpower
Then the LUA error popup appeared with message below.

Message: Interface\AddOns\HeroLib\Class\Unit\Aura.lua:32: attempt to index local 'ThisSpell' (a nil value) Time: Tue Jan 12 20:24:05 2021 Count: 5 Stack: Interface\AddOns\HeroLib\Class\Unit\Aura.lua:32: attempt to index local 'ThisSpell' (a nil value) [string "@Interface\AddOns\HeroLib\Class\Unit\Aura.lua"]:32: in function <Interface\AddOns\HeroLib\Class\Unit\Aura.lua:27> [string "=(tail call)"]: ? [string "@Interface\AddOns\HeroLib\Class\Unit\Aura.lua"]:148: in function DebuffRemains'
[string "@interface\AddOns\HeroLib\Class\Unit\Aura.lua"]:159: in function DebuffUp' [string "@Interface\AddOns\HeroRotation_Warrior\Arms.lua"]:248: in function <Interface\AddOns\HeroRotation_Warrior\Arms.lua:222> [string "@Interface\AddOns\HeroRotation_Warrior\Arms.lua"]:378: in function ?'
[string "@interface\AddOns\HeroRotation\Main.lua"]:445: in function <Interface\AddOns\HeroRotation\Main.lua:423>

Locals: self =

{
UnitExists = true
UnitNPCID = 170157
UnitGUID = "Creature-0-3782-2222-199-170157-00007E7581"
UnitID = "target"
UseCache = true
UnitName = "Stygian Runesmith"
UnitCanBeAttacked = true
}
ThisSpell = nil
Filter = "HARMFUL|PLAYER"
Full = nil
GUID = "Creature-0-3782-2222-199-170157-00007E7581"
UnitID = "target"
(*temporary) =
{
UnitExists = true
UnitNPCID = 170157
UnitGUID = "Creature-0-3782-2222-199-170157-00007E7581"
UnitID = "target"
UseCache = true
UnitName = "Stygian Runesmith"
UnitCanBeAttacked = true
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'ThisSpell' (a nil value)"
UnitAura = defined =[C]:-1
`

commented

Fixed in commit b7151f8