This only appears on my Warrior. Please help. I have reinstalled addon twice. Thanks.
Message: Interface\AddOns\GSE\API\Storage.lua:659: attempt to call method ‘SetAttribute’ (a nil value)
Time: Fri Jan 10 17:42:01 2020
Count: 1
Stack: Interface\AddOns\GSE\API\Storage.lua:659: attempt to call method ‘SetAttribute’ (a nil value)
Interface\AddOns\GSE\API\Storage.lua:659: in function `OOCUpdateSequence’
Interface\AddOns\GSE\API\Events.lua:400: in function `?’
…terface\AddOns\GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua:55: in function <…terface\AddOns\GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua:50>
You’ll want to take that up with the maintainers of that addon, Gnome Sequencer Enhanced.
Blizzard doesn’t support or troubleshoot third-party software.
Looks like that addon’s main page is at CurseForge, https://www.curseforge.com/wow/addons/gse-gnome-sequencer-enhanced-advanced-macros
Since 8.2.5 went live, cerain parts of Lua code fail to load properly. Ive modified my own code to make sure something isnt nil before trying to call it. Its a problem with the game engine, not the lua code. And thats why u only see the error cou t as 1 or just a few times cuz it eventually loads.
This is why the errors are always “expected number, got nil” or “expected function’ got nil”