Error when creating device with python script - Status Code 500 #17652
Unanswered
julio-oliveira-latitude
asked this question in
Help Wanted!
Replies: 1 comment
-
You've hidden the critical information, which is the URL path you're trying to access. It should look something like The following works fine for me with Netbox 4.0.11:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am facing an issue when trying to create devices in NetBox using a Python script. The API call is consistently returning the following error:
The request failed with code 500 Internal Server Error: {'error': 'Device matching query does not exist.', 'exception': 'DoesNotExist', 'netbox_version': '3.7.8', 'python_version': '3.11.4'}
Steps I’ve taken so far:
Here is an example of code that is generating this error:
Can someone help me on this troubleshoot?
Thansks
Beta Was this translation helpful? Give feedback.
All reactions