Skip to content
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

LUA error with quest item #4

Open
Mike160770 opened this issue Aug 25, 2024 · 3 comments
Open

LUA error with quest item #4

Mike160770 opened this issue Aug 25, 2024 · 3 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed wontfix This will not be worked on

Comments

@Mike160770
Copy link

when using a questitem out of the questlog the following LUA error occurs:

1x [ADDON_ACTION_FORBIDDEN] AddOn 'HandyNotes_erglo_Loremaster' hat versucht die geschützte Funktion 'UseQuestLogSpecialItem()' aufzurufen.
[string "@Interface/AddOns/SpartanUI/libs/bug-grabber/BugGrabber.lua"]:478: in function <...ace/AddOns/SpartanUI/libs/bug-grabber/BugGrabber.lua:477>
[string "=[C]"]: in function `UseQuestLogSpecialItem'
[string "@Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua"]:94: in function <...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:87>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_FORBIDDEN"
events =

{
}

@erglo erglo self-assigned this Aug 27, 2024
@erglo erglo added bug Something isn't working help wanted Extra attention is needed wontfix This will not be worked on labels Aug 27, 2024
@erglo
Copy link
Owner

erglo commented Aug 27, 2024

Hi, thank you for reporting this!
I encountered this and similar messages from the Objective Tracker already myself, but tbh I have no idea where this is coming from. Neither does my code nor my libraries use the function UseQuestLogSpecialItem() . You can verify that yourself if you want.
Blizzard doesn't report where or how this is triggered and I have no clue how to prevent this from happening again.
I know it's annoying, but unfortunately we have to live with that for the moment. Sorry!

I will look further into this, maybe I find someone who has the same or a similar problem or even a solution for it.

@Mike160770
Copy link
Author

I sometimes encounter my addons "Bartender" or "Pettracker" causing the same error - something weird is going on here...

@erglo
Copy link
Owner

erglo commented Aug 28, 2024

It is weird indeed. It might be caused by a library of a library...?! I really don't know.
I noticed that when the system complains with the ADDON_ACTION_FORBIDDEN error you can reload the UI (/reload) and strangely enough using the special item from the Objective Tracker after that works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants