GoldpawsStuff / Bagnon_ItemInfo

Adds item levels, bind status, and garbage desaturation to bagnon all in one, with less overhead than using multiple addons.
https://www.patreon.com/GoldpawsStuff
MIT License
5 stars 2 forks source link

Lua error with remote bank #21

Open bunghead opened 1 year ago

bunghead commented 1 year ago

I'm getting this Lua error when opening the read-only remote bank window per keybind. Looks like it only happens when I haven't visited the real bank since last /reload.

Bagnon_ItemInfo-2.0.46-Release.zip Bagnon-10.0.14 for WoW-10.0.2.zip WOW DF Retail 10.0.2.47213

Message: Interface/SharedXML/Tooltip/TooltipUtil.lua:8: attempt to index local 'tbl' (a nil value)
Time: Tue Dec 27 13:26:34 2022
Count: 7
Stack: Interface/SharedXML/Tooltip/TooltipUtil.lua:8: attempt to index local 'tbl' (a nil value)
[string "@Interface/SharedXML/Tooltip/TooltipUtil.lua"]:8: in function `SurfaceArgs'
[string "@Interface/AddOns/Bagnon_ItemInfo/modules/itembind.lua"]:112: in function `update'
[string "@Interface/AddOns/Bagnon_ItemInfo/dispatcher.lua"]:68: in function <Interface/AddOns/Bagnon_ItemInfo/dispatcher.lua:66>
[string "=[C]"]: ?
[string "=[C]"]: in function `Update'
[string "@Interface/AddOns/BagBrother/addons/core/classes/itemGroup.lua"]:94: in function `?'
[string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:114: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:114>
[string "=[C]"]: ?
[string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:24: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:20>
[string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:59: in function `Fire'
[string "@Interface/AddOns/Ace3/AceEvent-3.0/AceEvent-3.0.lua"]:120: in function <Interface/AddOns/Ace3/AceEvent-3.0/AceEvent-3.0.lua:119>

Locals: tbl = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'tbl' (a nil value)"
ConKou commented 1 year ago

This error still persists.