LFGMute

6.4k Downloads

Dragonflight Compatibility Issues

karpana opened this issue ยท 2 comments

commented

Good day,

Just wanted to take a few minutes to thank you for the awesome addon. I can't stand the annoying "bing bing bing" of dungeon queus when I'm a raid leading.

Wanted to share that the addon is not working right now, due in no small part to the significant UI changes blizzard has made for 10.0.0. Specifically, they've also changed the looking for group "eyeball", which is probably why this isn't working anymore.

The errors I'm getting on startup/reload is:

Message: Interface/AddOns/LFGMute/LFGMute.lua:79: attempt to index global 'QueueStatusMinimapButton' (a nil value)
Time: Fri Oct 28 12:33:07 2022
Count: 1
Stack: Interface/AddOns/LFGMute/LFGMute.lua:79: attempt to index global 'QueueStatusMinimapButton' (a nil value)
[string "=(tail call)"]: ?
[string "@Interface/AddOns/LFGMute/LFGMute.lua"]:79: in function `ApplySounds'
[string "@Interface/AddOns/LFGMute/LFGMute.lua"]:26: in function <Interface/AddOns/LFGMute/LFGMute.lua:20>
[string "=[C]"]: ?
[string "@Interface/AddOns/AdiBags/libs/AceAddon-3.0/AceAddon-3.0.lua"]:66: in function <...ce/AddOns/AdiBags/libs/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@Interface/AddOns/AdiBags/libs/AceAddon-3.0/AceAddon-3.0.lua"]:494: in function `InitializeAddon'
[string "@Interface/AddOns/AdiBags/libs/AceAddon-3.0/AceAddon-3.0.lua"]:619: in function <...ce/AddOns/AdiBags/libs/AceAddon-3.0/AceAddon-3.0.lua:611>

Locals: <none>

And when I jump into combat (even just a random mob), I get this error:

Message: Interface/AddOns/LFGMute/LFGMute.lua:79: attempt to index global 'QueueStatusMinimapButton' (a nil value)
Time: Fri Oct 28 12:47:24 2022
Count: 4
Stack: Interface/AddOns/LFGMute/LFGMute.lua:79: attempt to index global 'QueueStatusMinimapButton' (a nil value)
[string "=[C]"]: ?
[string "@Interface/AddOns/LFGMute/LFGMute.lua"]:79: in function `ApplySounds'
[string "@Interface/AddOns/LFGMute/LFGMute.lua"]:8: in function <Interface/AddOns/LFGMute/LFGMute.lua:8>

Locals: 

Thank you in advance for your attention to thios issue

commented

My pull request at #4 should fix this issue.

commented

Thank you @Amadeus-, the fix has been applied and published to CurseForge