AdiBags

AdiBags

8M Downloads

Lua error today

Milky063 opened this issue ยท 6 comments

commented

So i've been getting this lua error on my toons,

8x AdiBags\widgets\Section.lua:483: attempt to index local 'b' (a nil value)
[string "@AdiBags\widgets\Section.lua"]:483: in function <AdiBags\widgets\Section.lua:482>
[string "=[C]"]: ?
[string "@AdiBags\widgets\Section.lua"]:365: in function FullLayout' [string "@AdiBags\widgets\ContainerFrame.lua"]:955: in function PrepareSections'
[string "@AdiBags\widgets\ContainerFrame.lua"]:1060: in function <AdiBags\widgets\ContainerFrame.lua:1043>
[string "=(tail call)"]: ?
[string "@AdiBags\widgets\ContainerFrame.lua"]:449: in function RefreshContents' [string "@AdiBags\widgets\ContainerFrame.lua"]:434: in function ResumeUpdates'
[string "@AdiBags\widgets\ContainerFrame.lua"]:417: in function <AdiBags\widgets\ContainerFrame.lua:409>
[string "=[C]"]: in function Show' [string "@AdiBags\core\Bags.lua"]:89: in function Open'
[string "@AdiBags\core\Hooks.lua"]:172: in function <AdiBags\core\Hooks.lua:168>
[string "=(tail call)"]: ?
[string "@FrameXML\ContainerFrame.lua"]:1536: in function <FrameXML\ContainerFrame.lua:1505>
[string "@ElvUI\Core\Modules\DataTexts\Bags.lua"]:50: in function `onClick'
[string "@ElvUI\Core\Modules\DataTexts\DataTexts.lua"]:399: in function <...ceElvUI\Core\Modules\DataTexts\DataTexts.lua:397>

Locals:
a = AdiBagsItemButton83 {
GetItemLocation = defined @FrameXML\ItemButtonTemplate.lua:418
bag = 3
SetItem = defined @FrameXML\ItemButtonTemplate.lua:355
itemContextMatchResult = 3
IconOverlay = {
}
count = 80
section = AdiBagsSection2 {
}
OnItemContextChanged = defined @FrameXML\ItemButtonTemplate.lua:256
showMatchHighlight = true
newitemglowAnim = {
}
bagFamily = 0
icon = AdiBagsItemButton83IconTexture {
}
container = AdiBagsContainer1 {
}
texture = 3528446
acquired = true
UpdateTooltip = defined @FrameXML\ContainerFrame.lua:1345
LevelLinkLockTexture = {
}
NewItemTexture = {
}
itemLink = "|cff0070dd|Hitem:172231::::::::60:64:::::::::|h[Sacred Shard]|h|r"
itemId = 172231
slot = 8
UpgradeIcon = {
}
PostOnHide = defined @FrameXML\ItemButtonTemplate.lua:269
NormalTexture = AdiBagsItemButton83NormalTexture {
}
SetItemButtonCount = defined @FrameXML\ItemButtonTemplate.lua:422
Cooldown = AdiBagsItemButton83Cooldown {
}
SetItemInternal = defined @FrameXML\ItemButtonTemplate.lua:360
BattlepayItemTexture = {
}
0 =
GetMatchesSearch = defined @FrameXML\ItemButtonTemplate.lua:292
timeSinceUpgradeCheck = 0
flashAnim = {
}
ItemContextOverlay = {
}
PostOnEvent = defined @FrameXML\ItemButtonTemplate.lua:273
flash = {
}
GetItemID = defined @FrameXML\ItemButtonTemplate.lua:399
SetItemSource = defined @FrameXML\ItemButtonTemplate.lua:339
IconBorder = {
}
ExtendedSlot = {
}
IconQuestTexture = AdiBagsItemButton83IconQuestTexture {
}
hasItem = true
IconOverlay2 = {
}
IconTexture = AdiBagsItemButton83IconTexture {
}
JunkIcon = {
}
SetMatchesSearch = defined @FrameXML\ItemButtonTemplate.lua:287
UpdateItemContextOverlay = defined @FrameXML\ItemButtonTemplate.lua:307
GetDebugReportInfo = defined @FrameXML\ContainerFrame.lua:1076
SetItemLocation = defined @FrameXML\ItemButtonTemplate.lua:343
GetItemLink = defined @FrameXML\ItemButtonTemplate.lua:414
PostOnShow = defined @FrameXML\ItemButtonTemplate.lua:260
GetItemInfo = defined @FrameXML\ItemButtonTemplate.lua:386
UpdateItemContextMatching = defined @FrameXML\ItemButtonTemplate.lua:296
SetAlpha = defined @FrameXML\ItemButtonTemplate.lua:430
Count = AdiBagsItemButton83Count {
}
GetItemButtonCount = defined @FrameXML\ItemButtonTemplate.lua:426
Stock = AdiBagsItemButton83Stock {
}
searchOverlay = AdiBagsItemButton83SearchOverlay {
}
GetItem = defined @FrameXML\ItemButtonTemplate.lua:410
Reset = defined @FrameXML\ItemButtonTemplate.lua:330
}
b = nil
(*temporary) = "|cff0070dd|Hitem:172231::::::::60:64:::::::::|h[Sacred Shard]|h|r"
(*temporary) = AdiBagsItemButton83 {
GetItemLocation = defined @FrameXML\ItemButtonTemplate.lua:418
bag = 3
SetItem = defined @FrameXML\ItemButtonTemplate.lua:355
itemContextMatchResult = 3
IconOverlay = {
}
count = 80
section = AdiBagsSection2 {
}
OnItemContextChanged = defined @FrameXML\ItemButtonTemplate.lua:256
showMatchHighlight = true
newitemglowAnim = {
}
bagFamily = 0
icon = AdiBagsItemButton83IconTexture {
}
container = AdiBagsContainer1 {
}
texture = 3528446
acquired = true
UpdateTooltip = defined @FrameXML\ContainerFrame.lua:1345
LevelLinkLockTexture = {
}
NewItemTexture = {
}
itemLink = "|cff0070dd|Hitem:172231::::::::60:64:::::::::|h[Sacred Shard]|h|r"
itemId = 172231
slot = 8
UpgradeIcon = {
}
PostOnHide =

commented

Had another error today,

7x AdiBags\widgets\Section.lua:365: invalid order function for sorting
[string "=[C]"]: ?
[string "@AdiBags\widgets\Section.lua"]:365: in function FullLayout' [string "@AdiBags\widgets\ContainerFrame.lua"]:955: in function PrepareSections'
[string "@AdiBags\widgets\ContainerFrame.lua"]:1060: in function <AdiBags\widgets\ContainerFrame.lua:1043>
[string "=(tail call)"]: ?
[string "@AdiBags\widgets\ContainerFrame.lua"]:449: in function RefreshContents' [string "@AdiBags\widgets\ContainerFrame.lua"]:434: in function ResumeUpdates'
[string "@AdiBags\widgets\ContainerFrame.lua"]:417: in function <AdiBags\widgets\ContainerFrame.lua:409>
[string "=[C]"]: in function Show' [string "@AdiBags\core\Bags.lua"]:89: in function Open'
[string "@AdiBags\core\Hooks.lua"]:172: in function <AdiBags\core\Hooks.lua:168>
[string "=(tail call)"]: ?
[string "@FrameXML\ContainerFrame.lua"]:1536: in function <FrameXML\ContainerFrame.lua:1505>
[string "@ElvUI\Core\Modules\DataTexts\Bags.lua"]:50: in function `onClick'
[string "@ElvUI\Core\Modules\DataTexts\DataTexts.lua"]:399: in function <...ceElvUI\Core\Modules\DataTexts\DataTexts.lua:397>

Locals:
(*temporary) =

{
1 = AdiBagsItemButton94 {
}
2 = AdiBagsItemButton79 {
}
3 = AdiBagsItemButton59 {
}
4 = AdiBagsItemButton133 {
}
5 = AdiBagsItemButton132 {
}
6 = AdiBagsItemButton76 {
}
7 = AdiBagsItemButton23 {
}
8 = AdiBagsItemButton31 {
}
9 = AdiBagsItemButton105 {
}
10 = AdiBagsItemButton101 {
}
11 = AdiBagsItemButton159 {
}
12 = AdiBagsItemButton40 {
}
13 = AdiBagsItemButton119 {
}
14 = AdiBagsItemButton84 {
}
15 = AdiBagsItemButton130 {
}
16 = AdiBagsItemButton110 {
}
17 = AdiBagsItemButton42 {
}
18 = AdiBagsItemButton53 {
}
19 = AdiBagsItemButton29 {
}
20 = AdiBagsItemButton96 {
}
21 = AdiBagsItemButton78 {
}
22 = AdiBagsItemButton27 {
}
23 = AdiBagsItemButton21 {
}
24 = AdiBagsItemButton10 {
}
25 = AdiBagsItemButton141 {
}
26 = AdiBagsItemButton121 {
}
27 = AdiBagsItemButton148 {
}
28 = AdiBagsItemButton90 {
}
29 = AdiBagsItemButton6 {
}
30 = AdiBagsItemButton126 {
}
31 = AdiBagsItemButton61 {
}
32 = AdiBagsItemButton134 {
}
33 = AdiBagsItemButton47 {
}
34 = AdiBagsItemButton11 {
}
35 = AdiBagsItemButton46 {
}
36 = AdiBagsItemButton82 {
}
37 = AdiBagsItemButton72 {
}
38 = AdiBagsItemButton60 {
}
39 = AdiBagsItemButton33 {
}
40 = AdiBagsItemButton143 {
}
41 = AdiBagsItemButton145 {
}
42 = AdiBagsItemButton24 {
}
43 = AdiBagsItemButton154 {
}
44 = AdiBagsItemButton18 {
}
45 = AdiBagsItemButton95 {
}
46 = AdiBagsItemButton108 {
}
47 = AdiBagsItemButton50 {
}
48 = AdiBagsItemButton39 {
}
49 = AdiBagsItemButton73 {
}
50 = AdiBagsItemButton49 {
}
51 = AdiBagsItemButton135 {
}
52 = AdiBagsItemButton160 {
}
53 = AdiBagsItemButton128 {
}
54 = AdiBagsItemButton58 {
}
55 = AdiBagsItemButton32 {
}
56 = AdiBagsItemButton129 {
}
57 = AdiBagsItemButton127 {
}
58 = AdiBagsItemButton150 {
}
59 = AdiBagsItemButton92 {
}
60 = AdiBagsItemButton20 {
}
61 = AdiBagsItemButton152 {
}
62 = AdiBagsItemButton151 {
}
63 = AdiBagsItemButton7 {
}
64 = AdiBagsItemButton37 {
}
65 = AdiBagsItemButton3 {
}
66 = AdiBagsItemButton136 {
}
67 = AdiBagsItemButton67 {
}
68 = AdiBagsItemButton125 {
}
69 = AdiBagsItemButton104 {
}
70 = AdiBagsItemButton98 {
}
71 = AdiBagsItemButton57 {
}
72 = AdiBagsItemButton120 {
}
73 = AdiBagsItemButton74 {
}
74 = AdiBagsItemButton124 {
}
75 = AdiBagsItemButton106 {
}
76 = AdiBagsItemButton155 {
}
77 = AdiBagsItemButton41 {
}
78 = AdiBagsItemButton88 {
}
79 = AdiBagsItemButton51 {
}
80 = AdiBagsItemButton71 {
}
81 = AdiBagsItemButton142 {
}
82 = AdiBagsItemButton64 {
}
83 = AdiBagsItemButton140 {
}
84 = AdiBagsItemButton75 {
}
85 = AdiBagsItemButton99 {
}
86 = AdiBagsItemButton147 {
}
87 = AdiBagsItemButton117 {
}
88 = AdiBagsItemButton48 {
}
89 = AdiBagsItemButton38 {
}
90 = AdiBagsItemButton5 {
}
91 = AdiBagsItemButton45 {
}
92 = AdiBagsItemButton77 {
}
93 = AdiBagsItemButton93 {
}
94 = AdiBagsItemButton137 {
}
95 = AdiBagsItemButton25 {
}
96 = AdiBagsItemButton52 {
}
97 = AdiBagsItemButton22 {
}
}
(*temporary) = defined @AdiBags\widgets\Section.lua:482
(*temporary) = AdiBagsItemButton52 {
GetItemLocation = defined @FrameXML\ItemButtonTemplate.lua:418
bag = 4
SetItem = defined @FrameXML\ItemButtonTemplate.lua:355
itemContextMatchResult = 3
IconOverlay = {
}
count = 20
section = AdiBagsSection2 {
}
OnItemContextChanged = defined @FrameXML\ItemButtonTemplate.lua:256
showMatchHighlight = true
newitemglowAnim = {
}
bagFamily = 0
icon = AdiBagsItemButton52IconTexture {
}
container = AdiBagsContainer1 {
}
texture = 133999
acquired = true
UpdateTooltip = defined @FrameXML\ContainerFrame.lua:1345
LevelLinkLockTexture = {
}
NewItemTexture = {
}
itemLink = "|cffffffff|Hitem:173859::::::::60:64:::::::::|h[Ethereal Pomegranate]|h|r"
itemId = 173859
slot = 17
UpgradeIcon = {
}
PostOnHide = defined @FrameXML\ItemButtonT

commented

So are people done updating or fixing this addon?

commented

Its still broken fyi...

commented

Works fine for me. Have you eliminated other addons to narrow it down?

commented

HELLOOOOOOO ANYONE HERE?????????

commented

I am unable to reproduce this error. If possible, can you post the steps to reproduce this error? Also, for each error, please open a new issue.

Feel free to reopen when you can reproduce this. Thanks!