Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on any inventory change or browsing the bank. #46

Open
Kream opened this issue Nov 23, 2024 · 0 comments
Open

Error on any inventory change or browsing the bank. #46

Kream opened this issue Nov 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Kream
Copy link

Kream commented Nov 23, 2024

Describe the bug
An error is generated on any change in the inventory

16x BagAppraiser/core.lua:573: table index is nil
[string "@BagAppraiser/core.lua"]:573: in function `GetBankBagIDs'
[string "@BagAppraiser/core.lua"]:635: in function `RecalculateTotals'
[string "@BagAppraiser/core.lua"]:296: in function `UpdateData'
[string "@BagAppraiser/core.lua"]:365: in function <BagAppraiser/core.lua:364>
[string "=[C]"]: ?
[string "@AtlasLootClassic/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...sic/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@AtlasLootClassic/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@BagAppraiser/libs/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <...dOns/BagAppraiser/libs/AceEvent-3.0/AceEvent-3.0.lua:119>

Locals:
arr = <table> {
 1 = 0
 2 = 0
 3 = 0
 4 = 0
 5 = 0
 -1 = 0
 0 = 0
}
selectedBags = "all"
(*temporary) = nil
(*temporary) = 5
(*temporary) = 1
(*temporary) = 5
(*temporary) = "table index is nil"
Addon = <table> {
 modules = <table> {
 }
 baseName = "BagAppraiser"
 icon = <table> {
 }
 availablePriceSources = <table> {
 }
 defaultModuleState = true
 AHDB = <table> {
 }
 db = <table> {
 }
 enabledState = true
 defaultModuleLibraries = <table> {
 }
 OE = <table> {
 }
 Config = <table> {
 }
 name = "BagAppraiser"
 orderedModules = <table> {
 }
 TUJ = <table> {
 }
 TSM = <table> {
 }
 BrokerModule = <table> {
 }
 Debug = <table> {
 }
 ATR = <table> {
 }
 CONST = <table> {
 }
}
FIRST_BANK_SLOT = -1
LAST_BANK_SLOT = 5


To Reproduce
Steps to reproduce the behavior:

  1. loot any item or destroy any inventory item

Expected behavior
No error

Additional context
Encountered in WoW Classic Anniversary realm, Wow version 1.15.5 (57716) (Release x64)
Running BagAppraiser v11.0.5-1

@Kream Kream added the bug Something isn't working label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants