[BUG] Event ADDON_ACTION_FORBIDDEN resuming recommendation coroutine
Kylvan-8 opened this issue · 11 comments
Before You Begin
- I confirm that I have downloaded the latest version of the addon.
- I am not playing on a private server.
- I checked for an existing, open ticket for this issue and was not able to find one.
- I edited the title of this bug report (above) so that it describes the issue I am reporting.
Describe the Issue
2x [ADDON_ACTION_FORBIDDEN] L'AddOn 'Hekili' a tenté d'appeler la fonction protégée 'resume()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `resume'
[string "@Hekili/UI.lua"]:2382: in function <Hekili/UI.lua:2317>
Locals:
_ = Frame {
}
event = "ADDON_ACTION_FORBIDDEN"
events =
It doesn't exist 2382 line in UI.lua
How to Reproduce
DK FROST
Combat mode
Player Information (Link)
Error Messages (Link)
Additional Information
No response
Contact Information
No response
2317: Hekili.Engine:SetScript( "OnUpdate", function( self, elapsed )
2382: local ok, err = coroutine.resume( thread, firstDisplay )
2317:
Hekili.Engine:SetScript( "OnUpdate", function( self, elapsed )
2382:
local ok, err = coroutine.resume( thread, firstDisplay )
I don't have those in UI.lua
2x [ADDON_ACTION_FORBIDDEN] L'AddOn 'Hekili' a tenté d'appeler la fonction protégée 'resume()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485> [string "=[C]"]: in function `resume' [string "@Hekili/UI.lua"]:2382: in function <Hekili/UI.lua:2317>
Locals: _ = Frame { } event = "ADDON_ACTION_FORBIDDEN" events =
{
Okay i've retrieved those.
How can i fix it ?
It is unlikely that the error shown is the first error in your BugSack. Please confirm this error occurs when Hekili is enabled and other addons are disabled.
Very last errors reported from BugSack
2x [ADDON_ACTION_FORBIDDEN] L'AddOn 'Hekili' a tenté d'appeler la fonction protégée 'resume()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485> [string "=[C]"]: in function `resume' [string "@Hekili/UI.lua"]:2382: in function <Hekili/UI.lua:2317>
Locals: _ = Frame { } event = "ADDON_ACTION_FORBIDDEN" events =
{
I confirm.
New pastebin snapshot with the last update.
Modified error message :
GPT advises