danielb143
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
I have simplified it, I just store all post data in a log file, but there is still nothing in it. Do you have to add a webhook function in the dockerfile or handler? Or is it something that runpod does automatically if you add it in the top level request? Thanks
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
And this is the model
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
Strange, I tested my end by sending a post request myself to the endpoint and the data got saved succesfully in the database
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
2024-03-28 12:46:58.151
[cw6d63h1l4j7u8]
[info]
Finished.
2024-03-28 12:46:58.028
[cw6d63h1l4j7u8]
[info]
runpod-worker-comfy - the image was generated and converted to base64
2024-03-28 12:46:58.026
[cw6d63h1l4j7u8]
[info]
runpod-worker-comfy - /comfyui/output/ComfyUI00001.png
2024-03-28 12:46:58.026
[cw6d63h1l4j7u8]
[info]
runpod-worker-comfy - image generation is done
2024-03-28 12:46:58.024
[cw6d63h1l4j7u8]
[info]
runpod-worker-comfy - wait until image generation is complete
2024-03-28 12:46:58.024
[cw6d63h1l4j7u8]
[info]
runpod-worker-comfy - queued workflow with ID b7f07ae1-ee31-4a63-bc42-76d1a1b5c08b
2024-03-28 12:46:57.926
[cw6d63h1l4j7u8]
[info]
Prompt executed in 0.00 seconds
2024-03-28 12:46:57.924
[cw6d63h1l4j7u8]
[info]
got prompt
2024-03-28 12:46:57.923
[cw6d63h1l4j7u8]
[info]
runpod-worker-comfy - API is reachable
2024-03-28 12:46:57.918
[cw6d63h1l4j7u8]
[info]
Started.
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
Nothing about a webhook
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
Can't find it? I checked the log tab on the serverless endpoint page
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
Thanks for checking
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
8eycsqorj3o250
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
Yes it's top level next to input
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
Yes it's top level
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
@justin [Not Staff]
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
One moment pls
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
Sure you mean the run request right
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
Also did a test post request and it worked
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
@justin [Not Staff]
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
public function index() {
// Get Webhook Data
$webhook_data = file_get_contents('php://input');
$this->load->model('cloudservice/runpod'); $this->model_cloudservice_runpod->addWebhook($webhook_data);
$this->ping(); }
$this->load->model('cloudservice/runpod'); $this->model_cloudservice_runpod->addWebhook($webhook_data);
$this->ping(); }
39 replies
RRunPod
•Created by danielb143 on 3/28/2024 in #⚡|serverless
Not receiving any webhooks..
Yes I was aware of the post request let me show you the script in the webhook
39 replies