Wuild / GatherLite

World of Warcraft: Classic Gathering addon keeping track on where you have found stuff
MIT License
32 stars 16 forks source link

Issue when enabled with ATT (All The Things) #182

Open rbpaiett opened 1 year ago

rbpaiett commented 1 year ago

Describe the bug In the crafting interface (in my case, mining), ATT pops out with a window on the right listing all unobtained recipes, as well as other tooltips. When the user does a mouseover over these items, lua errors spring up.

To Reproduce Steps to reproduce the behavior:

  1. Open crafting interface with GatherLite & All The Things addons enabled.
  2. Move cursor over the items listed in the ATT window attached to the right.

Expected behavior Tooltips with further information without lua errors.

Screenshots

Additional context Lua error that appears:

241x GatherLite/scripts/main.lua:95: attempt to index field '?' (a nil value) [string "@GatherLite/scripts/main.lua"]:95: in function <GatherLite/scripts/main.lua:86>

string "=[C]": in function SetText' [string "@ArkInventory/Core/ArkInventoryTooltip.lua"]:133: in functionGameTooltipSetText' [string "@ArkInventory/Core/ArkInventory.lua"]:6564: in function `Frame_Bar_Label_OnEnter'

I suppose it might be ArkInventory but I had to start somewhere.

rbpaiett commented 1 year ago

The error does appear when only GatherLite & ATT are enabled btw.

rbpaiett commented 1 year ago
...