-
Notifications
You must be signed in to change notification settings - Fork 401
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
[BUG] Unable to receive events via Webhooks #5782
Comments
Hi @AnaAbadLorenzo and thanks for your feedback. Can you verify the webhook server is up and running at http://localhost:8000? Also, can you share some env info (OS, docker version, ...)? It looks like a network error, but I cannot determine the origin. |
Piggybacking on this as also facing the same issue. I ran the instructions on the README @ examples/deployments/k8s/argilla_chart can confirm argilla server is running on localhost:6900. Mac: Sonoma 14.7.2 With the server running, I then run
With k9s i see the webhook server is listening. But fails when it tries to send the POST request to the webhook url. httpx.ConnectError: [Errno 111] |
Describe the bug
I have a problem receiving events via webhooks.
My purpose is that every time the answer to a question (that is a suggestion of a model) is changed from the argilla UI, my server receives an event indicating that it has been changed.
I have argilla up locally through a docker with the configuration uploaded in this repository.
Below I provide the code I use for the argilla upload and webhook configuration.
Stacktrace and code to create the bug
I launch de application with
When I complete a record suggestion, I obtain this error
Expected behavior
When I launch the server, I access argilla to see the dataset records. I want that when I change the suggestion of one of them and press send, I receive the event
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: