after leaving arena, emblems update once, then they don't anymore
sod opened this issue ยท 3 comments
AdiBags-v1.9.32 / german retail patch 9.2.7
Tried to reproduce it in this vod https://www.twitch.tv/videos/1572612573?t=0h15m10s. The startpoint is after it already froze. In that clip you see how i buy something from a garrison vendor. The blizzard ui updates, but adibags doesn't:
I joined an arena skirmish (also happens after arena ranked though) beforehand, then the emblems updated once (the honor I got was reflected) but didn't do any updates afterwards. Also adding/removing emblems in the settings didn't update the UI anymore.
I don't see any errors in my console though.
Maybe related, maybe not: When updating still works, it removes the 1000th divider, like it goes from 1.700
to 1650
(for garrison resources, didn't test the others)
Installed bugsack as recommended and actually there is an error right when the arena match ends:
1x AdiBags\modules\CurrencyFrame.lua:201: attempt to index local 'cell' (a nil value)
[string "@AdiBags\modules\CurrencyFrame.lua"]:201: in function `?'
[string "@AdiBags\libs\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:119: in function <...ags\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:119>
[string "=[C]"]: ?
[string "@AdiBags\libs\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:29: in function <...ags\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
[string "@AdiBags\libs\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:64: in function <...ags\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:59>
[string "=(tail call)"]: ?
seems like cell
is nil
in
AdiBags/modules/CurrencyFrame.lua
Lines 200 to 201 in d894b8d
Thank you for the report! We completely redid the currency frames in the latest patch, and we definitely missed something. Are you able to trigger this in any other situation other than the Arena?