GPGS V2 plugin crash 'Players Load onComplete'

I see some crashes caused by GPGS V2 plugin. I can’t recreate it by myself, but here is a crash log from the Google Play console. It looks like it crashes when onComplete event runs in plugin. The crash is not pretty common. It happens of various versions of Android:8,9,10, but it looks like it happens more often on non-Google Play Store installs. I have not experienced it before, but in the new version of the game I’m trying to get player’s name and avatar from Google Play Games to display them in the game. It works fine in most cases, but for some users it causes a crash. I’m trying to avoid players without GPGS authatification with gpgs.isAuthenticated(), asking for a player’s username (via gpgs.players.load) only if it is logged in.