Error with Prepatch attempt to index field 'Title' (a nil value)
Opened this issue ยท 3 comments
Describe the bug
When moving the cursor over dailies breakdown a LUA error pops up.
Do you have an error log of what happened?
Yes.
https://pastebin.pl/view/11276432
To Reproduce
- Move cursor to minimap icon of Savedinstances.
- Scroll to Daily Quests of the toon.
- Error pops up. Unable to see what daily quests have been done.
Screenshots
https://i.imgur.com/4EIpkfI.jpg
Did you try having SavedInstances as the only enabled addon and everything else (especially something like ElvUI) disabled?
Yes.
Also tested on a freshly installed WoW client.
Which version of SavedInstances are you using?
Latest 9.0.1, release date 10/16/20.
Was it working in a previous version? If yes, which was the last good one?
It worked before Shadowlands prepatch.
Additional context
So far the error triggers when attempting to view Daily Quests, everything else works fine so far.
Hello, /reload doesn't seem to resolve the issue. Assuming I am doing it right, the quest does return a nil value when running the in-game script:
/script print (C_QuestLog.GetTitleForQuestID(39288))
SI uses hidden tooltip to get quest title. I'll look into it. Thanks for feedback.