<class 'AttributeError'> 'NoneType' object has no attribute 'trace' when deleting a cable
203 views
Skip to first unread message
Bobola Oke
unread,
Apr 2, 2019, 10:59:57 AM4/2/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to netbox-...@googlegroups.com
Hello,
Hope someone can help..
I had created a cable with the API from a nonexistent TerminationA to TerminationB.
Now deleting this cable gives the error below. Also cannot seem to be able to delete this via the API as well as it returns an error 500 with somewhat the same details in the screenshot below.
Thanks in advance.
Bobola Oke
unread,
Apr 8, 2019, 12:38:16 PM4/8/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to netbox-...@googlegroups.com
Hello,
For the sake of completion, here is what I did to fix the issue:
Someone suggested to directly log into the psql database and update the records to an existing TerminationA.
I did this and the problem was resolved. Not sure what the consequences of directly modifying psql is though... But so far so good.