Update to 10.1 PLEASE. Bags are a disaster. Constant reload and still can't see 1/2 of what's in bags... Can't even see gear without a blank black box
Mekilya opened this issue · 6 comments
Running Software (issues missing this information will be deleted):
- Addon version:
- Server patch: [e.g. Build 8.0.1.27178]
Have you read the changelog? (please don't waste our time)
Mark if read.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behaviour:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behaviour
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Error Logs
Type /console scriptErrors 1
in the chat and reload the game. If an error window appears, write here the message with ID: 1
(labelled 1/X). This is generally NOT the message that the window shows by default.
Additional context
Add any other context about the problem here.
14x BagBrother/libs/ItemSearch-1.3-2/API.lua:53: attempt to index field 'args' (a nil value)
[string "@BagBrother/libs/ItemSearch-1.3-2/API.lua"]:53: in function <BagBrother/libs/ItemSearch-1.3/API.lua:50>
[string "@BagBrother/libs/ItemSearch-1.3-2/API.lua"]:58: in function IsUnusable' [string "@BagBrother/addons/core/classes/item.lua"]:243: in function
UpdateBorder'
[string "@BagBrother/addons/core/classes/item.lua"]:206: in function Update' [string "@BagBrother/addons/core/classes/item.lua"]:134: in function <...rfaceBagBrother/addons/core/classes/item.lua:129> [string "=[C]"]: in function
Show'
[string "@BagBrother/addons/core/classes/item.lua"]:47: in function <...rfaceBagBrother/addons/core/classes/item.lua:39>
[string "=(tail call)"]: ?
[string "@BagBrother/addons/core/classes/itemGroup.lua"]:124: in function `func'
[string "@BagBrother/libs/MutexDelay-1.0-2/MutexDelay-1.0.lua"]:36: in function <...ns/BagBrother/libs/MutexDelay-1.0/MutexDelay-1.0.lua:30>
Locals:
lines =
1 =
}
2 =
}
3 =
}
4 =
}
5 =
}
6 =
}
7 =
}
}
(for index) = 6
(for limit) = 5
(for step) = -1
i = 6
(*temporary) = nil
(*temporary) =
leftText = ""
maxPrice = -1
price = 161
leftColor =
}
type = 11
}
(*temporary) = -1
(temporary) = 0
(temporary) = "attempt to index field 'args' (a nil value)"
C =
TooltipInfo =
}
IsItemCache =
}
CurrencyInfo =
}
Container =
}
}
id = 154798
L =
CLASS_REQUIREMENT = "Klassen: (.)"
PLAYER_CLASS = "Todesritter"
IN_SET = "Ausrüstungs-Sets: |cFFFFFFFF(.)|r"
}
As someone not well-versed in addon development, I made a quick adjustment that seems to have worked for now. Maybe it will help others until an update comes out:
Change \BagBrother\libs\ItemSearch-1.3\API.lua line 51 from local lines = C.TooltipInfo.GetItemByID(id).lines
to local lines = C.TooltipInfo.GetItemByID(id)
As someone not well-versed in addon development, I made a quick adjustment that seems to have worked for now. Maybe it will help others until an update comes out:
Change \BagBrother\libs\ItemSearch-1.3\API.lua line 51 from
local lines = C.TooltipInfo.GetItemByID(id).lines
tolocal lines = C.TooltipInfo.GetItemByID(id)
Yeah, that works. Blizz autosurfaced ToolTipInfo table values.
As someone not well-versed in addon development, I made a quick adjustment that seems to have worked for now. Maybe it will help others until an update comes out:
Change \BagBrother\libs\ItemSearch-1.3\API.lua line 51 from
local lines = C.TooltipInfo.GetItemByID(id).lines
tolocal lines = C.TooltipInfo.GetItemByID(id)
yep, works well thanks
As someone not well-versed in addon development, I made a quick adjustment that seems to have worked for now. Maybe it will help others until an update comes out:
Change \BagBrother\libs\ItemSearch-1.3\API.lua line 51 from
local lines = C.TooltipInfo.GetItemByID(id).lines
tolocal lines = C.TooltipInfo.GetItemByID(id)
Yep works fine. Thank you
As someone not well-versed in addon development, I made a quick adjustment that seems to have worked for now. Maybe it will help others until an update comes out:
Change \BagBrother\libs\ItemSearch-1.3\API.lua line 51 from
local lines = C.TooltipInfo.GetItemByID(id).lines
tolocal lines = C.TooltipInfo.GetItemByID(id)
YOU ARE AWESOME!!!
I was getting ready to make a vid like Jali did about leaving WoW :-D