Issue when mousing over Treasures in Suramar - Legion Remix #217


Open
  • thehorribad created this issue Oct 26, 2025

    Message: Interface/AddOns/HandyNotes_Legion/core/util.lua:100: attempt to index local 'str' (a nil value)
    Count: 3
    Stack:
    [Interface/AddOns/HandyNotes_Legion/core/util.lua]:100: in function 'RenderLinks'
    [Interface/AddOns/HandyNotes_Legion/core/rewards.lua]:204: in function '(for generator)'
    [Interface/AddOns/HandyNotes_Legion/core/rewards.lua]:82: in function 'Render'
    [Interface/AddOns/HandyNotes_Legion/core/nodes.lua]:389: in function 'RenderRewards'
    [Interface/AddOns/HandyNotes_Legion/core/nodes.lua]:360: in function 'Render'
    [Interface/AddOns/HandyNotes_Legion/core/core.lua]:141: in function <Interface/AddOns/HandyNotes_Legion/core/core.lua:140>

    Locals:
    str = nil
    nameOnly = true
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "attempt to index local 'str' (a nil value)"
    NameResolver = <table> {
    cache = <table> {
    }
    prepared = <table> {
    }
    }
    ns = <table> {
    GROUP_HIDDEN75 = <table> {
    }
    NameResolver = <table> {
    }
    api = <table> {
    }
    class = "DEMONHUNTER"
    groups = <table> {
    }
    COLORS = <table> {
    }
    tomtom = <table> {
    }
    world_map_button = Krowi_WorldMapButtons3 {
    }
    maps = <table> {
    }
    tooltip = <table> {
    }
    icons = <table> {
    }
    plugin_name = "HandyNotes: Legion"
    hooks = <table> {
    }
    MinimapDataProvider = HandyNotes_LegionMinimapDP {
    }
    Interval = <table> {
    }
    node = <table> {
    }
    Map = <table> {
    }
    poi = <table> {
    }
    addon = <table> {
    }
    Group = <table> {
    }
    requirement = <table> {
    }
    status = <table> {
    }
    group_types = <table> {
    }
    options = <table> {
    }
    professions = <table> {
    }
    reward = <table> {
    }
    optionDefaults = <table> {
    }
    locale = <table> {
    }
    color = <table> {
    }
    WorldMapDataProvider = <table> {
    }
    faction = "Alliance"
    GROUP_ALPHA75 = <table> {
    }
    GROUP_HIDDEN = <table> {
    }
    expansion = 7
    hook = <table> {
    }
    }

  • thehorribad posted a comment Oct 26, 2025

    Adding: The issue is the same when mousing over treasures in Highmountain and Stormheim, though it does not occur for Val'sharah or Aszuna.

     

     

    Message: Interface/AddOns/HandyNotes_Legion/core/util.lua:100: attempt to index local 'str' (a nil value)
    Time: Sun Oct 26 20:55:50 2025
    Count: 19
    Stack:
    [Interface/AddOns/HandyNotes_Legion/core/util.lua]:100: in function 'RenderLinks'
    [Interface/AddOns/HandyNotes_Legion/core/rewards.lua]:204: in function '(for generator)'
    [Interface/AddOns/HandyNotes_Legion/core/rewards.lua]:82: in function 'Render'
    [Interface/AddOns/HandyNotes_Legion/core/nodes.lua]:389: in function 'RenderRewards'
    [Interface/AddOns/HandyNotes_Legion/core/nodes.lua]:360: in function 'Render'
    [Interface/AddOns/HandyNotes_Legion/core/core.lua]:141: in function <Interface/AddOns/HandyNotes_Legion/core/core.lua:140>
    
    Locals:
    str = nil
    nameOnly = true
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "attempt to index local 'str' (a nil value)"
    NameResolver = <table> {
     cache = <table> {
     }
     prepared = <table> {
     }
    }
    ns = <table> {
     GROUP_HIDDEN75 = <table> {
     }
     NameResolver = <table> {
     }
     api = <table> {
     }
     class = "DEMONHUNTER"
     groups = <table> {
     }
     COLORS = <table> {
     }
     tomtom = <table> {
     }
     world_map_button = Krowi_WorldMapButtons3 {
     }
     maps = <table> {
     }
     tooltip = <table> {
     }
     icons = <table> {
     }
     plugin_name = "HandyNotes: Legion"
     hooks = <table> {
     }
     MinimapDataProvider = HandyNotes_LegionMinimapDP {
     }
     Interval = <table> {
     }
     node = <table> {
     }
     Map = <table> {
     }
     poi = <table> {
     }
     addon = <table> {
     }
     Group = <table> {
     }
     requirement = <table> {
     }
     status = <table> {
     }
     group_types = <table> {
     }
     options = <table> {
     }
     professions = <table> {
     }
     reward = <table> {
     }
     optionDefaults = <table> {
     }
     locale = <table> {
     }
     color = <table> {
     }
     WorldMapDataProvider = <table> {
     }
     faction = "Alliance"
     GROUP_ALPHA75 = <table> {
     }
     GROUP_HIDDEN = <table> {
     }
     expansion = 7
     hook = <table> {
     }
    }

     


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