tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
402 stars 138 forks source link

Demote/promote/kick functions are not working #1055

Open Shaterhand opened 9 months ago

Shaterhand commented 9 months ago

What is the issue you are having?

Whenever I try to demote/promote/kick someone from the guild I get an Lua error and the action doesn't happen.

What is the expected behavior?

I should be able to demote/promote/kick someone from the guild.

What actually happened?

I get an lua error and nothing happens.

Suggested Solution/Workaround

No response

Errors

2x [ADDON_ACTION_FORBIDDEN] AddOn 'ElvUI_Libraries' tried to call the protected function 'GuildDemote()'.
[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>
[string "=[C]"]: in function `GuildDemote'
[string "*FriendsFrame.xml:3848_OnClick"]:1: in function <[string "*FriendsFrame.xml:3848_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
}

ElvUI Changelog & Troubleshooting

kodewdle commented 9 months ago

duplicate of https://github.com/tukui-org/ElvUI/issues/68 however i will keep this open because we should track a new issue for it