Can't create group without authenticator
Enkaf opened this issue ยท 4 comments
Hello!
Since I dont have full protection account, I can't list my group when addon (PGF) is enabled, with default name. Scr:
When addon (PGF) is disabled I can list my group with default name.
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.
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)
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
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