-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This is because you are logging the raw vlan object. Try either:
or
It cannot serialize the vlan for storage in the db and throws an exception. |
Beta Was this translation helpful? Give feedback.
-
DanSheps probably found the error, but for another time. When it gets stuck it's because the script threw an exception that netbox did not catch (for some reason, haven't had time to look at it). You'll be able to see the exception by going into the admin panel -> background tasks and clicking the number under failed jobs for the default queue. |
Beta Was this translation helpful? Give feedback.
This is because you are logging the raw vlan object. Try either:
or
It cannot serialize the vlan for storage in the db and throws an exception.