Baganator

Baganator

1M Downloads

Cata Classic, item error

Road-block opened this issue ยท 2 comments

commented

Please include as much of the following information as possible to help me fix the bug:

Brief Description of Bug

Please include a brief description of the bug, including what you were doing, and when it occurred.
Login
Open Bags
Visit Bank
Vendor some trash

Steps to Reproduce

Include the steps I would need to follow to reproduce the bug.

Loaded Addons

Include a list of addons you were running at the time this bug occurred.

Back Trace (LUA Error Output)

You can get this through the use of !BugGrabber and BugSack addons.

1x Blizzard_ObjectAPI/Classic/Item.lua:320: table index is nil
[string "@Blizzard_ObjectAPI/Classic/Item.lua"]:320: in function `GetOrCreateCallbacks'
[string "@Blizzard_ObjectAPI/Classic/Item.lua"]:272: in function `AddCallback'
[string "@Blizzard_ObjectAPI/Classic/Item.lua"]:238: in function `ContinueOnItemLoad'
[string "@Baganator/UnifiedViews/ItemButton.lua"]:130: in function <Baganator/UnifiedViews/ItemButton.lua:83>
[string "@Baganator/UnifiedViews/ItemButton.lua"]:913: in function `SetItemDetails'
[string "@Baganator/UnifiedViews/Layouts.lua"]:532: in function `ShowCharacter'
[string "@Baganator/UnifiedViews/BankView.lua"]:377: in function `UpdateForCharacter'
[string "@Baganator/UnifiedViews/BankView.lua"]:244: in function <Baganator/UnifiedViews/BankView.lua:239>

Locals:
commented
Locals:
self = Frame {
 0 = <userdata>
 AddCancelableCallback = <function> defined @Blizzard_ObjectAPI/Classic/Item.lua:277
 GetOrCreateCallbacks = <function> defined @Blizzard_ObjectAPI/Classic/Item.lua:316
 FireCallbacks = <function> defined @Blizzard_ObjectAPI/Classic/Item.lua:292
 callbacks = <table> {
 }
 GetCallbacks = <function> defined @Blizzard_ObjectAPI/Classic/Item.lua:312
 ClearCallbacks = <function> defined @Blizzard_ObjectAPI/Classic/Item.lua:308
 AddCallback = <function> defined @Blizzard_ObjectAPI/Classic/Item.lua:271
}
itemID = nil
callbacks = <table> {
}
(*temporary) = <table> {
 45829 = <table> {
 }
 9587 = <table> {
 }
 31117 = <table> {
 }
 26043 = <table> {
 }
 14046 = <table> {
 }
 28111 = <table> {
 }
 19182 = <table> {
 }
 37604 = <table> {
 }
 45637 = <table> {
 }
 45649 = <table> {
 }
 30559 = <table> {
 }
 30581 = <table> {
 }
 11482 = <table> {
 }
}
(*temporary) = "table index is nil"
commented

Going to close this. Its caused by a Blizzard bug with GetItemInfoInstant on old items that aren't in the item database anymore, if it happens again, please screenshot your bag/bank view and if possible identify which items are not showing tooltip information.