attempt to index upvalue 'MacroEditBox' (a nil value)
zmoose opened this issue ยท 1 comments
Describe the problem
I've been away awhile and came back for The War Within expansion. On the pre-patch I'm getting the following error regarding the SlashIn addon after the /in timeout ends.
Message: Interface/AddOns/SlashIn/SlashIn.lua:14: attempt to index upvalue 'MacroEditBox' (a nil value)
Time: Sun Aug 18 16:16:56 2024
Count: 4
Stack: Interface/AddOns/SlashIn/SlashIn.lua:14: attempt to index upvalue 'MacroEditBox' (a nil value)
[string "=[C]"]: ?
[string "@Interface/AddOns/SlashIn/SlashIn.lua"]:14: in function <Interface/AddOns/SlashIn/SlashIn.lua:13>
[string "@Interface/AddOns/SlashIn/SlashIn.lua"]:32: in function <Interface/AddOns/SlashIn/SlashIn.lua:32>
Locals:
What steps will reproduce the problem?
/in 10 /p test
- the LUA error pops up after 10 seconds and the "/p test" message does NOT get sent.
What version of the addon are you using? (Stating 'latest' is not useful)
I'm using SlashIn-v10.2.0
can confirm, getting the same error:
5x SlashIn/SlashIn.lua:14: attempt to index upvalue 'MacroEditBox' (a nil value)
[string "@SlashIn/SlashIn.lua"]:14: in function <SlashIn/SlashIn.lua:13>
[string "@SlashIn/SlashIn.lua"]:32: in function <SlashIn/SlashIn.lua:32>
Locals:
command = "/s 2"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index upvalue 'MacroEditBox' (a nil value)"
MacroEditBox = nil