-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localhost for Webhook Target URL #6892
Comments
Hi, please try to follow the advice from the discussion in #6760, specifically the local bridge network in docker and smokescreen options. CVAT server needs the webhook address to be reachable from the container, and the host's localhost is not reachable. This can be fixed by adding the localhost to the container network (e.g. via the bridge network), or by starting the webhook server at another address (so that it's visible at the container DNS - e.g. via DNS config on your router etc). |
@zhiltsov-max I have a new docker container for webhooks_receiver and this container and the other one have the same network, so the same gateway. IP address for Webhooks_receiver e.g. : IP = 175.20.0.19 - Receiver Container
- netowrk
- supervisord`[unix_http_server] [supervisorctl] [rpcinterface:supervisor] [supervisord] [program:rqworker_webhook_receiver] [program:smokescreen] - Error 502
|
Unfortunately we can't help with your custom configuration. |
@bsekachev |
#My actions before raising this issue
I made a web server to get the data from CVAT-webhook. I don't want to use an external API like Zapier.
But somehow when I set up the localhost for the web server for tragelt_url in Webhook in CVAT, I get nothing.
In Database of webhooks_webhookdelivery is so the error:
id | event | status_code | redelivery | response 323 | ping | 407 | f | Egress proxying is denied to host '....................': The destination address (127.0.0.1) was denied by rule 'Deny: Not Global Unicast'. destination address was denied by rule, see error.\n
I think my localhost was not known in CVAT, but the docker and all works with my localhost.
Does anyone know what the problem is and can help me?
Thanks
The text was updated successfully, but these errors were encountered: