LFGSpamFilter

LFGSpamFilter

191k Downloads

new patch 9.2.5 is bugged

reyard opened this issue ยท 5 comments

commented

New pach I don't see the addon.

commented

There's a LUA error in the addon's init() function which is causing it not to load:

LFGSpamFilter\modules/main.lua:7: hooksecurefunc(): ReportSearchResult is not a function
[string "=[C]"]: in function `hooksecurefunc'
[string "@LFGSpamFilter\modules/main.lua"]:7: in function `init'
[string "@LFGSpamFilter\LFGSpamFilter-1.0.0.lua"]:29: in function <LFGSpamFilter\LFGSpamFilter.lua:23>
commented

Looks like the function C_LFGList.ReportSearchResult(resultID, complaintType) of the WoW API has been changed.

Blizzard updated the 'report tool' to include other types of reports, this might have changed something.

source:
https://us.forums.blizzard.com/en/wow/t/an-eye-on-player-behavior-and-reporting-improvements/1249578/1

commented

Lua Error Im getting in 9.2.5:

Message: Interface\AddOns\LFGSpamFilter\modules/main.lua:7: hooksecurefunc(): ReportSearchResult is not a function
Time: Wed Jun  1 13:24:54 2022
Count: 1
Stack: Interface\AddOns\LFGSpamFilter\modules/main.lua:7: hooksecurefunc(): ReportSearchResult is not a function
[string "=[C]"]: in function 'hooksecurefunc\'
[string "@Interface\AddOns\LFGSpamFilter\modules/main.lua"]:7: in function 'init'
[string "@Interface\AddOns\LFGSpamFilter\LFGSpamFilter.lua"]:29: in function <Interface\AddOns\LFGSpamFilter\LFGSpamFilter.lua:23>

Locals: 
commented

Also C_ReportSystem.SendReport() is protected, so this addon can no longer report groups by itself. Will release an update soon.

commented

Should be fixed in e9f2945