Noshei / GatheringTracker

Addon for tracking gathered items
GNU General Public License v3.0
1 stars 0 forks source link

[Bug] Errors with ipairs #17

Closed Starlynk1 closed 1 month ago

Starlynk1 commented 1 month ago

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"
Noshei commented 1 month ago

do you know what you were doing when this happened?

Noshei commented 1 month ago

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.