BagSync

BagSync

3M Downloads

Error after hearth

ArmilTex opened this issue · 3 comments

commented

Message: ...nterface/AddOns/BagBrother/core/features/caching.lua:93: table index is nil
Time: Wed Sep 27 19:28:46 2023
Count: 1
Stack: ...nterface/AddOns/BagBrother/core/features/caching.lua:93: table index is nil
[string "@Interface/AddOns/BagBrother/core/features/caching.lua"]:93: in function ?' [string "@Interface/AddOns/TomTom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:109: in function <...Tom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:109> [string "=[C]"]: ? [string "@Interface/AddOns/TomTom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:19: in function <...Tom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15> [string "@Interface/AddOns/TomTom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:54: in function Fire'
[string "@Interface/AddOns/TomTom/libs/AceEvent-3.0/AceEvent-3.0.lua"]:120: in function <...ace/AddOns/TomTom/libs/AceEvent-3.0/AceEvent-3.0.lua:119>

Locals: self =

{
SendSignal = defined @Interface/AddOns/BagBrother/libs/WildAddon-1.0/WildAddon-1.0.lua:82
ParseItem = defined @Interface/AddOns/BagBrother/core/features/caching.lua:185
RegisterMessage = defined @Interface/AddOns/TomTom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:80
UnregisterMessage = defined @Interface/AddOns/TomTom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:143
SaveBag = defined @Interface/AddOns/BagBrother/core/features/caching.lua:156
PLAYER_EQUIPMENT_CHANGED = defined @Interface/AddOns/BagBrother/core/features/caching.lua:80
SaveEquip = defined @Interface/AddOns/BagBrother/core/features/caching.lua:181
player =
{
}
SendMessage = defined @Interface/AddOns/TomTom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:49
GUILDBANKBAGSLOTS_CHANGED = defined @Interface/AddOns/BagBrother/core/features/caching.lua:130
UnregisterAllEvents = defined @Interface/AddOns/TomTom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:164
UnregisterSignal = defined @Interface/AddOns/BagBrother/libs/WildAddon-1.0/WildAddon-1.0.lua:78
VAULT_CLOSE = defined @Interface/AddOns/BagBrother/core/features/caching.lua:117
PLAYER_MONEY = defined @Interface/AddOns/BagBrother/core/features/caching.lua:88
BANK_CLOSE = defined @Interface/AddOns/BagBrother/core/features/caching.lua:107
RegisterEvent = defined @Interface/AddOns/TomTom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:80
UnregisterAllMessages = defined @Interface/AddOns/TomTom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:164
CURRENCY_TRACKED_CHANGED = defined @Interface/AddOns/BagBrother/core/features/caching.lua:96
NewModule = defined @Interface/AddOns/BagBrother/libs/WildAddon-1.0/WildAddon-1.0.lua:68
PLAYER_LEVEL_UP = defined @Interface/AddOns/BagBrother/core/features/caching.lua:84
OnEnable = defined @Interface/AddOns/BagBrother/core/features/caching.lua:20
BAG_UPDATE = defined @Interface/AddOns/BagBrother/core/features/caching.lua:74
RegisterSignal = defined @Interface/AddOns/BagBrother/libs/WildAddon-1.0/WildAddon-1.0.lua:74
CURRENCY_DISPLAY_UPDATE = defined @Interface/AddOns/BagBrother/core/features/caching.lua:92
GUILD_ROSTER_UPDATE = defined @Interface/AddOns/BagBrother/core/features/caching.lua:126
UnregisterEvent = defined @Interface/AddOns/TomTom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:143
Tag = "BAGNON_"
}
_ = "CURRENCY_DISPLAY_UPDATE"
id = nil
quantity = nil
(*temporary) =
{
1820 = 100
1728 = 78
1822 = 58
1885 = 70
2021 = 22
2594 = 3826
2533 = 8
1889 = 7
1828 = 660
1767 = 11
2402 = 3
2245 = 52
2088 = 12
1585 = 2296
1586 = 1
515 = 14
2087 = 12
1155 = 5
tracked =
{
}
1560 = 524
1220 = 286
1810 = 36
1904 = 44
1533 = 15
1813 = 3581
2030 = 1
2032 = 6700
2002 = 24
1166 = 275
2003 = 892
81 = 50
1883 = 10
}

commented
commented

This is an error from BagBrother, not a BagSync problem.

commented

Hey there! Like @nanjuekaien1 mentioned, this is a BagBrother error not a BagSync error. Take a look at the error line, I bolded the addon name.

Message: ...nterface/AddOns/BagBrother/core/features/caching.lua:93: table index is nil

Specifically it's in the "caching.lua" file under line 93. You may want to alert the author of BagBrother of that. They are a great and cool individual and very helpful.