OmniBar

OmniBar

16M Downloads

GetInspectSpecialization Errors

Equalsthr33 opened this issue ยท 2 comments

commented
[string "@OmniBar\OmniBar-v12.10.lua"]:978: in function `?'
[string "@Accountant_Classic\Libs\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:119: in function <...sic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:119>
[string "=[C]"]: ?
[string "@Accountant_Classic\Libs\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:29: in function <...sic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
[string "@Accountant_Classic\Libs\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:64: in function `Fire'
[string "@Accountant_Classic\Libs\AceEvent-3.0\AceEvent-3.0-4.lua"]:120: in function <...ccountant_Classic\Libs\AceEvent-3.0\AceEvent-3.0.lua:119>
commented

I am receiving the same error: Message: Interface\AddOns\OmniBar\OmniBar-v12.10.lua:978: attempt to call upvalue 'GetInspectSpecialization' (a nil value)
Time: Thu Jan 20 18:05:24 2022
Count: 1
Stack: Interface\AddOns\OmniBar\OmniBar-v12.10.lua:978: attempt to call upvalue 'GetInspectSpecialization' (a nil value)
[string "=[C]"]: ?
[string "@interface\AddOns\DataStore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:29: in function <...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
[string "@interface\AddOns\DataStore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:64: in function `Fire'
[string "@interface\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua"]:120: in function <...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:119>

Locals:

commented

Seems to happen when the group/raid gains a new unit, as in someone joining a BG. I commented a few lines to remove the functions and fixed the lua error but it's hacky and I don't know if it will have unintended consequences otherwise.

edit: I commented lines 961, 978, 979, 980, and 981 and didn't test much beyond that fwiw