Addon not working :( #103


Open
  • wheatleyzor created this issue Aug 15, 2018

    Hi,

    The addon dosen't seem to be working at the moment :/ I'm getting the following error:

    Message: ...ddOns\SorhaQuestLog\Libs\LibSink-2.0\LibSink-2.0.lua:253: table index is nil
    Time: Wed Aug 15 18:29:50 2018
    Count: 1
    Stack: ...ddOns\SorhaQuestLog\Libs\LibSink-2.0\LibSink-2.0.lua:253: table index is nil
    ...ddOns\SorhaQuestLog\Libs\LibSink-2.0\LibSink-2.0.lua:253: in function <...ddOns\SorhaQuestLog\Libs\LibSink-2.0\LibSink-2.0.lua:249>
    ...ddOns\SorhaQuestLog\Libs\LibSink-2.0\LibSink-2.0.lua:262: in function `rescanChannels'
    ...ddOns\SorhaQuestLog\Libs\LibSink-2.0\LibSink-2.0.lua:264: in main chunk

    Locals: (for index) = 9
    (for limit) = 9
    (for step) = 2
    i = 9
    id = false
    name = nil
    (*temporary) = <table> {
    LocalDefense = 3
    2 = false
    General = 1
    (null) = "Trade"
    }
    (*temporary) = "table index is nil"
    wipe = <function> defined =[C]:-1
    sink = <table> {
    channelMapping = <table> {
    }
    override = <table> {
    }
    stickyAddons = <table> {
    }
    registeredScrollAreaFunctions = <table> {
    }
    channelMappingIds = <table> {
    }
    msbt_registered_fonts = <table> {
    }
    handlers = <table> {
    }
    frame = <unnamed> {
    }
    storageForAddon = <table> {
    }
    }
    select = <function> defined =[C]:-1
    next = <function> defined =[C]:-1

    This is 1 of 11 errors caused by the addon at the moment and making not usable :/ Won't even appear right now. Please help!

  • wizjany_ posted a comment Aug 21, 2018

    for anyone finding this issue still, just update LibSink separately, or manually change the line

    for i = 1, select("#", ...), 2 do

     

    to

    for i = 1, select("#", ...), 3 do

     in LibSink-2.0.lua


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