You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Job finished with error
An exception occurred: KeyError: 'value'
Traceback (most recent call last):
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot/jobs/base.py", line 332, in run
self.sync_data()
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/jobs.py", line 146, in sync_data
vsphere_source.load()
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/diffsync/adapters/adapter_vsphere.py", line 227, in load
self.load_data()
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/diffsync/adapters/adapter_vsphere.py", line 197, in load_data
self.load_virtualmachines(cluster, diffsync_cluster)
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/diffsync/adapters/adapter_vsphere.py", line 69, in load_virtualmachines
self.load_vm_interfaces(
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/diffsync/adapters/adapter_vsphere.py", line 158, in load_vm_interfaces
ipv4_addresses, ipv6_addresses = self.load_ip_addresses(
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/diffsync/adapters/adapter_vsphere.py", line 82, in load_ip_addresses
for interface in vsphere_vm_interfaces.json()["value"]:
KeyError: 'value'
Step before failed
Steps to Reproduce
Fresh nautobot installation.
Install nautobot-ssot-vsphere python package
Run job
Jobs - Jobs - SSoT - Virtualization ([VMWare vSphere ⟹ Nautobot]) - Run
The text was updated successfully, but these errors were encountered:
Environment
Expected Behavior
Job run without errors
Observed Behavior
Job finished with error
An exception occurred: KeyError: 'value'
Traceback (most recent call last):
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot/jobs/base.py", line 332, in run
self.sync_data()
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/jobs.py", line 146, in sync_data
vsphere_source.load()
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/diffsync/adapters/adapter_vsphere.py", line 227, in load
self.load_data()
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/diffsync/adapters/adapter_vsphere.py", line 197, in load_data
self.load_virtualmachines(cluster, diffsync_cluster)
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/diffsync/adapters/adapter_vsphere.py", line 69, in load_virtualmachines
self.load_vm_interfaces(
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/diffsync/adapters/adapter_vsphere.py", line 158, in load_vm_interfaces
ipv4_addresses, ipv6_addresses = self.load_ip_addresses(
File "/opt/nautobot/.local/lib/python3.9/site-packages/nautobot_ssot_vsphere/diffsync/adapters/adapter_vsphere.py", line 82, in load_ip_addresses
for interface in vsphere_vm_interfaces.json()["value"]:
KeyError: 'value'
Step before failed
Steps to Reproduce
Jobs - Jobs - SSoT - Virtualization ([VMWare vSphere ⟹ Nautobot]) - Run
The text was updated successfully, but these errors were encountered: