You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting an error when I attempt to combine a gem of the same type more than once in a row. ie- I have 10 Chipped Masterful Amethyst and click to combine. The first click works as expected the 2nd click throws an error. It usually recovers if I try a different gem type.
1x [ADDON_ACTION_FORBIDDEN] AddOn 'Remix Gem Helper' tried to call the protected function 'RunMacroText()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function RunMacroText' [string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:468: in function handler'
[string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:690: in function <...ddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua:672>
[string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:704: in function <...ddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua:697>
[string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:746: in function `SecureActionButton_OnClick'
[string "*SecureTemplates.xml:16_OnClick"]:1: in function <[string "*SecureTemplates.xml:16_OnClick"]:1>
Locals:
_ = Frame {
RegisterEvent = defined @!BugGrabber/BugGrabber.lua:491
0 =
UnregisterEvent = defined @!BugGrabber/BugGrabber.lua:491
SetScript = defined @!BugGrabber/BugGrabber.lua:491
}
event = "ADDON_ACTION_FORBIDDEN"
events =
{
ADDON_ACTION_BLOCKED = defined @!BugGrabber/BugGrabber.lua:557
ADDON_ACTION_FORBIDDEN = defined @!BugGrabber/BugGrabber.lua:557
PLAYER_LOGIN = defined @!BugGrabber/BugGrabber.lua:551
LUA_WARNING = defined @!BugGrabber/BugGrabber.lua:566
ADDON_LOADED = defined @!BugGrabber/BugGrabber.lua:511
}
The text was updated successfully, but these errors were encountered:
Getting an error when I attempt to combine a gem of the same type more than once in a row. ie- I have 10 Chipped Masterful Amethyst and click to combine. The first click works as expected the 2nd click throws an error. It usually recovers if I try a different gem type.
1x [ADDON_ACTION_FORBIDDEN] AddOn 'Remix Gem Helper' tried to call the protected function 'RunMacroText()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function
RunMacroText' [string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:468: in function
handler'[string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:690: in function <...ddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua:672>
[string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:704: in function <...ddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua:697>
[string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:746: in function `SecureActionButton_OnClick'
[string "*SecureTemplates.xml:16_OnClick"]:1: in function <[string "*SecureTemplates.xml:16_OnClick"]:1>
Locals:
{_ = Frame {
RegisterEvent = defined @!BugGrabber/BugGrabber.lua:491
0 =
UnregisterEvent = defined @!BugGrabber/BugGrabber.lua:491
SetScript = defined @!BugGrabber/BugGrabber.lua:491
}
event = "ADDON_ACTION_FORBIDDEN"
events =
ADDON_ACTION_BLOCKED = defined @!BugGrabber/BugGrabber.lua:557
ADDON_ACTION_FORBIDDEN = defined @!BugGrabber/BugGrabber.lua:557
PLAYER_LOGIN = defined @!BugGrabber/BugGrabber.lua:551
LUA_WARNING = defined @!BugGrabber/BugGrabber.lua:566
ADDON_LOADED = defined @!BugGrabber/BugGrabber.lua:511
}
The text was updated successfully, but these errors were encountered: