Warbank not showing items and gives LUA error
TMRaven85 opened this issue ยท 0 comments
Addon Version
v0.2.2
World of Warcraft Version
Retail
Describe the bug
When opening the bank I switch to warband bank tab and I get a LUA error along the not showing of items in my warband bank.
I have a few of those Echo items in the warbank and nothing in my second tab. I can see the empty spaces in the second tab, but my first tab is just empty void.
Here is the error message from Bugsack:
22x BetterBags/frames/item.lua:215: data must be provided
[string "=[C]"]: in function assert' [string "@BetterBags/frames/item.lua"]:215: in function
SetItemFromData'
[string "@BetterBags/frames/item.lua"]:210: in function SetItem' [string "@BetterBags/views/gridview.lua"]:88: in function <BetterBags/views/gridview.lua:80> [string "@BetterBags/views/gridview.lua"]:174: in function
Render'
[string "@BetterBags/frames/bag.lua"]:304: in function Draw' [string "@BetterBags/core/init.lua"]:280: in function
cb'
[string "@BetterBags/core/events.lua"]:50: in function <BetterBags/core/events.lua:45>
[string "=[C]"]: ?
[string "@Ace3/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@Ace3/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `SendMessage'
[string "@BetterBags/core/events.lua"]:186: in function <BetterBags/core/events.lua:185>
Locals:
(*temporary) = nil
(*temporary) = "data must be provided"
After testing my regular bank and putting in an item(new remix character, so empty bank) I also get an error when I deposit one item to the bank. And the bank show same issue as the warbank tab.
25x BetterBags/frames/item.lua:215: data must be provided
[string "=[C]"]: in function assert' [string "@BetterBags/frames/item.lua"]:215: in function
SetItemFromData'
[string "@BetterBags/frames/item.lua"]:210: in function SetItem' [string "@BetterBags/views/gridview.lua"]:88: in function <BetterBags/views/gridview.lua:80> [string "@BetterBags/views/gridview.lua"]:174: in function
Render'
[string "@BetterBags/frames/bag.lua"]:304: in function Draw' [string "@BetterBags/core/init.lua"]:280: in function
cb'
[string "@BetterBags/core/events.lua"]:50: in function <BetterBags/core/events.lua:45>
[string "=[C]"]: ?
[string "@Ace3/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@Ace3/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `SendMessage'
[string "@BetterBags/core/events.lua"]:186: in function <BetterBags/core/events.lua:185>
Locals:
(*temporary) = nil
(*temporary) = "data must be provided"
Steps to reproduce
- open the bank with items in the bank tab or warband bank tab.
- error occur and I can't see my items.