Questie

Questie

116M Downloads

Error when turning in Enchanted Azsharite Fel Weaponry

fenrisnorth opened this issue · 12 comments

commented

Screenshot 2023-08-19 001017
Screenshot 2023-08-19 001003

Bug description

Quest not found error, see screenshots

Screenshots

Questie & WoW version

commented

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.

commented
commented

Wow Classic
v 8.8.3

commented

Please get the latest version and test again

commented
commented

No problem, still recommend getting latest release

commented
commented

Hey @fenrisnorth you can always checkout our releases on GitHub and manually install a new version.

commented

@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:SendMessage("QC_ID_BROADCAST_QUEST_UPDATE", questId)

...which was executed from within the QuestieQuest:AcceptQuest(questId) function. This doesn't fire when you're turning in a quest.

commented

I had no error with this quest when i did it

commented

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 🤔

commented

Related to #4842