For me works when...
cat /etc/group | grep snmp -> Must return a snmp user in linux adduser [user] [group] -> Add 'user' in 'group'
In my case, [adduser Debian-snmp gpio], after this restart the service, [systemctl restart snmpd.service], and WORKS!!!