Auctipus

Auctipus

4.9k Downloads

lua error

MyTechnoHunter opened this issue ยท 2 comments

commented

1x Auctipus\AuctipusLink.lua:33: attempt to index local 'l' (a nil value)
[string "@Auctipus\AuctipusLink.lua"]:33: in function GetItemID' [string "@Auctipus\AuctipusTooltips.lua"]:235: in function <Auctipus\AuctipusTooltips.lua:232> [string "=[C]"]: ? [string "=[C]"]: ? [string "@Altoholic\Tooltip.lua"]:592: in function <Altoholic\Tooltip.lua:590> [string "=[C]"]: ? [string "=[C]"]: in function SetQuestItem'
[string "@Interface_TBC\FrameXML\QuestInfo.lua"]:996: in function <Interface_TBC\FrameXML\QuestInfo.lua:985>

Locals:
l = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'l' (a nil value)"

latest version auctipus, bcc

clicked to accept two quests in westfall... first quest was westfall stew, then clicked to accept the goretusk liver pie. got that error above when i did

commented

I'm beginning to regret adding tooltip support...! Well, not really.

I've wrapped every single tooltip call in checks for nil now. There are just so many places in the Blizzard UI where they try to display a tooltip for an item that hasn't loaded yet that I guess it's best just to always assume it will be nil instead of assuming that it would always be populated.

I've released 2.5.2-v10 which should resolve this and all other nil tooltip issues forever. I hope. Thanks for helping report these issues,

commented

glad to help, will keep testing :) ty for the addon!