GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

8M Downloads

[BUG]

Thrumbar opened this issue Β· 1 comments

commented

πŸ”΅ Describe the bug:
Getting this error when I try to share my talents via copy to clipboard

πŸ”΅ To reproduce: (Steps to reproduce the behavior)

  1. Open talent window
  2. select talents tab
  3. dropdown > select share > copy to clipboard
  4. See error ( Reloading the ui allows the copy to take place. )

πŸ”΅ The error:
Paste the error message in this blockquote.

3x [ADDON_ACTION_FORBIDDEN] AddOn 'GSE' tried to call the protected function 'CopyToClipboard()'.
[!BugGrabber/BugGrabber.lua]:485: in function <!BugGrabber/BugGrabber.lua:485>
[C]: in function 'CopyToClipboard'
[Blizzard_PlayerSpells/ClassTalents/Blizzard_ClassTalentsFrame.lua]:522: in function <...erSpells/ClassTalents/Blizzard_ClassTalentsFrame.lua:521>
[tail call]: ?
[C]: in function 'securecallfunction'
[Blizzard_Menu/Menu.lua]:884: in function 'Pick'
[Blizzard_Menu/MenuTemplates.lua]:74: in function <Blizzard_Menu/MenuTemplates.lua:68>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_FORBIDDEN"
events = <table> {
}

πŸ”΅ Screenshots:

Image

πŸ”΅ Expected behavior:
No error

πŸ”΅ GSE.lua file:

GSE.lua.txt

πŸ”΅ Desktop (please complete the following information):

  • OS: [ Windows 11 64bit]
  • Game Version [ retail (11.1.0 (60037) ]

πŸ”΅ GSE Version:

  • Version: [ 3.2.26-b-2-gf336a08 ]
  • Downloaded From: [ https://www.curseforge.com ]

πŸ”΅ Additional context:
Add any other context about the problem here.

commented

This is a WOW bug. Unfortunately the WoW Talents APi is unstable and this happens unfortunately often.

The solution is to make sure you are not in combat and also don’t have GSE open when upu open your talents window.