smaitch / Grail

World of Warcraft addon to provide a database of quest information.
31 stars 20 forks source link

Failed to process completed query results #179

Closed Mindrust1 closed 4 years ago

Mindrust1 commented 4 years ago

https://i.imgur.com/o2qvyCN.png

The map shows quests that I've completed.

smaitch commented 4 years ago

Most likely this is caused because you are using a character with the same name as a character that had recorded many quests being done before. Therefore, Grail had recorded all those quests being done, and when Blizzard API returns a radically different value, Grail panics. The reason this check Is in place is because in the past Blizzard API has had problems and Grail would abandon overwriting its information because it could not trust the Blizzard API. If this is the case and you are reusing a character name, the only real workaround is to remove the per-character saved variables for Grail. If this is not the case, I am unsure why the Blizzard API nowadays is being finicky.

Nerillida commented 4 years ago

There's the slash command to clear data, I use that since you added it.

/grail eraseAndReloadCompletedQuests => reloads the completed quest list from Blizzard erasing the current list

smaitch commented 4 years ago

One assumes this is resolved as no new information received from the OP.