ALL THE THINGS

ALL THE THINGS

31M Downloads

Auction House Error

nearlysober80 opened this issue ยท 1 comments

commented

Getting the following error when opening the Auction House. It references two addons, DataStore (part of Altoholic) and AllTheThings, not sure which one is causing it the error.

Message: ...ace/AddOns/DataStore_Auctions/DataStore_Auctions.lua:200: bad argument #8 to 'format' (string expected, got nil)
Time: Tue Nov  8 10:10:28 2022
Count: 1
Stack: ...ace/AddOns/DataStore_Auctions/DataStore_Auctions.lua:200: bad argument #8 to 'format' (string expected, got nil)
[string "=(tail call)"]: ?
[string "=[C]"]: in function `format'
[string "@Interface/AddOns/DataStore_Auctions/DataStore_Auctions.lua"]:200: in function <...ace/AddOns/DataStore_Auctions/DataStore_Auctions.lua:171>
[string "=[C]"]: ?
[string "@Interface/AddOns/AllTheThings/lib/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:29: in function <...ings/lib/CallbackHandler-1.0/CallbackHandler-1.0.lua:25>
[string "@Interface/AddOns/AllTheThings/lib/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: <none>
commented

This isn't ATT, it's just included due to being the first addon loading a shared library: CallbackHandler, which is used by Datastore.