Lua Error on Load #1733


Closed
  • RainbowMagicMarker created this issue Sep 24, 2018

    What exactly is wrong?
    Unsure, seems to be calling a nil value?

     

    What steps will reproduce the problem?
    1. Enable Recipe List

    2. Enable only the professions you use on that toon

    3. Log in

     

    What version of the product are you using?

     7.3.0.1

    Any additional information?

     

    If you get an error, please paste the ENTIRE thing here:

     

    Message: ...nterface\AddOns\AckisRecipeList\Objects\Location.lua:269: attempt to call field '?' (a nil value)
    Time: Mon Sep 24 21:14:18 2018
    Count: 1
    Stack: ...nterface\AddOns\AckisRecipeList\Objects\Location.lua:269: attempt to call field '?' (a nil value)
    ...nterface\AddOns\AckisRecipeList\Objects\Location.lua:269: in main chunk

    Locals: string = <table> {
    split = <function> defined =[C]:-1
    match = <function> defined =[C]:-1
    gmatch = <function> defined =[C]:-1
    upper = <function> defined =[C]:-1
    gsub = <function> defined =[C]:-1
    format = <function> defined =[C]:-1
    lower = <function> defined =[C]:-1
    sub = <function> defined =[C]:-1
    gfind = <function> defined =[C]:-1
    rep = <function> defined =[C]:-1
    char = <function> defined =[C]:-1
    rtgsub = <function> defined @Interface\FrameXML\RestrictedInfrastructure.lua:610
    join = <function> defined =[C]:-1
    reverse = <function> defined =[C]:-1
    byte = <function> defined =[C]:-1
    trim = <function> defined =[C]:-1
    len = <function> defined =[C]:-1
    find = <function> defined =[C]:-1
    }
    pairs = <function> defined =[C]:-1
    tonumber = <function> defined =[C]:-1
    type = <function> defined =[C]:-1
    FOLDER_NAME = "AckisRecipeList"
    private = <table> {
    EXPANSION_LOGOS = <table> {
    }
    addon_name = "Ackis Recipe List"
    COMMON_FLAGS_WORD1 = <table> {
    }
    ITEM_QUALITY_NAMES = <table> {
    }
    FLAG_WORDS = <table> {
    }
    EXPANSION0_REPUTATIONS = <table> {
    }
    EXPANSION1_REPUTATIONS = <table> {
    }
    REPUTATION_COLORS = <table> {
    }
    REP_LEVEL_STRINGS = <table> {
    }
    EXPANSION_FILTERS = <table> {
    }
    FILTER_STRINGS = <table> {
    }
    EXPANSION4_REPUTATIONS = <table> {
    }
    FACTION_LABELS_FROM_ID = <table> {
    }
    FILTER_IDS = <table> {
    }
    GAME_VERSION_NAMES = <table> {
    }
    VENDOR_TYPE_FORMAT = "Vendor (%s)"
    CLASS_FLAGS_WORD1 = <table> {
    }
    constants = <table> {
    }
    RegisterAcquireType = <function> defined @Interface\AddOns\AckisRecipeList\Objects\AcquireType\BaseAcquireType.lua:180
    FACTION_IDS_FROM_LABEL = <table> {
    }
    AcquireTypes = <table> {
    }
    EXPANSION3_REPUTATIONS = <table> {
    }
    ACQUIRE_TYPES_BY_ID = <table> {
    }
    CATEGORY_COLORS = <table> {
    }
    ITEM_QUALITIES = <table> {
    }
    BASIC_COLORS = <table> {
    }
    ACQUIRE_TYPE_IDS = <table> {
    }
    BOSS_NAMES = <table> {
    }
    PLAYER_NAME = "Nahoya"
    REP_LEVELS = <table> {
    }
    GAME_VERSIONS = <table> {
    }
    REP_FLAGS = <table> {
    }
    COORDINATES_FORMAT = "(%.2f, %.2f)"
    LOCALIZED_FACTION_STRINGS_FROM_LABEL = <table> {
    }
    EXPANSION6_REPUTATIONS = <table> {
    }
    EXPANSION5_REPUTATIONS = <table> {
    }
    GetDebugger = <function> defined @Interface\AddOns\AckisRecipeList\Constants.lua:41
    FLAG_MEMBERS = <table> {
    }
    REALM_NAME = "Stormscale"
    DIFFICULTY_COLORS = <table> {
    }
    Debug = <function> defined @Interface\AddOns\AckisRecipeList\Constants.lua:30
    EXPANSION2_REPUTATIONS = <table> {
    }
    }
    ZONE_MAP_IDS = <table> {
    UPPER_BLACKROCK_SPIRE = 995
    ISLE_OF_QUELDANAS = 499
    MOUNT_HYJAL = <table> {
    }
    TWILIGHT_HIGHLANDS = <table> {
    }
    TIRISFAL_GLADES = 20
    ICECROWN_CITADEL = 604
    TANARIS = 161
    HALLS_OF_STONE = 526
    BLACKROCK_FOUNDRY = 988
    SERPENTSHRINE_CAVERN = 780
    THE_DEADMINES = 756
    SHOLAZAR_BASIN = 493
    SIEGE_OF_ORGRIMMAR = 953
    THE_CULLING_OF_STRATHOLME = 521
    BROKEN_SHORE = <table> {
    }
    MULGORE = 9
    HIGHMOUNTAIN = 1024
    ASHENVALE = 43
    WAILING_CAVERNS = 749
    EVERSONG_WOODS = 462
    OLD_HILLSBRAD_FOOTHILLS = 734
    THE_SLAVE_PENS = 728
    SCARLET_MONASTERY = 762
    DRAGON_SOUL = 824
    TELDRASSIL = 41
    HEART_OF_FEAR = 897
    BLOODMYST_ISLE = 476
    TRIAL_OF_THE_CRUSADER = 543
    TERRACE_OF_ENDLESS_SPRING = 886
    FROSTFIRE_RIDGE = 941
    AHNQIRAJ = 766
    THE_LOST_ISLES = <table> {
    }
    NAGRAND_DRAENOR = 950
    MOONGLADE = 241
    THE_CAPE_OF_STRANGLETHORN = 673
    MACAREE = 1170
    TOMB_OF_SARGERAS = 1147
    KROKUUN = 1135
    TRIAL_OF_VALOR = 1114
    EASTERN_KINGDOMS = 14
    THE_TEMPLE_OF_ATALHAKKAR = 687
    THE_EMERALD_NIGHTMARE = 1094
    EASTERN_PLAGUELANDS = 23
    THE_NIGHTHOLD = 1088
    NETHERSTORM = 479
    THE_EXODAR = <table> {
    }
    STORMWIND_CITY = 301
    HELLFIRE_CITADEL = 1026
    FERALAS = 121
    THE_VEILE

     

     

  • RessyM posted a comment Sep 25, 2018

    Hi there!

    So here's the situation. The main dev was silly busy with work and ended up going on vacation after, and now that he's back, he has no time to update.

    I'm working on Collectinator right now and it looks like my changes are going to work. Once that's done, I'm switching to ARL. Testing on smaller addon, then move up to the big one..

    So I'm hoping within a week or so I'll have everything done.

  • RessyM posted a comment Feb 26, 2019

    Error closed. Please update ARL to the latest beta version for the fix. Sorry about the delay.

  • RessyM closed issue Feb 26, 2019

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