AddOn 'RaiderIO' tried to call the protected function 'SetNote()'
hotchrisbfries opened this issue ยท 2 comments
Trying to change the guild and/or officer note for players results in the following LUA error
1x [ADDON_ACTION_FORBIDDEN] AddOn 'RaiderIO' tried to call the protected function 'SetNote()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function SetNote' [string "@Blizzard_StaticPopup_Frame/Mainline/StaticPopup.lua"]:2728: in function OnAccept'
[string "@Blizzard_StaticPopup/StaticPopup.lua"]:1023: in function `StaticPopup_OnClick'
[string "*StaticPopup.xml:23_OnClick"]:1: in function <[string "*StaticPopup.xml:23_OnClick"]:1>
Locals:
_ = Frame {
}
event = "ADDON_ACTION_FORBIDDEN"
events =
}
It is now July 11th, 2025, 252 days or 8 months, 10 days after the error was opened and it is still occurring on a daily basis.
Setting a guild note is still causing the following error.
1x [ADDON_ACTION_FORBIDDEN] AddOn 'RaiderIO' tried to call the protected function 'SetNote()'.
[*StaticPopup.xml:23_OnClick]:1: in function <[string "*StaticPopup.xml:23_OnClick"]:1>
Locals:
self = StaticPopup1Button1 {
BottomLeftCorner = Texture {
}
Flash = Texture {
}
TopLeftCorner = Texture {
}
RightEdge = Texture {
}
template = "Default"
PulseAnim = AnimationGroup {
}
glossTex = true
shadow = Frame {
}
PixelSnapDisabled = true
TopRightCorner = Texture {
}
IsSkinned = true
TopEdge = Texture {
}
Text = StaticPopup1Button1Text {
}
Center = Texture {
}
BottomRightCorner = Texture {
}
BottomEdge = Texture {
}
backdropInfo =
}
LeftEdge = Texture {
}
}
button = "LeftButton"
down = false
It is now April 14th, 2025, 163 days after the error was opened and it is still occurring on a daily basis.
[ADDON_ACTION_FORBIDDEN] AddOn 'RaiderIO' tried to call the protected function 'SetNote()'
Why it's happening:
- SetNote() is a Blizzard-protected function.
- RaiderIO is trying to invoke it outside of what's permitted by Blizzard's UI policy.
- Since it's not allowed, WoW throws this error and prevents the action.
Common triggers:
- Trying to set a Note or Officer's Note on a player via the guild tab.