scaleway / netbox-netprod-importer

Poll data from network devices in production and import it into netbox
GNU General Public License v3.0
101 stars 31 forks source link

List index out of range // Junos #60

Open ghost opened 2 years ago

ghost commented 2 years ago

Hello,

I tried to use the tool with one of the Junos router that I have but I am getting the below error:

netbox-netprod-importer import -v error -u admin -p -f devices.yaml Password:

Initializing importers... 100%|███████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 1359.58it/s] Fetching and pushing data... 0%| | 0/1 [00:00<?, ?it/s]ERROR: netbox_importer: Error when polling device lab-router.bar.tld: list index out of range 100%|█████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:04<00:00, 4.55s/it]

Any idea?

Thanks