Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
VuhDo VuhDo
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 299
    • Issues 299
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • VuhDo
  • VuhDoVuhDo
  • Issues
  • #1163

Closed
Open
Created Feb 20, 2026 by ReallyJayDea@ReallyJayDea

VuhDo Blocked After Casting Intercession from the Action Bars

Confirm the issue lies within VuhDo:

All I use is VuhDo.

Describe your environment:

  • Unknown VuhDo version through command, but it should be 3.197-midnight-alpha
  • Americas
  • enUS

Summary of the issue:

WoW randomly asked to disable VuhDo as this error was thrown.

This threw two errors at the same time, so I combined them into the same issue.

Expected behavior:

Not what happened..?

Actual behavior:

WoW asked to disable VuhDo and to reload UI.

Related error messages:

ERROR TRACE 1

1x [ADDON_ACTION_FORBIDDEN] AddOn 'VuhDo' tried to call the protected function 'UNKNOWN()'.
[!BugGrabber/BugGrabber.lua]:585: in function '?'
[!BugGrabber/BugGrabber.lua]:509: in function <!BugGrabber/BugGrabber.lua:509>
[C]: ?
[C]: ?
[VuhDo/VuhDoSpellEventHandler.lua]:106: in function <VuhDo/VuhDoSpellEventHandler.lua:70>
[VuhDo/VuhDoEventHandler.lua]:1062: in function <VuhDo/VuhDoEventHandler.lua:980>

Locals:
self = <table> {
}
event = "ADDON_ACTION_FORBIDDEN"
addonName = "VuhDo"
addonFunc = "UNKNOWN()"
name = "VuhDo"
badAddons = <table> {
 VuhDo = true
 BugSack = true
}
L = <table> {
 ADDON_CALL_PROTECTED_MATCH = "^%[(.*)%] (AddOn '.*' tried to call the protected function '.*'.)$"
 NO_DISPLAY_2 = "|cffffff00The standard display is called BugSack, and can probably be found on the same site where you found !BugGrabber.|r"
 ERROR_DETECTED = "%s |cffffff00captured, click the link for more information.|r"
 USAGE = "|cffffff00Usage: /buggrabber <1-%d>.|r"
 BUGGRABBER_STOPPED = "|cffffff00There are too many errors in your UI. As a result, your game experience may be degraded. Disable or update the failing addons if you don't want to see this message again.|r"
 STOP_NAG = "|cffffff00!BugGrabber will not nag about missing a display addon again until next patch.|r"
 ADDON_DISABLED = "|cffffff00!BugGrabber and %s cannot coexist; %s has been forcefully disabled. If you want to, you may log out, disable !BugGrabber, and enable %s.|r"
 NO_DISPLAY_STOP = "|cffffff00If you don't want to be reminded about this again, run /stopnag.|r"
 NO_DISPLAY_1 = "|cffffff00You seem to be running !BugGrabber with no display addon to go along with it. Although a slash command is provided for accessing error reports, a display can help you manage these errors in a more convenient way.|r"
 ERROR_UNABLE = "|cffffff00!BugGrabber is unable to retrieve errors from other players by itself. Please install BugSack or a similar display addon that might give you this functionality.|r"
 ADDON_CALL_PROTECTED = "[%s] AddOn '%s' tried to call the protected function '%s'."
}

ERROR TRACE 2

1x [ADDON_ACTION_BLOCKED] AddOn 'BugSack' tried to call the protected function 'OpenSettingsPanel()'.
[!BugGrabber/BugGrabber.lua]:585: in function '?'
[!BugGrabber/BugGrabber.lua]:509: in function <!BugGrabber/BugGrabber.lua:509>
[C]: in function 'OpenSettingsPanel'
[Blizzard_Settings_Shared/Blizzard_Settings.lua]:144: in function 'OpenToCategory'
[BugSack/ldb.lua]:22: in function 'OnClick'
[BugSack/Libs/LibDBIcon-1.0-55/LibDBIcon-1.0.lua]:179: in function <BugSack/Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua:177>

Locals:
self = <table> {
}
event = "ADDON_ACTION_BLOCKED"
addonName = "BugSack"
addonFunc = "OpenSettingsPanel()"
name = "BugSack"
badAddons = <table> {
 BugSack = true
}
L = <table> {
 ADDON_CALL_PROTECTED_MATCH = "^%[(.*)%] (AddOn '.*' tried to call the protected function '.*'.)$"
 NO_DISPLAY_2 = "|cffffff00The standard display is called BugSack, and can probably be found on the same site where you found !BugGrabber.|r"
 ERROR_DETECTED = "%s |cffffff00captured, click the link for more information.|r"
 USAGE = "|cffffff00Usage: /buggrabber <1-%d>.|r"
 BUGGRABBER_STOPPED = "|cffffff00There are too many errors in your UI. As a result, your game experience may be degraded. Disable or update the failing addons if you don't want to see this message again.|r"
 STOP_NAG = "|cffffff00!BugGrabber will not nag about missing a display addon again until next patch.|r"
 ADDON_DISABLED = "|cffffff00!BugGrabber and %s cannot coexist; %s has been forcefully disabled. If you want to, you may log out, disable !BugGrabber, and enable %s.|r"
 NO_DISPLAY_STOP = "|cffffff00If you don't want to be reminded about this again, run /stopnag.|r"
 NO_DISPLAY_1 = "|cffffff00You seem to be running !BugGrabber with no display addon to go along with it. Although a slash command is provided for accessing error reports, a display can help you manage these errors in a more convenient way.|r"
 ERROR_UNABLE = "|cffffff00!BugGrabber is unable to retrieve errors from other players by itself. Please install BugSack or a similar display addon that might give you this functionality.|r"
 ADDON_CALL_PROTECTED = "[%s] AddOn '%s' tried to call the protected function '%s'."
}
  • BugGrabber
  • BugSack
Edited Feb 26, 2026 by ReallyJayDea
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking