Closed mooreatv closed 5 years ago
and then trying to turn bid off:
Message: Interface\AddOns\aux-addon\core\slash.lua:62: attempt to concatenate a nil value
Time: Sun Sep 1 02:56:25 2019
Count: 1
Stack: Interface\AddOns\aux-addon\core\slash.lua:62: attempt to concatenate a nil value
Interface\AddOns\aux-addon\core\slash.lua:62: in function `?'
Interface\FrameXML\ChatFrame.lua:4606: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:4267: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:4303: in function `ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>
Locals: command = "bid"
arguments = <table> {
1 = "bid"
}
tooltip_settings = <table> {
merchant_buy = false
merchant_sell = false
value = true
disenchant_distribution = false
disenchant_value = false
daily = false
}
(*temporary) = <function> defined @Interface\AddOns\aux-addon\aux-addon.lua:6
(*temporary) = "- post duration ["
(*temporary) = <table> {
}
(*temporary) = nil
(*temporary) = "h"
(*temporary) = nil
(*temporary) = 1
(*temporary) = 2
(*temporary) = "attempt to concatenate a nil value"
aux = <table> {
}
T = <table> {
}
post = <table> {
}
info = <table> {
}
seems like your default post duration is corrupted. try /aux post duration 8 And for each item where the duration dropdown says "custom" you'll have to select something valid instead.
interesting, I wonder how that happened - thanks (maybe add some code so it doesn't blow up in that case though? default back to short or some such)