The player should never be inspected as we already know all information needed about the player.
This check seems to be the one failing in inspect:PreInspectGroup()
local playerId = UnitGUID(playerName)
if playerId and playerId ~= playerGUID then
...
end