0xbs / premade-groups-filter

A World of Warcraft addon for powerful filtering of premade group listings.
GNU General Public License v2.0
76 stars 40 forks source link

Can't create group without authenticator #180

Closed Enkaf closed 1 year ago

Enkaf commented 1 year ago

Hello!

Since I dont have full protection account, I can't list my group when addon (PGF) is enabled, with default name. Scr:

image

When addon (PGF) is disabled I can list my group with default name.

image image

I know, I can't rename/name premade grp, but default name is available.

I use last version addon it's 4.0.0 (Jun 13, 2023)

thanks.

0xbs commented 1 year ago

Thanks for the report, will investigate.

0xbs commented 1 year ago

Do you see the following message after login?

Premade Groups Filter: Will not apply fix for 'Interface action failed ...

Could you please paste the two commands in the chat (one after another) and post the results here?

/dump C_LFGList.IsPlayerAuthenticatedForLFG(1160)
/dump C_LFGList.IsPlayerAuthenticatedForLFG(1164)
Enkaf commented 1 year ago

well, I found issue. I was disable a print message in lua file code, sorry :) with enable it, I can list my groups with default name

image

Just want to make more clean chat...

I make for myself this to disable print message and I can list groups again.

 if not C_LFGList.IsPlayerAuthenticatedForLFG(activityIdOfArbitraryMythicPlusDungeon) then
      --print(L["message.noplaystylefix"])
        return
   end
0xbs commented 1 year ago

Perfect!