We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The Netbox api fields was changed from version 3.3.0 and it cause error AttributeError: object has no attribute "termination_b"
AttributeError: object has no attribute "termination_b"
Expected behavior A clear and concise description of what you expected to happen.
Configuration file
Environment:
The text was updated successfully, but these errors were encountered:
Hi @bds-congnguyen
Thanks for the issue
Unfortunately, netbox-agent is not yet compatible with Netbox 3.3 which introduces lots of changes in the cable API
You should disable the LLDP feature from the agent while I, or a contributor, make the necessary modifications
Thanks !
Sorry, something went wrong.
netbox-community/pynetbox#491
So now pynetbox is released with support for 3.3.
I've created a branch for cable management support with Netbox >3.3 and pynetbox v7 #277
No branches or pull requests
Describe the bug
The Netbox api fields was changed from version 3.3.0 and it cause error
AttributeError: object has no attribute "termination_b"
Expected behavior
A clear and concise description of what you expected to happen.
Configuration file
Environment:
Additional context
Details of API fields listed at here https://github.com/netbox-community/netbox/releases/tag/v3.3.0
The text was updated successfully, but these errors were encountered: