Right clicking on the backpack will give an error #82


Open
  • icnate created this issue Nov 1, 2024

    Message: Interface/AddOns/Inventorian/Bag.lua:34: attempt to call method 'GetFilterFlag' (a nil value)
    Time: Sat Nov 2 12:49:07 2024
    Count: 1
    Stack: Interface/AddOns/Inventorian/Bag.lua:34: attempt to call method 'GetFilterFlag' (a nil value)
    [string "@Interface/AddOns/Inventorian/Bag.lua"]:34: in function <Interface/AddOns/Inventorian/Bag.lua:22>
    [string "@Interface/AddOns/Inventorian/Bag.lua"]:82: in function `initFunction'
    [string "@Interface/AddOns/Blizzard_SharedXML/Mainline/UIDropDownMenu.lua"]:85: in function `UIDropDownMenu_Initialize'
    [string "@Interface/AddOns/Blizzard_SharedXML/Mainline/UIDropDownMenu.lua"]:1193: in function `ToggleDropDownMenu'
    [string "@Interface/AddOns/Inventorian/Bag.lua"]:261: in function <Interface/AddOns/Inventorian/Bag.lua:235>

    Locals: bagID = 1
    level = 1
    info = <table> {
    }
    (*temporary) = nil
    (*temporary) = <table> {
    TokenTracker = BackpackTokenFrame {
    }
    isUsingCombinedBags = true
    filterFlags = <table> {
    }
    bagSetupDirty = true
    }
    (*temporary) = 1
    (*temporary) = "attempt to call method 'GetFilterFlag' (a nil value)"


To post a comment, please login or register a new account.