Multiple Lua Errors #1444


Closed
  • spiritwalkerkal created this issue Aug 10, 2024

    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 2024
    Count: 1
    Stack: [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 2024
    Count: 8
    Stack: [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

  • nebula169 posted a comment Aug 15, 2024

    Fixed, thanks!

  • nebula169 closed issue Aug 19, 2024

To post a comment, please login or register a new account.