Server Error - After upgrading #119
lill-peter
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I get a server error when i try to add new Secret to a Device. I can see secret on old device / secret.
Server Error
There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'netbox_secretstore.models.secrets.Secret.assigned_object_type.RelatedObjectDoesNotExist'>
Secret has no assigned_object_type.
Python version: 3.8.10
NetBox version: 3.4.8
/var/log/nginx/access.log
::ffff:x.x.x.x - - [19/Apr/2023:09:12:24 +0200] "POST /plugins/netbox_secretstore/secrets/add/?device=335&return_url=/dcim/devices/335/ HTTP/1.1" 500 1658 "https://netbox.domain.com/plugins/netbox_secretstore/secrets/add/?device=335&return_url=/dcim/devices/335/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36"
::ffff:x.x.x.x - - [19/Apr/2023:09:12:24 +0200] "GET /static/netbox-light.css HTTP/1.1" 200 232647 "https://netbox.domain.com/plugins/netbox_secretstore/secrets/add/?device=335&return_url=/dcim/devices/335/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36"
Thank for any help on this problem.
Beta Was this translation helpful? Give feedback.
All reactions