ElvUI WindTools

ElvUI WindTools

3M Downloads

Lua error...

Milky063 opened this issue ยท 1 comments

commented

Describe the bug
2x ...ddOns/ElvUI_WindTools/Modules/Announcement/Quest.lua:25: attempt to index local 'questInfo' (a nil value)
[string "@ElvUI_WindTools/Modules/Announcement/Quest.lua"]:25: in function <...ddOns/ElvUI_WindTools/Modules/Announcement/Quest.lua:20>
[string "@ElvUI_WindTools/Modules/Announcement/Quest.lua"]:104: in function Quest' [string "@ElvUI_WindTools/Modules/Announcement/Events.lua"]:68: in function ?'
[string "@ElvUI_Libraries/Core/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...ies/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@ElvUI_Libraries/Core/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...ies/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@ElvUI_Libraries/Core/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@ElvUI_Libraries/Core/Ace3/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <...UI_Libraries/Core/Ace3/AceEvent-3.0/AceEvent-3.0.lua:119>

Locals:
quests =

{
29135 =
{
}
65842 =
{
}
67142 =
{
}
66243 =
{
}
}
(for index) = 20
(for limit) = 64
(for step) = 1
questIndex = 20
questInfo = nil
(*temporary) = nil
(*temporary) = 20
(*temporary) = nil
(*temporary) = 0
(*temporary) = nil
(*temporary) = 1
(*temporary) = "0/12 "
(*temporary) = 1
(*temporary) = 6
(*temporary) = "0"
(*temporary) = "12"
(*temporary) = " "
(*temporary) =
{
link = "|cffffff00|Hquest:67142:2287|h[Wyrm Food]|h|r"
questID = 67142
suggestedGroup = 0
1 =
{
}
title = "Wyrm Food"
level = 70
frequency = 2
}
(*temporary) =
{
numNeeded = "12"
item = " "
numItems = "0"
}
(*temporary) = "attempt to index local 'questInfo' (a nil value)"
C_QuestLog_GetNumQuestLogEntries = defined =[C]:-1
C_QuestLog_GetInfo = defined =[C]:-1
C_QuestLog_GetQuestTagInfo = defined =[C]:-1
GetQuestLink = defined =[C]:-1
GetNumQuestLeaderBoards = defined =[C]:-1
GetQuestLogLeaderBoard = defined =[C]:-1
strfind = defined =[C]:-1

To Reproduce
Steps to reproduce the behavior:
log on then off. still happen

Expected behavior
Expect it not to give me a error...

Screenshots
If applicable, add screenshots to help explain your problem.

Information (you can find these in [WindTools-Information]):

  • Addon Version: ElvUI_WindTools-3.15.zip
  • ElvUI Version 13.14
  • WoW Build 10.0.2.47213

Additional context
Add any other context about the problem here.

commented