BankItems Error when switching between guild views in addon #87


Closed
  • kdwwattn created this issue Aug 23, 2019

    Every time I switch between guild views in Bankitems I get the following error:

     

    5x BankItems\BankItems-8.0.1.1.lua:6823: attempt to index local 't' (a nil value)
    BankItems\BankItems-8.0.1.1.lua:6823: in function `BankItems_PopulateGuildTabard'
    BankItems\BankItems-8.0.1.1.lua:1431: in function <BankItems\BankItems.lua:1398>
    [C]: in function `Show'
    FrameXML\UIParent.lua:3205: in function `ShowUIPanel'
    BankItems\BankItems-8.0.1.1.lua:6528: in function <BankItems\BankItems.lua:6524>

    Locals:
    guildName = "Troll Patrol|Uldum"
    t = nil
    (*temporary) = <function> defined =[C]:-1
    (*temporary) = <unnamed> {
    0 = <userdata>
    }
    (*temporary) = nil
    (*temporary) = "attempt to index local 't' (a nil value)"
    BankItems_GBEmblemFrame = BankItems_GBEmblemFrame {
    0 = <userdata>
    bgUL = <unnamed> {
    }
    bgBR = <unnamed> {
    }
    bdBL = <unnamed> {
    }
    UL = <unnamed> {
    }
    bdUL = <unnamed> {
    }
    UR = <unnamed> {
    }
    BR = <unnamed> {
    }
    bdUR = <unnamed> {
    }
    BL = <unnamed> {
    }
    bdBR = <unnamed> {
    }
    bgBL = <unnamed> {
    }
    bgUR = <unnamed> {
    }

     

    I'm using the 8.0.1.0 Release of the addon. I'm a total noob to all this bugs/coding thing and was wondering if there is a fix for this? Thank you in advance for this addon and all your work and replies.

  • Burstroc closed issue Sep 19, 2020
  • Burstroc posted a comment Sep 19, 2020

    Fixed in 8.3.0.0


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