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

Lua error when used on world quest #19

Closed cremor closed 3 years ago

cremor commented 3 years ago

I'm getting the following error when I use the Addon's shortcut over a world quest in the quest tracker. Normal quests are working fine.

4x ...dOns\WowheadQuickLink\WowheadQuickLinkStrategies.lua:186: bad argument #1 to 'find' (string expected, got nil)
[string "=[C]"]: in function `find'
[string "@WowheadQuickLink\WowheadQuickLinkStrategies.lua"]:186: in function `strategy'
[string "@WowheadQuickLink\WowheadQuickLinkStrategies.lua"]:21: in function `strategy'
[string "@WowheadQuickLink\WowheadQuickLink-2.13.1.lua"]:25: in function <WowheadQuickLink\WowheadQuickLink.lua:23>
[string "@WowheadQuickLink\WowheadQuickLink-2.13.1.lua"]:41: in function `RunWowheadQuickLink'
[string "WOWHEAD_QUICK_LINK_NAME"]:1: in function <[string "WOWHEAD_QUICK_LINK_NAME"]:1>

Locals:
(*temporary) = nil
(*temporary) = "^AchievementFrameCriteria"
(*temporary) = "string expected, got nil"
vaindil commented 3 years ago

2.13.2 is published now and fixes this, it'll take CurseForge a little bit to process the update. Thanks for the report!