HandyNotes: Dragonflight

HandyNotes: Dragonflight

26M Downloads

LUA Error when mousing over icons

aruberto opened this issue ยท 1 comments

commented

ADDON VERSION: v126 of Legion and Dragonflight addons

Describe the bug
When hovering over certain icons, get LUA error and tooltip is transparent

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

When hovering over a suramar treasure chest

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

Screenshots

Hovering over Fyrakk Assault
Image

Hovering over a suramar treasure chest
Image

commented

Guessing this will be fixed in next version by 98f1bfb