DarkUI

DarkUI

534 Downloads

Problem with quest special objects or functions

Marih-GitHub opened this issue ยท 1 comments

commented

When I try to use the quest object in Quest Tracker I get a message that ask me if I want to disable Darkui ADDON

2x [ADDON_ACTION_FORBIDDEN] AddOn 'DarkUI' tried to call the protected function 'UseQuestLogSpecialItem()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `UseQuestLogSpecialItem'
[string "@Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua"]:94: in function <...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:87>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_FORBIDDEN"
events =

{
}

And this is another error while trying to transfer currency:

4x [ADDON_ACTION_FORBIDDEN] AddOn 'DarkUI' tried to call the protected function 'UNKNOWN()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: ?
[string "=[C]"]: in function `RequestCurrencyFromAccountCharacter'
[string "@Blizzard_TokenUI/Blizzard_CurrencyTransfer.lua"]:331: in function <...ddOns/Blizzard_TokenUI/Blizzard_CurrencyTransfer.lua:328>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_FORBIDDEN"
events =

{
}

commented

Hi, these issues is relate to WoW official apis and may be fixed in feature version. Currently you can reload UI (type /rl in game chat) as a temp solution.