Closed SkrybeGH closed 1 year ago
This one is CharacterNote's issue -- it has improperly updated for the tooltip changes in 10.0.2. The changes make it so that by default your tooltip handlers run on every tooltip, not just GameTooltip -- but only GameTooltip has the GetItem/GetUnit methods now.
It needs to either filter its handler to make sure it's only modifying GameTooltip (if tooltip ~= GameTooltip then return end
), or it needs to replace its call to tooltip:GetUnit()
with TooltipUtil.GetDisplayedItem(tooltip)
.
I went and left a comment on CharacterNotes' repo: https://github.com/Talryn/CharacterNotes/commit/eb0a07f047babd727dd2e584914d0b9dd9a0b045
ADDON VERSION: v23 (but earlier versions too)
When mousing over a point of interest from HN:DF (particularly NPCs) it throws the following error.
Have checked disabling other addons, and it appears to ultimately be a conflict between CharacterNotes and HN:DF. I've also lodged the error with the CharacterNotes dev.