Replies: 1 comment
-
For me, I forgot to update the worker image tag and there was a mismatch between netbox and the worker. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've run into trouble with webhooks, that I can't really solve. It appears that the webhook is sent with the
event_rule=<EventRule: interface update>
parameter, which is then erroring out when the rqworker tries to process it:I tried to upgrade to the latest version (using docker) but this still fails.
Is there anything I can do to fix this? I tried to rebuild the netbox docker image and everything else is working. I do not use any kind of plugins.
Thank you
Edit: I dug around the code a bit and realized how this is structured, but still the issue is there, the
send_webhook
function is not able to process theevent_type
argument...Beta Was this translation helpful? Give feedback.
All reactions