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

Please update addon for WOW ver 11.0.2 thanks #334

Closed
z78929999 opened this issue Aug 16, 2024 · 2 comments
Closed

Please update addon for WOW ver 11.0.2 thanks #334

z78929999 opened this issue Aug 16, 2024 · 2 comments
Labels
1_bug Something isn't working 3_duplicate This issue or pull request already exists

Comments

@z78929999
Copy link

Describe the bug

30x TipTacItemRef/libs/LibItemString.lua:321: attempt to call field 'SurfaceArgs' (a nil value)
[string "@TipTacItemRef/libs/LibItemString.lua"]:321: in function <TipTacItemRef/libs/LibItemString.lua:316>
[string "=(tail call)"]: ?
[string "@TipTacItemRef/ttItemRef.lua"]:2417: in function item' [string "@TipTacItemRef/ttItemRef.lua"]:1406: in function <TipTacItemRef/ttItemRef.lua:1396> [string "=[C]"]: in function EmbeddedItemTooltip_SetItemByID'
[string "@Blizzard_PVPUI/Blizzard_PVPUI.lua"]:1607: in function <Blizzard_PVPUI/Blizzard_PVPUI.lua:1588>

Locals:
self =

{
ITEM_LEVEL_PATTERN = "物品等級(%d+)"
ITEMSTRING_PROPERTY_INDEX =
{
}
TIMEWARPED_LEVEL_ADJUST =
{
}
UPGRADED_LEVEL_ADJUST =
{
}
ITEMSTRING_PATTERN = "(item:[^|]+)"
ScanTip = LibItemStringScanTip {
}
TOOLTIP_MAXLINE_LEVEL = 5
REVISION = 4
TIMEWARPED_WARFORGED_LEVEL_ADJUST =
{
}
}
itemLink = "|cffa335ee|Hitem:201250::::::::70:71:::::::::|h[凱旋爭奪者的保險箱]|h|r"
tooltipData =
{
dataInstanceID = 1681
type = 0
isAzeriteEmpoweredItem = false
isAzeriteItem = false
id = 201250
hyperlink = "|cffa335ee|Hitem:201250::::::::70:71:::::::::|h[凱旋爭奪者的保險箱]|h|r"
isCorruptedItem = false
lines =
{
}
}
(*temporary) = nil
(*temporary) =
{
dataInstanceID = 1681
type = 0
isAzeriteEmpoweredItem = false
isAzeriteItem = false
id = 201250
hyperlink = "|cffa335ee|Hitem:201250::::::::70:71:::::::::|h[凱旋爭奪者的保險箱]|h|r"
isCorruptedItem = false
lines =
{
}
}
(*temporary) = "attempt to call field 'SurfaceArgs' (a nil value)"
LIS =
{
ITEM_LEVEL_PATTERN = "物品等級(%d+)"
ITEMSTRING_PROPERTY_INDEX =
{
}
TIMEWARPED_LEVEL_ADJUST =
{
}
UPGRADED_LEVEL_ADJUST =
{
}
ITEMSTRING_PATTERN = "(item:[^|]+)"
ScanTip = LibItemStringScanTip {
}
TOOLTIP_MAXLINE_LEVEL = 5
REVISION = 4
TIMEWARPED_WARFORGED_LEVEL_ADJUST =
{
}
}

Steps to Reproduce

No response

Expected behavior

No response

Additional context

No response

Version of TipTac Reborn

9.5.1

Flavor/Version of WoW

11.0.2.56110

@z78929999 z78929999 added the 1_bug Something isn't working label Aug 16, 2024
@Wraithlord2015
Copy link

Wraithlord2015 commented Aug 17, 2024

API depreciation: The C_TooltipInfo APIs now return data with all data and line arguments surfaced, removing the need to call TooltipUtil.SurfaceArgs()

@frozn
Copy link
Owner

frozn commented Aug 19, 2024

Thanks for reporting this! 👍

Calling TooltipUtil.SurfaceArgs() is obsolete (since df 10.1.0) and can be removed. The fix will be included in the next release.

Duplicate of #330.

@frozn frozn added the 3_duplicate This issue or pull request already exists label Aug 19, 2024
@frozn frozn closed this as completed Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1_bug Something isn't working 3_duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants