Jaliborc / PetTracker

Tracks pets, alerts for upgrades and helps you in pet battles.
49 stars 26 forks source link

LUA Error when using item from the quest tracker #395

Open KNP54 opened 3 months ago

KNP54 commented 3 months ago

:warning: Due to the nature of taint, errors can easily be blamed by the client on the wrong addon. When running multiple ones, it is generally not clear which caused the issue. Tracking down the cause can also be complicated.

Which software were you running?

1x [ADDON_ACTION_FORBIDDEN] AddOn 'PetTracker' tried to call the protected function 'UseQuestLogSpecialItem()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485> [string "=[C]"]: in function `UseQuestLogSpecialItem' [string "@Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua"]:94: in function <...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:87>

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

{ }

Have you tried disabling all other addons and verified the problem remains? No. But disabling Pet Tracker fixes the issue.

KNP54 commented 3 months ago

Here is the taint log:

8/20 05:49:32.631 Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:94 8/20 05:49:32.631 An action was blocked because of taint from PetTracker - UseQuestLogSpecialItem() 8/20 05:49:32.631 Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:94

1Holy-Z commented 3 months ago

I am experiencing this as well.

1x [ADDON_ACTION_FORBIDDEN] AddOn 'PetTracker' tried to call the protected function 'UseQuestLogSpecialItem()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485> [string "=[C]"]: in function `UseQuestLogSpecialItem' [string "@Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua"]:94: in function <...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:87>

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

{ }

Gaviin1242 commented 3 months ago

Yeah same problem here. Guess I'll disable the addon until this gets fixed.

CrusaderEsper commented 3 months ago

Error doesn't happen after disabling PetTracker. Might be a taint issue but it does seem to be the cause here.

Andf commented 3 months ago

Same issue here, I had to disable the addon:

2x [ADDON_ACTION_FORBIDDEN] AddOn 'PetTracker' tried to call the protected function 'UseQuestLogSpecialItem()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485> [string "=[C]"]: in function `UseQuestLogSpecialItem' [string "@Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua"]:94: in function <...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:87>

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

{ }

nancikennedy commented 2 months ago

I am also having the issue

Synric101 commented 2 months ago

Also having this problem

Cl3tus commented 2 months ago

Same, disabling PetTracker solves the issue

Thom357 commented 2 months ago

I'm having the same issue, ended up disabling pettracker as well. I noticed it is also missing data for the war within. I have switched to another addon called battle pet completionlist, which doesn't have these errors, and already have the war within pets on the map.