-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADDON_ACTION_FORBIDDEN #25
Comments
This has also started happening to me now after the latest update from Unitscan version 1.1.3, however I am on WoW Classic Era 1.14.2. Maybe a fix for this issue on the PTR has made it reoccur for non-PTR? |
This bug was reported before the PTR was accessible. Classic Era live servers are on TOC version 1.14.3. The PTR is on TOC version 1.14.4. There aren't any official servers running TOC version 1.14.2. Just to be clear, this bug exists on both the PTR and live servers. It was reported on live servers in the previous version (unitscan 1.1.2), and continues to exist on both the PTR and live servers in the new version (unitscan 1.1.3). As a workaround, I've found that reloading the UI usually seems to clear the error dialogue. Also, using the add-ons BugSack and BugGrabber (have to use both together) catch the error and prevent it from popping up the annoying dialogue box. This bug seems to be completely unrelated to the bug that was causing the massive slowdown on the PTR. |
I don't think this has anything to do with client version or unitscan version changes. This issue has always been due to conflicts with other addons. The error cannot be prevented because triggering the error is the detection mechanism. Unitscan overrides the error handler in the default UI so the error isn't visible, but it cannot prevent other addons from potentially showing the error. |
EDIT: Error still occurs don't know why it disappeared for some time... |
What @shirsig said is correct. I personally identified my issue being caused by Nova World Buffs:
The offending code is Would it be possible to just unregister the event again in unitscan? |
I made a fix for addons that reenable the event on UIParent.
|
WoW Classic Era client version 1.14.3
Unitscan version 1.1.2
When unitscan detects a unit in the target list, it triggers a Lua error with a warning pop-up from the game client.
The warning from the game client is as follows:
It has clickable buttons to "Disable" or "Ignore."
As long as the unit is in render range, the client error message will instantly reappear when "Ignore" is clicked. The client and addon otherwise run normally except that all other actions that require interaction with a client dialogue box cannot be performed (Accepting a group invitation, abandoning pet, etc).
The Lua error message is as follows:
I have not always been able to reproduce this issue. It seems that reloading the UI stops the error.
The text was updated successfully, but these errors were encountered: