Gathering Tracker

Gathering Tracker

81.5k Downloads

[Bug] Errors with ipairs

Starlynk1 opened this issue ยท 2 comments

commented

Bugsack event:

11x GatheringTracker/GatheringTracker.lua:399: bad argument #1 to 'ipairs' (table expected, got nil)
[string "=[C]"]: in function `ipairs'
[string "@GatheringTracker/GatheringTracker.lua"]:399: in function `AllignRows'
[string "@GatheringTracker/GatheringTracker.lua"]:713: in function `PrepareDataForDisplay'
[string "@GatheringTracker/GatheringTracker.lua"]:890: in function `ProcessSoloData'
[string "@GatheringTracker/GatheringTracker.lua"]:852: in function `?'
[string "@GatheringTracker/Utilities.lua"]:89: in function <GatheringTracker/Utilities.lua:83>

Locals:
(*temporary) = nil
(*temporary) = "table expected, got nil"
commented

do you know what you were doing when this happened?

commented

this should be resolved. It was trying to set up the group display when it only had data from your character and that caused unexpected results. I've added an extra filter to the group display that should prevent this from happening in the future.