BetterBags

BetterBags

1M Downloads

AddOn 'BetterBags' tried to call the protected function 'PutItemInBag()'

psykzz opened this issue ยท 2 comments

commented

Addon Version

v0.1.8.4-g2aada23

World of Warcraft Version

Classic Era (And SoD/Hardcore)

Describe the bug

1x [ADDON_ACTION_BLOCKED] AddOn 'BetterBags' tried to call the protected function 'PutItemInBag()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `PutItemInBag'
[string "@BetterBags/frames/bagbutton.lua"]:148: in function `OnReceiveDrag'
[string "@BetterBags/frames/classic/bagbutton.lua"]:94: in function <...rfaceBetterBags/frames/classic/bagbutton.lua:94>

Locals:
_ = Frame {
 RegisterEvent = <function> defined @!BugGrabber/BugGrabber.lua:491
 0 = <userdata>
 UnregisterEvent = <function> defined @!BugGrabber/BugGrabber.lua:491
 SetScript = <function> defined @!BugGrabber/BugGrabber.lua:491
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
 ADDON_ACTION_BLOCKED = <function> defined @!BugGrabber/BugGrabber.lua:557
 ADDON_ACTION_FORBIDDEN = <function> defined @!BugGrabber/BugGrabber.lua:557
 PLAYER_LOGIN = <function> defined @!BugGrabber/BugGrabber.lua:551
 LUA_WARNING = <function> defined @!BugGrabber/BugGrabber.lua:566
 ADDON_LOADED = <function> defined @!BugGrabber/BugGrabber.lua:511
}

Steps to reproduce

  1. In combat
  2. Trying to eqiup a bag into a bag slot
commented

You can't equip bags in combat -- I'll block this manually before the error happens. Down the line, I may use the default template here. I'll keep this open to track it.

commented

You can't equip bags in combat

Makes sense, just wanted to capture the fact we shouldn't try either.