Lua error on mouse over missing hyperlink #1727


  • Defect
  • New
  • Waiting
Closed
  • reaper6667351651 created this issue Jun 23, 2018

    What exactly is wrong?

     

    Missing recepy + link and Lua when moused over

     

    What steps will reproduce the problem?


    1. use scan function, see missing recepy in list replaced with number and mouse over it

     

    What version of the product are you using?

     

    7.3.0.1

     

    Any additional information?

     

    instead of the recepy the text shown is  "Unknown: 42613" , in Enchanting module

     

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

     

    6x AckisRecipeList\List.lua:913: AckisRecipeList_SpellTooltip:SetHyperlink(): Unknown link type
    [C]: in function `SetHyperlink'
    AckisRecipeList\List.lua:913: in function <AckisRecipeList\List.lua:841>
    AckisRecipeList\List.lua:937: in function <AckisRecipeList\List.lua:928>
    AckisRecipeList\List.lua:233: in function <AckisRecipeList\List.lua:229>

    Locals:
    (*temporary) = AckisRecipeList_SpellTooltip {
    0 = <userdata>
    updateTooltip = 0.2
    needsReset = true
    comparing = false
    }
    (*temporary) = ""

  • reaper6667351651 added the tags Defect New Waiting Jun 23, 2018
  • reaper6667351651 posted a comment Jun 23, 2018

     here is an imgur screenshot if this helps :)

  • StoneOfJordon posted a comment May 16, 2019

    Even though it says its been updated to 8.1.5 when ever you hover over recipes its just spews out LUA errors this is for cooking.

     

    Message: ...dOns\AckisRecipeList\Objects\AcquireType\Trainer.lua:69: attempt to index field 'Location' (a nil value)
    Time: Fri May 17 09:09:07 2019
    Count: 26
    Stack: ...dOns\AckisRecipeList\Objects\AcquireType\Trainer.lua:69: attempt to index field 'Location' (a nil value)
    [C]: ?
    ...dOns\AckisRecipeList\Objects\AcquireType\Trainer.lua:69: in function `_func_insert_tooltip_text'
    ...isRecipeList\Objects\AcquireType\BaseAcquireType.lua:126: in function `InsertTooltipText'
    Interface\AddOns\AckisRecipeList\Interface\List.lua:827: in function `DisplayAcquireData'
    Interface\AddOns\AckisRecipeList\Interface\List.lua:1002: in function <Interface\AddOns\AckisRecipeList\Interface\List.lua:928>
    Interface\AddOns\AckisRecipeList\Interface\List.lua:233: in function <Interface\AddOns\AckisRecipeList\Interface\List.lua:229>

    Locals:

  • RessyM posted a comment May 16, 2019

    It was fixed. Without the full error I can't even begin to look into what's going on.

  • RessyM closed issue May 16, 2019
  • StoneOfJordon posted a comment May 16, 2019

    Any better i used bugsack

     

    19x ...dOns\AckisRecipeList\Objects\AcquireType\Trainer.lua:69: attempt to index field 'Location' (a nil value)
    ...dOns\AckisRecipeList\Objects\AcquireType\Trainer.lua:69: in function `_func_insert_tooltip_text'
    ...isRecipeList\Objects\AcquireType\BaseAcquireType.lua:126: in function `InsertTooltipText'
    AckisRecipeList\List.lua:827: in function `DisplayAcquireData'
    AckisRecipeList\List.lua:1002: in function <AckisRecipeList\List.lua:928>
    AckisRecipeList\List.lua:233: in function <AckisRecipeList\List.lua:229>

    Locals:
    self = <table> {
    _name = "Trainer"
    _func_expand_list_entry = <function> defined @AckisRecipeList\Objects\AcquireType\Trainer.lua:31
    _recipes = <table> {
    }
    _hasEntities = true
    _colorData = <table> {
    }
    _func_insert_tooltip_text = <function> defined @AckisRecipeList\Objects\AcquireType\Trainer.lua:66
    _id = 9
    _func_waypoint_target = <function> defined @AckisRecipeList\Objects\AcquireType\Trainer.lua:85
    _entities = <table> {
    }
    _hasCoordinates = true
    _label = "TRAINER"
    }
    recipe = <table> {
    trivial_level = 21
    _acquireTypeData = <table> {
    }
    isValidated = true
    crafted_item_id = 42942
    crafted_item_binding = "BIND_ON_EQUIP"
    _expansionID = 3
    _qualityID = 1
    optimal_level = 1
    state = 4
    easy_level = 16
    _localizedName = "Baked Manta Ray"
    Profession = <table> {
    }
    _bitflags = <table> {
    }
    skill_level = 1
    _spellID = 45569
    medium_level = 11
    }
    identifier = 6286
    localizedLocationName = "Azuremyst Isle"
    acquire_info = true
    addline_func = <function> defined @AckisRecipeList\List.lua:779
    trainer = <table> {
    identifier = 6286
    name = "Zarrin"
    coord_y = 53.600000
    coord_x = 56.600000
    item_list = <table> {
    }
    faction = "Alliance"
    }
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = <table> {
    identifier = 6286
    name = "Zarrin"
    coord_y = 53.600000
    coord_x = 56.600000
    item_list = <table> {
    }
    faction = "Alliance"
    }
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "attempt to index field 'Location' (a nil value)"
    CATEGORY_COLORS = <table> {
    location = <table> {
    }
    coords = <table> {
    }
    repname = <table> {
    }
    hint = <table> {
    }
    }
    COORDINATES_FORMAT = "(%.2f, %.2f)"

  • RessyM posted a comment May 16, 2019

    Much better, thank you. I'll fix that shortly and push another update.


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