This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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 nilTime: Wed Aug 15 18:29:50 2018Count: 1Stack: ...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) = 2i = 9id = falsename = nil(*temporary) = <table> { LocalDefense = 3 2 = false General = 1 (null) = "Trade"}(*temporary) = "table index is nil"wipe = <function> defined =[C]:-1sink = <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]:-1next = <function> defined =[C]:-1This is 1 of 11 errors caused by the addon at the moment and making not usable :/ Won't even appear right now. Please help!
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.