WQAchievements

WQAchievements

250k Downloads

Lua error on each weekly reset day

cremor opened this issue ยท 2 comments

commented

Each week on reset day I get the following Lua error. It only happens on reset day and only once (a reload of the UI does not cause it again).

1x WQAchievements\WQAchievements-v8.2.0-8release.lua:2083: bad argument #1 to 'find' (string expected, got nil)
[C]: in function `find'
WQAchievements\WQAchievements-v8.2.0-8release.lua:2083: in function <WQAchievements\WQAchievements.lua:2082>
WQAchievements\WQAchievements-v8.2.0-8release.lua:2092: in function `compareFunction'
WQAchievements\WQAchievements-v8.2.0-8release.lua:2110: in function `InsertionSort'
WQAchievements\WQAchievements-v8.2.0-8release.lua:2122: in function `SortQuestList'
WQAchievements\WQAchievements-v8.2.0-8release.lua:988: in function `?'
...er_DurabilityInfo\Libs\AceTimer-3.0\AceTimer-3.0-17.lua:55: in function <...er_DurabilityInfo\Libs\AceTimer-3.0\AceTimer-3.0.lua:50>

Locals:
(*temporary) = nil
(*temporary) = "%[(.+)%]"
(*temporary) = "string expected, got nil"

commented

Seems like this is fixed? At least I didn't get the error today.

commented

I tried to fix it. Looks like it worked.