Error in AdiBags - Error: 000002F9720DD5F0
DubiousIntent opened this issue ยท 1 comments
Any time I manipulate an item in my bags I get this error. I can be equipping an item or even just opening the auction house.
Pawn was just updated today so I'm not sure if there's an incompatibility now.
[10:47:21 AM] Error in AdiBags: Interface\AddOns\Pawn\Pawn-2.2.44 beta 1.lua:4088: attempt to index field '?' (a nil value) -- details: [Error 000002F9720DD5F0]
[10:47:25 AM] Interface\AddOns\Pawn\Pawn-2.2.44 beta 1.lua:4088: attempt to index field '?' (a nil value)
[10:47:25 AM] Interface\AddOns\Pawn\Pawn-2.2.44 beta 1.lua:4088: in function `PawnIsItemAnItemLevelUpgrade'
Interface\AddOns\Pawn\Pawn-2.2.44 beta 1.lua:3173: in function `PawnIsItemAnUpgrade'
Interface\AddOns\Pawn\Pawn-2.2.44 beta 1.lua:5095: in function <Interface\AddOns\Pawn\Pawn.lua:5072>
(tail call): ?
Interface\AddOns\AdiBags\widgets\ItemButton.lua:361: in function `UpdateUpgradeIcon'
Interface\AddOns\AdiBags\widgets\ItemButton.lua:312: in function `Update'
Interface\AddOns\AdiBags\widgets\ItemButton.lua:287: in function `FullUpdate'
Interface\AddOns\AdiBags\widgets\ItemButton.lua:252: in function <Interface\AddOns\AdiBags\widgets\ItemButton.lua:240>
[C]: in function `Show'
Interface\AddOns\AdiBags\widgets\ContainerFrame.lua:953: in function `PrepareSections'
Interface\AddOns\AdiBags\widgets\ContainerFrame.lua:1059: in function `FullUpdate'
Interface\AddOns\AdiBags\widgets\ContainerFrame.lua:564: in function <Interface\AddOns\AdiBags\widgets\ContainerFrame.lua:550>
[C]: ?
Interface\AddOns\AdiBags\core\Utility.lua:89: in function <Interface\AddOns\AdiBags\core\Utility.lua:81>
Interface\AddOns\AdiBags\widgets\LayeredRegion.lua:119: in function <Interface\AddOns\AdiBags\widgets\LayeredRegion.lua:108>
[10:47:25 AM] Item = <table> {
CanEquip = true
Stats = <table> {
}
Rarity = 3
Link = "[Emblem of Zandalar]"
UnenchantedSocketBonusStats = <table> {
}
Values = <table> {
}
UnknownLines = <table> {
}
PrettyLink = "[Emblem of Zandalar]"
UnenchantedStats = <table> {
}
Name = "Emblem of Zandalar"
SocketBonusStats = <table> {
}
ID = 158154
Level = 315
InvType = "INVTYPE_TRINKET"
Texture = 1726348
}
Slot1 = 13
Slot2 = 14
(*temporary) = "[Emblem of Zandalar]"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field '?' (a nil value)"
Pawn was responsible for this error.