Ara_Broker_Reputations.lua:1059: attempt to index field '?' (a nil value)
Ookami313 opened this issue ยท 9 comments
While questing I received the following error when I talked to an NPC to turn in a quest. Thanks.
1x ...ns/Ara_Broker_Reputations/Ara_Broker_Reputations.lua:1059: attempt to index field '?' (a nil value)
[string "@Ara_Broker_Reputations/Ara_Broker_Reputations.lua"]:1059: in function <...ns/Ara_Broker_Reputations/Ara_Broker_Reputations.lua:1056>
[string "=(tail call)"]: ?
Locals:
self = AraReputation {
}
factionId = 2590
newRenownLevel = 1
oldRenownLevel = 0
data =
unlockDescription = "Complete the quest Impossible Odds in Dornogal in Isle of Dorn"
renownReputationEarned = 0
bountySetID = 120
renownLevel = 1
isUnlocked = false
factionID = 2590
expansionID = 10
celebrationSoundKit = 213204
name = "Council of Dornogal"
renownFanfareSoundKitID = 213208
uiPriority = 14
textureKit = "storm"
renownLevelThreshold = 2500
}
(*temporary) = nil
(*temporary) =
start = 0
max = 2500
}
(*temporary) = 2500
(*temporary) = "attempt to index field '?' (a nil value)"
sessionStartMajorFaction =
2574 =
}
2507 =
}
2564 =
}
2510 =
}
2503 =
}
2511 =
}
}
Sorry for delay, I've actually been taking a bit of a sabbatical from WoW of late and enjoying other pursuits away from a computer. I'll take a look at this in the next day or so.
Ok, I've just started playing as I've been doing other things. I'll keep an eye out for it. I've made a lot of fixes already so I may have already fixed it as a byproduct in r85. But I'll keep watching for it.
It seems to only happen the first time I talk to a quest giver of a new faction I haven't started to earn renown for yet (I'm guessing). I've only seen it a couple of times and the last one was the day before yesterday when I started working on the Hallowfall zone and faction.
I just received the following error after obtaining rep with new factions. I killed a rare, got the reputation from it and the error popped.
1x ...ns/Ara_Broker_Reputations/Ara_Broker_Reputations.lua:1082: attempt to index field '?' (a nil value)
[string "@Ara_Broker_Reputations/Ara_Broker_Reputations.lua"]:1082: in function <...ns/Ara_Broker_Reputations/Ara_Broker_Reputations.lua:1079>
[string "=(tail call)"]: ?
Locals:
self = AraReputation {
}
factionId = 2600
newRenownLevel = 1
oldRenownLevel = 0
data =
unlockDescription = "Complete the quest The Tangled Web in The Weaver's Lair in Azj-Kahet"
renownReputationEarned = 0
bountySetID = 120
renownLevel = 1
isUnlocked = false
factionID = 2600
expansionID = 10
celebrationSoundKit = 213204
name = "The Severed Threads"
renownFanfareSoundKitID = 213208
uiPriority = 11
textureKit = "web"
renownLevelThreshold = 2500
}
(*temporary) = nil
(*temporary) =
start = 0
max = 2500
}
(*temporary) = 2500
(*temporary) = "attempt to index field '?' (a nil value)"
sessionStartMajorFaction =
2574 =
}
2507 =
}
2590 =
}
2570 =
}
2503 =
}
2511 =
}
2594 =
}
2510 =
}
2564 =
}
}
Yes. Currently running r85.
Edit: I turned in a quest that gave 500 rep with The General, so I guess after initially obtaining rep for a new faction, the error only occurs at that point.
Ok, I'm looking through the code, just need to be able to test it once I find a fix.