Premade Groups Filter

Premade Groups Filter

9M Downloads

Can't create group without authenticator

Enkaf opened this issue ยท 4 comments

commented

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.

commented

Thanks for the report, will investigate.

commented

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)
commented

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
commented

Perfect!