Lua error caused by BadBoy
b-morgan opened this issue ยท 1 comments
I am getting the following Lua error which I believe is a result of the BadBoy call on line 473 of BadBoy.lua:
LFGListSearchPanel_UpdateResults(LFGListFrame.SearchPanel) -- Finally, feed frame holding the results to the panel
5x FrameXML\LFGList.lua:2094: attempt to perform arithmetic on local 'appDuration' (a nil value)
FrameXML\LFGList.lua:2094: in function `LFGListSearchEntry_Update'
FrameXML\LFGList.lua:2164: in function <FrameXML\LFGList.lua:2160>
Locals:
self = LFGListSearchPanelScrollFrameButton7 {
0 =
Selected = {
}
Highlight = {
}
isApplication = true
DataDisplay = {
}
ActivityName = {
}
VoiceChat = {
}
ExpirationTime = {
}
resultID = 278
CancelButton = {
}
Name = {
}
Spinner = {
}
expiration = 438700.545
ResultBG = {
}
ApplicationBG = {
}
PendingLabel = {
}
}
resultID = 278
_ = nil
appStatus = nil
pendingStatus = nil
appDuration = nil
isApplication = true
isAppFinished = nil
(*temporary) = 438704.021
(*temporary) = 438704.021
(*temporary) = "RIGHT"
(*temporary) = {
0 =
}
(*temporary) = "LEFT"
(*temporary) = -3
(*temporary) = 0
(*temporary) =
(*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 perform arithmetic on local 'appDuration' (a nil value)"