NielsHeltner / wowhead-quick-link

World of Warcraft Addon that allows you to quickly look up anything on Wowhead without having to manually search for it.
GNU General Public License v3.0
7 stars 4 forks source link

The War within : Lua error when you copy an achievement / NPC / Recipe #28

Closed Zazou89 closed 2 weeks ago

Zazou89 commented 1 month ago

Hello,

I got an error when I want to copy an achievement / NPC / Recipe (no problem with items):

Message: ...dOns/WowheadQuickLink/WowheadQuickLinkStrategies.lua:375: attempt to call method 'GetParent' (a nil value)
Time: Sat Jul 13 00:33:00 2024
Count: 4
Stack: ...dOns/WowheadQuickLink/WowheadQuickLinkStrategies.lua:375: attempt to call method 'GetParent' (a nil value)
[string "@Interface/AddOns/WowheadQuickLink/WowheadQuickLinkStrategies.lua"]:375: in function `strategy'
[string "@Interface/AddOns/WowheadQuickLink/WowheadQuickLinkStrategies.lua"]:22: in function `strategy'
[string "@Interface/AddOns/WowheadQuickLink/WowheadQuickLink.lua"]:26: in function <...terface/AddOns/WowheadQuickLink/WowheadQuickLink.lua:24>
[string "@Interface/AddOns/WowheadQuickLink/WowheadQuickLink.lua"]:42: in function `RunWowheadQuickLink'
[string "WOWHEAD_QUICK_LINK_NAME"]:1: in function <[string "WOWHEAD_QUICK_LINK_NAME"]:1>

Locals: data = <table> {
 tooltip = GameTooltip {
 }
 focus = <table> {
 }
}
(*temporary) = nil
(*temporary) = <table> {
 1 = Button {
 }
}
(*temporary) = "attempt to call method 'GetParent' (a nil value)"

Thank you !

vaindil commented 2 weeks ago

This was fixed in 2.15.19 and further fixed in 2.15.20. Thanks for the report!