Error when turning in Enchanted Azsharite Fel Weaponry
fenrisnorth opened this issue · 12 comments
This seems like it might be related to the JC daily errors (#5066 #5070 #5074), so it might be resolved with v8.8.6, but seeing that it's an older quest further testing seems warranted.
Hey @fenrisnorth you can always checkout our releases on GitHub and manually install a new version.
@fenrisnorth are you sure this error occurred during quest turn in? Was there a "follow up quest" right after you turned it in that Questie Auto accepted? Your debug stack references this line:
Questie/Modules/Quest/QuestieQuest.lua
Line 469 in e23a97a
...which was executed from within the QuestieQuest:AcceptQuest(questId)
function. This doesn't fire when you're turning in a quest.
I had no error with this quest when i did it
This is not actually related to the quest, but an overall issue that sometimes our QuestLogCache desyncs with the game and therefore errors. The interesting thing is, that this happens on TURN IN and therefore it might be a race condition and/or a rare case where something is fired twice 🤔
Related to #4842