This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Pitbull is causing a lot of Lua Errors. Here are a few I'm getting:
Message: [string "PitBull4_LuaTexts:Normal:Lua:Reputation"]:1: attempt to call global 'GetWatchedFactionInfo' (a nil value)Time: Fri Aug 9 23:25:13 2024Count: 1Stack: [string "PitBull4_LuaTexts:Normal:Lua:Reputation"]:1: attempt to call global 'GetWatchedFactionInfo' (a nil value)[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:37: in function <...pansionLandingPage/Blizzard_ExpansionLandingPage.lua:35> Locals: self = ExpansionLandingPage { overlay = <table> { } Overlay = Frame { }}event = "PLAYER_LOGIN"
Message: [string "PitBull4_LuaTexts:Normal:Lua:Reputation"]:1: attempt to call global 'GetWatchedFactionInfo' (a nil value)Time: Fri Aug 9 23:25:13 2024Count: 1Stack: [string "PitBull4_LuaTexts:Normal:Lua:Reputation"]:1: attempt to call global 'GetWatchedFactionInfo' (a nil value)[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:37: in function <...pansionLandingPage/Blizzard_ExpansionLandingPage.lua:35>
Locals: self = ExpansionLandingPage { overlay = <table> { } Overlay = Frame { }}event = "PLAYER_LOGIN"
Another:
Message: [string "PitBull4_LuaTexts:Normal:Lua:Reputation"]:1: attempt to call global 'GetWatchedFactionInfo' (a nil value)Time: Fri Aug 9 23:30:56 2024Count: 8Stack: [string "PitBull4_LuaTexts:Normal:Lua:Reputation"]:1: attempt to call global 'GetWatchedFactionInfo' (a nil value)[string "@Interface/AddOns/ArkInventory/Externals/Ace3/AceTimer/AceTimer-3.0.lua"]:57: in function <...rkInventory/Externals/Ace3/AceTimer/AceTimer-3.0.lua:50> Locals: timer = <table> { 1 = PitBull4_Frames_Player { } 2 = true argsCount = 2 object = <table> { } ends = 71415.715000 delay = 2}activeTimers = <table> { = <table> { } = <table> { } = <table> { } = <table> { } = <table> { } = <table> { }}
Message: [string "PitBull4_LuaTexts:Normal:Lua:Reputation"]:1: attempt to call global 'GetWatchedFactionInfo' (a nil value)Time: Fri Aug 9 23:30:56 2024Count: 8Stack: [string "PitBull4_LuaTexts:Normal:Lua:Reputation"]:1: attempt to call global 'GetWatchedFactionInfo' (a nil value)[string "@Interface/AddOns/ArkInventory/Externals/Ace3/AceTimer/AceTimer-3.0.lua"]:57: in function <...rkInventory/Externals/Ace3/AceTimer/AceTimer-3.0.lua:50>
Locals: timer = <table> { 1 = PitBull4_Frames_Player { } 2 = true argsCount = 2 object = <table> { } ends = 71415.715000 delay = 2}activeTimers = <table> { = <table> { } = <table> { } = <table> { } = <table> { } = <table> { } = <table> { }}
There are multiple more, not sure if I should post them all or not, but they look to be all related to a reputation query: GetWatchedFactionInfo
Fixed, thanks!
To post a comment, please login or register a new account.