Premade Groups Filter

Premade Groups Filter

12M Downloads

Error RamainingSlots.lua and Main.lua

FlareStarrr opened this issue ยท 2 comments

commented

Please check FAQ and existing issue first:

Game Version

Retail

Lua error from Bugsack

3x ...ddOns/PremadeGroupsFilter/Modules/RemainingSlots.lua:77: table index is nil
[string "@PremadeGroupsFilter/Modules/RemainingSlots.lua"]:77: in function `GetMemberCountsAfterJoin'
[string "@PremadeGroupsFilter/Modules/RemainingSlots.lua"]:100: in function `HasRemainingSlotsForBattleRezzAfterJoin'
[string "@PremadeGroupsFilter/Main.lua"]:312: in function `DoFilterSearchResults'
[string "@PremadeGroupsFilter/Main.lua"]:421: in function `FilterSearchResults'
[string "@PremadeGroupsFilter/Main.lua"]:415: in function <PremadeGroupsFilter/Main.lua:411>
[string "=[C]"]: in function `LFGListSearchPanel_UpdateResultList'
[string "@GroupFinderRio/GroupFinderRio.lua"]:1101: in function <GroupFinderRio/GroupFinderRio.lua:1098>

Locals:
memberCounts = <table> {
 HUNTER = 0
 WARRIOR = 0
 ROGUE = 0
 MAGE = 0
 NOROLE = 0
 HEALER_REMAINING = 0
 DRUID = 0
 MONK = 0
 DEATHKNIGHT = 0
 TANK = 0
 DAMAGER_REMAINING = 3
 classesByRole = <table> {
 }
 HEALER = 1
 PRIEST = 1
 Adventurer = 0
 TANK_REMAINING = 1
 WARLOCK = 0
 DEMONHUNTER = 0
 DAMAGER = 0
 PALADIN = 0
 EVOKER = 0
 SHAMAN = 0
}
memberCountsAfterJoin = <table> {
 classesByRole = <table> {
 }
 WARRIOR = 0
 ROGUE = 0
 MAGE = 0
 NOROLE = 0
 HEALER_REMAINING = 0
 DRUID = 0
 MONK = 0
 DEATHKNIGHT = 0
 TANK = 0
 DAMAGER_REMAINING = 3
 SHAMAN = 0
 HEALER = 1
 PRIEST = 1
 HUNTER = 0
 TANK_REMAINING = 1
 WARLOCK = 0
 DEMONHUNTER = 0
 PALADIN = 0
 DAMAGER = 0
 EVOKER = 0
 Adventurer = 0
}
groupType = "party"
numGroupMembers = 0
role = nil
roleRemaining = nil
(*temporary) = 1
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = 0
(*temporary) = nil
(*temporary) = "table index is nil"
PGF = <table> {
 numResultsAfterFilter = 0
 previousSearchExpression = "mythicplus and heals >= 1 and heals <= 1 and partyfit and ( arak or cot or mists or sv )"
 searchResultIDInfo = <table> {
 }
 clickToCancelFrames = <table> {
 }
 currentSearchExpression = "mythicplus and heals >= 1 and heals <= 1 and partyfit and ( arak or cot or mists or sv )"
 C = <table> {
 }
 roleIndicators = <table> {
 }
 L = <table> {
 }
 currentSearchGroupKeys = <table> {
 }
 settingsCategory = <table> {
 }
 StaticPopupDialogs = <table> {
 }
 softDeclinedGroups = <table> {
 }
 numResultsBeforeFilter = 44
 ratingInfoFrames = <table> {
 }
 previousSearchGroupKeys = <table> {
 }
 lastSearchEntryReset = 1730857060
 Logger = <table> {
 }
 UsePGFButton = UsePGFButton {
 }
 Dialog = PremadeGroupsFilterDialog {
 }
 hardDeclinedGroups = <table> {
 }
 currentSearchResults = <table> {
 }
 canceledGroups = <table> {
 }
}
C = <table> {
 MAP_ID_TO_KEYWORDS = <table> {
 }
 DIFFICULTY_KEYWORD = <table> {
 }
 COLOR_ENTRY_DECLINED_SOFT = <table> {
 }
 MYTHIC = 3
 COLOR_LOCKOUT_PARTIAL = <table> {
 }
 PVP_TIER_MAP = <table> {
 }
 ROLE_SUFFIX = <table> {
 }
 ROLE_REMAINING_KEYS = <table> {
 }
 COLOR_LOCKOUT_FULL = <table> {
 }
 ACTIVITY_ID_TO_KEYWORDS = <table> {
 }
 ROLE_ATLAS = <table> {
 }
 SETTINGS_DEFAULT = <table> {
 }
 DIFFICULTY_MAP = <table> {
 }
 DPS_CLASS_TYPE = <table> {
 }
 LOG_LEVEL = <table> {
 }
 DECLINED_GROUPS_RESET = 900
 ROLE_PREFIX = <table> {
 }
 LEADER_ATLAS = "groupfinder-icon-leader"
 ACTIVITY = <table> {
 }
 COLOR_LOCKOUT_MATCH = <table> {
 }
 COLOR_ENTRY_NEW = <table> {
 }
 HEROIC = 2
 NORMAL = 1
 ARENA2V2 = 5
 ARENA3V3 = 6
 COLOR_ENTRY_DECLINED_HARD = <table> {
 }
 MYTHICPLUS = 4
 ARENA5V5 = 7
 ROLE_ATLAS_BORDERLESS = <table> {
 }
 SEARCH_ENTRY_RESET_WAIT = 2
 SPECIALIZATIONS = <table> {
 }
 FONTSIZE_TEXTBOX = 12
 COLOR_ENTRY_CANCELED = <table> {
 }
 CATEGORY_ID = <table> {
 }
}

Screenshots

Current behaviour

Steps to reproduce

Expected behaviour

commented

It looks like the game could not determine your specialization, which shouldn't ever happen. Was this a one-time problem or is this permanently even after a reload?

commented

Hi, it's a one-time problem.