-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full update does not work #167
Comments
I'm not sure whether the MTU value is important to you or Proxbox but after getting this error I just For me there was also another error lower down in the file with the line ntb_iface = list(nb.dcim.interfaces.filter(device_id=netbox_node.id, name=iface['name'])) where I got Hope this helps |
It did the tricks, thanks! |
I have this issue too but I don't follow what changes need to be made. What changes did you make on which lines? Regards, |
I can’t say which line number because I’m not sure whether our files are exactly the same but on the line (quite near the bottom) ntb_iface = list(nb.dcim.interfaces.filter(device_id=netbox_node.id, name=iface['name'])) I changed To be honest I have stopped using Proxbox because I faced the same issue described in #140 and that burned me and I felt I could not trust the software anymore. The fix I described above worked and helped me with the initial import of the data. Since then I have been keeping NetBox and Proxmox in sync manually. |
Thanks. I can see the changes you make reference to have already been made in master and develop branches. I am having other undefined type errors on full update and starting to get sidetracked by this. I really wanted this to work but I think I'm at the point where switching to manually adding VMs to netbox is my quicker option and I'll revisit this when I import my larger Proxmox cluster of several hundred VMs to netbox. |
Hi,
Full update does not work on my cluster:
The error is:
Full logs:
The text was updated successfully, but these errors were encountered: