Fortigate Interface traffic

Hello i am trying to get traffic data from our fortigate device and not having any luck.
I have read this https://github.com/librenms/librenms/issues/3859 tried implementing the solution of putting a description on all the ports still didn’t help. Also tried another suggestion of putting this in the config
$config[‘os’][‘Fortigate’][‘ifname’] = 1;
$config[‘os’][‘Fortigate’][‘empty_ifdescr’] = 1;
here is the paste bin for the discover https://p.libren.ms/view/0689e803
not sure what i am missing it also doesn’t list all the ports as it has 36 but inside the discover it shows 26 listed multiple times?
any ideas?

I figured this out if you have this problem check to make sure you dont have a duplicate snmp-index on any of the ports. It was creating a loop so it would never complete the scan and start reporting.