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
I've tried different tokens and users, but get the same result. Followed the steps provided with no change.
Traceback (most recent call last):
File "/home/bnicoson/Device-Type-Library-Import/./nb-dt-import.py", line 54, in <module>
main()
File "/home/bnicoson/Device-Type-Library-Import/./nb-dt-import.py", line 17, in main
netbox = NetBox(settings)
File "/home/bnicoson/Device-Type-Library-Import/netbox_api.py", line 28, in __init__
self.verify_compatibility()
File "/home/bnicoson/Device-Type-Library-Import/netbox_api.py", line 50, in verify_compatibility
version_split = [int(x) for x in self.netbox.version.split('.')]
File "/home/bnicoson/Device-Type-Library-Import/venv/lib/python3.10/site-packages/pynetbox/core/api.py", line 109, in version
).get_version()
File "/home/bnicoson/Device-Type-Library-Import/venv/lib/python3.10/site-packages/pynetbox/core/query.py", line 187, in get_version
raise RequestError(req)
pynetbox.core.query.RequestError: The request failed with code 403 Forbidden: {'detail': 'Authentication credentials were not provided.'}
The text was updated successfully, but these errors were encountered:
I've tried different tokens and users, but get the same result. Followed the steps provided with no change.
The text was updated successfully, but these errors were encountered: