Titan [Reputation Continued]

Titan [Reputation Continued]

3.3k Downloads

TItan Reputation Login Error

Chzconey opened this issue ยท 3 comments

commented

Here is the error that I am getting upon login.

18xTitanReputation/src/main.lua:1151: attempt to index global 'TitanRep_Data' (a nil value) [string "@TitanReputation/src/main.lua"]:1151: in functionmethod'
[string "@TitanReputation/src/main.lua"]:1489: in function TitanPanelReputation_GatherFactions' [string "@TitanReputation/src/main.lua"]:234: in function TitanPanelReputationButton_OnEvent'
[string "*main.xml:15_OnEvent"]:1: in function <[string "*main.xml:15_OnEvent"]:1>

Locals:
name = "Court of Harvesters"
parentName = "Shadowlands"
standingID = 8
topValue = 10000
earnedValue = 1695
percent = "16.95"
isHeader = false
isCollapsed = false
isInactive = false
hasRep = false
isChild = false
isFriendship = false
factionID = 2413
hasBonusRepGain = true
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'TitanRep_Data' (a nil value)"
TITANREP_TABLE_INIT = true
TITANREP_TABLE =

{
2511 =
{
}
2526 =
{
}
2507 =
{
}
2510 =
{
}
2503 =
{
}
1168 =
{
}
}
TITANREP_PARAGON = "Paragon"
MYBARCOLORS =
{
7 =
{
}
1 =
{
}
2 =
{
}
4 =
{
}
8 =
{
}
9 =
{
}
5 =
{
}
10 =
{
}
3 =
{
}
6 =
{
}
}

commented

Can u provide information on which version the issue appears?

commented

V10.2.0.6 The newest Update

commented

I added a missing null check 635638c, which might cause this issue. Please let me know if this resolves the issue.

Release: v10.2.0.7