Bagnon

Bagnon

122M Downloads

Message: bad argument #1 to '?'

DudicusMaximus opened this issue ยท 3 comments

commented

Getting this message any time I try to search my bank bags but mainly (only maybe) when I search in the bank bag while I'm not actually in the bank using the Right Click to toggle other windows ability. Tosses up a LUA warning from the game about slowdowns as well.

Message: bad argument #1 to '?' (Usage: local itemLink = C_Item.GetItemLink(itemLocation))
Time: Thu Feb 16 17:18:18 2023
Count: 1834
Stack: bad argument #1 to '?' (Usage: local itemLink = C_Item.GetItemLink(itemLocation))
[string "=[C]"]: in function GetItemLink' [string "@Interface/AddOns/BagBrother/libs/ItemSearch-1.3/API.lua"]:40: in function Matches'
[string "@Interface/AddOns/BagBrother/addons/core/classes/item.lua"]:297: in function ?' [string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:114: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:114> [string "=[C]"]: ? [string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:24: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:20> [string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:59: in function SendMessage'
[string "@Interface/AddOns/BagBrother/libs/WildAddon-1.0/WildAddon-1.0.lua"]:83: in function `SendSignal'
[string "@Interface/AddOns/Bagnon/src/searchFrame.lua"]:78: in function <Interface/AddOns/Bagnon/src/searchFrame.lua:74>

Locals:

commented

Steps to reproduce:

  1. Have Bagnon and BagBrother installed and activated.
  2. While away from a banker, open your bank view - I do this by right clicking the Bagnon LDB display.
  3. Double click the title bar to activate search.
  4. Type something.
  5. The errors appear.
134x bad argument #1 to '?' (Usage: local itemLink = C_Item.GetItemLink(itemLocation))
[string "=[C]"]: in function `GetItemLink'
[string "@BagBrother/libs/ItemSearch-1.3-2/API.lua"]:40: in function `Matches'
[string "@BagBrother/addons/core/classes/item.lua"]:297: in function `?'
[string "@AllTheThings/lib/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...ings/lib/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@AllTheThings/lib/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...ings/lib/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@AllTheThings/lib/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `SendMessage'
[string "@BagBrother/libs/WildAddon-1.0-1/WildAddon-1.0.lua"]:83: in function `SendSignal'
[string "@Bagnon/src/searchFrame.lua"]:78: in function <Bagnon/src/searchFrame.lua:74>

Locals:
(*temporary) = "bad argument #1 to '?' (Usage: local itemLink = C_Item.GetItemLink(itemLocation))"
commented

I get the same error using Bagnon 10.0.16 on WoW 10.0.7.48865.

commented

Duplicate of #1597 and #1590