Hovering over Keystone gives "Failed to Extract Item ID" error #537


Closed
  • TheDrToboggan created this issue Aug 19, 2024
    • Addon version: r734-release
    • Did you RESTART the game after updating the addon? Yes
    • Steps to reproduce the error or unwanted behavior: Hover over a Keystone in your bags.

     

    When hovering over a keystone in a bag, this error pops up. Other items might cause it as well but keystones are the only thing so far that i've seen.

     

    Message: ...nterface/AddOns/Rarity/Core/GUI/GameTooltipHooks.lua:524: Failed to extract item ID from item link (format might have changed?)
    Time: Mon Aug 19 08:59:02 2024
    Count: 2
    Stack: ...nterface/AddOns/Rarity/Core/GUI/GameTooltipHooks.lua:524: Failed to extract item ID from item link (format might have changed?)
    [string "@Interface/AddOns/Rarity/Core/GUI/GameTooltipHooks.lua"]:524: in function <...nterface/AddOns/Rarity/Core/GUI/GameTooltipHooks.lua:513>
    [string "=(tail call)"]: ?
    [string "=[C]"]: in function `securecallfunction'
    [string "@Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua"]:61: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:56>
    [string "@Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua"]:81: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:77>
    [string "@Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua"]:117: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:107>
    [string "=[C]"]: in function `SetAttribute'
    [string "@Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua"]:142: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:135>
    [string "@Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua"]:288: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:238>
    [string "=[C]"]: in function `securecallfunction'
    [string "@Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua"]:235: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:234>
    [string "=(tail call)"]: ?
    [string "@Interface/AddOns/Sorted/EntryButton_Item.lua"]:147: in function <Interface/AddOns/Sorted/EntryButton_Item.lua:115>
    [string "@Interface/AddOns/Sorted/Tooltip.lua"]:22: in function <Interface/AddOns/Sorted/Tooltip.lua:20>

    Locals: tooltip = GameTooltip {
    ItemTooltip = Frame {
    }
    BottomOverlay = Texture {
    }
    NineSlice = Frame {
    }
    textLeft1Font = "GameTooltipHeaderText"
    hasMoney = 1
    textRight2Font = "GameTooltipText"
    TopOverlay = Texture {
    }
    TextLeft1 = GameTooltipTextLeft1 {
    }
    StatusBar = GameTooltipStatusBar {
    }
    numMoneyFrames = 2
    supportsDataRefresh = true
    CIMI_tooltipWritten = false
    processingInfo = <table> {
    }
    infoList = <table> {
    }
    shouldRefreshData = false
    waitingForData = false
    updateTooltipTimer = 0.010000
    shoppingTooltips = <table> {
    }
    TextRight1 = GameTooltipTextRight1 {
    }
    supportsItemComparison = true
    textRight1Font = "GameTooltipHeaderText"
    layoutType = "TooltipDefaultLayout"
    textLeft2Font = "GameTooltipText"
    TextRight2 = GameTooltipTextRight2 {
    }
    TextLeft2 = GameTooltipTextLeft2 {
    }
    }
    tooltipData = <table> {
    lines = <table> {
    }
    guid = "Item-3676-0-4000000D223DC580"
    id = 180653
    hasDynamicData = true
    isAzeriteEmpoweredItem = false
    dataInstanceID = 5835
    type = 0
    isCorruptedItem = false
    isAzeriteItem = false
    }
    _ = nil
    itemLink = "[Keystone: Ruby Life Pools (10)]"
    id = nil

  • RDW posted a comment Aug 19, 2024

     Yup, I'm aware. First reported here: https://github.com/WowRarity/Rarity/issues/740

  • RDW closed issue Aug 20, 2024
  • RDW posted a comment Aug 20, 2024

    Closing since the problem is already being tracked on GitHub (and a fix will be deployed shortly).

     

    If needed, you can temporarily revert to the previous release.


To post a comment, please login or register a new account.