WeakAuras

WeakAuras

200M Downloads

cannot modify Guild Note

WingZeroMaster opened this issue · 11 comments

commented

Is there an existing issue for this?

  • I have searched the existing open and closed issues.

Description

When I try to modify the guild notes, the following error occurs

=====================================================================

1x [ADDON_ACTION_FORBIDDEN] 애드온 'WeakAuras'|1이;가; 보호된 함수 'SetNote()' 호출을 시도했습니다.
[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>
[string "=[C]"]: in function SetNote' [string "@FrameXML/StaticPopup.lua"]:2673: in function OnAccept'
[string "@FrameXML/StaticPopup.lua"]:5317: in function `StaticPopup_OnClick'
[string "*StaticPopup.xml:24_OnClick"]:1: in function <[string "*StaticPopup.xml:24_OnClick"]:1>

Locals:
_ = Frame {
RegisterEvent = defined @!BugGrabber/BugGrabber.lua:487
0 =
UnregisterEvent = defined @!BugGrabber/BugGrabber.lua:487
SetScript = defined @!BugGrabber/BugGrabber.lua:487
}
event = "ADDON_ACTION_FORBIDDEN"
events =

{
ADDON_ACTION_BLOCKED = defined @!BugGrabber/BugGrabber.lua:553
ADDON_ACTION_FORBIDDEN = defined @!BugGrabber/BugGrabber.lua:553
PLAYER_LOGIN = defined @!BugGrabber/BugGrabber.lua:547
LUA_WARNING = defined @!BugGrabber/BugGrabber.lua:562
ADDON_LOADED = defined @!BugGrabber/BugGrabber.lua:507
}

WeakAuras Version

WeakAuras 5.9.0

World of Warcraft Flavor

Retail (Default)

World of Warcraft Region

TW/Asia

Tested with only WeakAuras

  • Yes

Lua Error

1x [ADDON_ACTION_FORBIDDEN] 애드온 'WeakAuras'|1이;가; 보호된 함수 'SetNote()' 호출을 시도했습니다.
[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>
[string "=[C]"]: in function `SetNote'
[string "@FrameXML/StaticPopup.lua"]:2673: in function `OnAccept'
[string "@FrameXML/StaticPopup.lua"]:5317: in function `StaticPopup_OnClick'
[string "*StaticPopup.xml:24_OnClick"]:1: in function <[string "*StaticPopup.xml:24_OnClick"]:1>

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_FORBIDDEN"
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
}

Reproduction Steps

  1. Modify Guild Note
  2. Click OK
  3. Error Occured

Last Good Version

No response

Screenshots

No response

Export String

No response

commented

Nothing indicates that this has anything to do with WA.

commented

then why WA tried call 'SetNote()'?

commented

Because you have an aura that tries to call it. You can get help with that in discord

commented

I changed all WA string load option to "NEVER", but same error occured
all addon disabled and only loaded WA, same error occured
Is there a way to find 'setnote' in the entire string of WA?

commented

Your installed auras can all be found at WTF\Account<Account #>\SavedVariables\WeakAuras.lua

commented

I opened WeakAuras.lua by UltraEdit, and tried to find 'setnote' or 'note'....
but there was nothing......

commented

Nothing in WA calls SetNote, so it is not WeakAuras calling that.

commented

error

I deleted all wtf files and reinstalled WA.
but same error occured

commented

It has nothing to do with WA, take a look at your other addons.

commented

error2

I already wrote it above...
"all addon disabled and only loaded WA, same error occured"

commented

Then complain to blizzard. Again nothing in WA calls SetNote.