DialogKey DF

DialogKey DF

36k Downloads

ADDON_ACTION_BLOCKED in regards to LFGList.lua

GhostReapersWorld opened this issue ยท 1 comments

commented

Whenever I try to create an LFG Listing for a group/raid quest (i.e. worldboss) it fails due to 'DialogKey' trying to call a protected function 'GetPlaystileString()'. I'll add the BugGrabber entry:

3x [ADDON_ACTION_BLOCKED] AddOn 'DialogKey' tried to call the protected function 'GetPlaystyleString()'.
[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>
[string "=[C]"]: in function 'GetPlaystyleString'
[string "@FrameXML/LFGList.lua"]:1033: in function 'LFGListEntryCreation_OnPlayStyleSelected'
[string "@FrameXML/LFGList.lua"]:650: in function 'LFGListEntryCreation_Show'
[string "@FrameXML/LFGList.lua"]:2125: in function <FrameXML/LFGList.lua:2122>

Locals:
_ = Frame {
 RegisterEvent = <function> defined @!BugGrabber/BugGrabber.lua:487
 0 = <userdata>
 UnregisterEvent = <function> defined @!BugGrabber/BugGrabber.lua:487
 SetScript = <function> defined @!BugGrabber/BugGrabber.lua:487
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
 ADDON_ACTION_BLOCKED = <function> defined @!BugGrabber/BugGrabber.lua:553
 ADDON_ACTION_FORBIDDEN = <function> defined @!BugGrabber/BugGrabber.lua:553
 PLAYER_LOGIN = <function> defined @!BugGrabber/BugGrabber.lua:547
 LUA_WARNING = <function> defined @!BugGrabber/BugGrabber.lua:562
 ADDON_LOADED = <function> defined @!BugGrabber/BugGrabber.lua:507
}
commented

I've seen this error myself from time to time, but it hasn't prevented me from creating a premade group.

As far as I can discern, this error has nothing to do with DialogKey specifically; the addon doesn't touch the LFGList in any way, and we definitely aren't calling GetPlaystyleString() anywhere in the code!

Feel free to reopen this issue if you can find a way to reliably reproduce this issue; I've tried myself and wasn't able to do so.