-
-
Notifications
You must be signed in to change notification settings - Fork 110
LUA error since patch v11.2 (Scan will not finish) #1709
Description
What version(s) of WoW are you using?
Retail
What version of Auctionator?
289
What isn't working? What was supposed to happen?
When I press the “Scan” button in the auction house, the scan starts normally, but then stops at about 50% and a LUA error is displayed. The scan does not continue after the error.
Are you experiencing any lua errors
Message: ...terface/AddOns/Auctionator/Source/Database/Mixin.lua:29: attempt to index field 'l' (a nil value)
Time: Sun Aug 17 04:40:06 2025
Count: 1
Stack:
[Interface/AddOns/Auctionator/Source/Database/Mixin.lua]:29: in function 'SetPrice'
[Interface/AddOns/Auctionator/Source/Database/Mixin.lua]:122: in function 'ProcessScan'
[Interface/AddOns/Auctionator/Source_ModernAH/IncrementalScan/Mixins/Frame.lua]:135: in function 'NextStep'
[Interface/AddOns/Auctionator/Source_ModernAH/IncrementalScan/Mixins/Frame.lua]:46: in function <...tor/Source_ModernAH/IncrementalScan/Mixins/Frame.lua:31>
Locals:
self =
cutoffDay = 2034
db =
}
}
dbKey = "g:219866:564"
buyoutPrice = 2998900
available = 20
priceData =
a =
}
=
}
m = 2998900
h =
}
}
(*temporary) = nil
(*temporary) = "2055"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'l' (a nil value)"
daysSinceZero = "2055"
Anything else?
No response