Custom Script broken after upgrade to 4.2.9 #19538
Unanswered
ql-network-team
asked this question in
Help Wanted!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading from version 4.0.9 to 4.2.9 I am having issues with some existing custom scripts
An exception occurred: TypeError: Direct assignment to the reverse side of a related set is prohibited. Use site.set() instead.
Its a long scripts so wont post the full thing. It fails on this line:
The variable is set from user selection:
ql_site = data['site_name']
I've had a play with a few things but this now reaches my Python limit. Does anyone know how to fix this? I'm fairly sure its user error not a Netbox bug but maybe it actually is
Beta Was this translation helpful? Give feedback.
All reactions