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
The new method choices() of the app object throws pynetbox.core.query.RequestError: The request failed with code 403 Forbidden: {'detail': 'Authentication credentials were not provided.'}.
Adding token and private_key from self.api to Request of api.py:48 solves the problem.
The text was updated successfully, but these errors were encountered:
The new method choices() of the app object throws
pynetbox.core.query.RequestError: The request failed with code 403 Forbidden: {'detail': 'Authentication credentials were not provided.'}
.Adding token and private_key from self.api to Request of api.py:48 solves the problem.
The text was updated successfully, but these errors were encountered: