Duplicated notifications

Been trying to setup Vikunja to my liking. I found a thread to integrate automatsch following this: NTFY notifications via Automatisch

I got it working but I am somehow getting duplicated notifications.

Looking at logs… seems like its sending notifications then it errors out:

2024-09-29T13:29:47-07:00: WEB  ▶ ip  GET 200 /api/v1/notifications?page=1 18.920646ms - Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
2024-09-29T13:29:47-07:00: WEB  ▶ ip GET 200 /api/v1/notifications?page=1 3.471643ms - Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
2024-09-29T13:29:57-07:00: WEB  ▶ ip GET 200 /api/v1/notifications?page=1 3.832586ms - Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
2024-09-29T13:30:28-07:00: ERROR        ▶ b49 Error while handling message 4c473593-b949-4499-bb5d-92e5c9586de1, reason_poisoned=Post "https://domain.com/webhooks/flows/4fd41be2-5ac9-49fd-b828-dd1e45a0ec82/sync": context deadline exceeded (Client.Timeout exceeded while awaiting headers), topic_poisoned=task.created, handler_poisoned=task.created.webhook.listener, subscriber_poisoned=gochannel.GoChannel,  payload={"task":{"id":17,"title":"test dupe","description":"","done":false,"done_at":"0001-01-01T00:00:00Z","due_date":"0001-01-01T00:00:00Z","reminders":null,"project_id":6,"repeat_after":0,"repeat_mode":0,"priority":0,"start_date":"0001-01-01T00:00:00Z","end_date":"0001-01-01T00:00:00Z","assignees":[],"labels":[],"hex_color":"","percent_done":0,"identifier":"#3","index":3,"related_tasks":{},"attachments":[],"cover_image_attachment_id":0,"is_favorite":false,"created":"2024-09-29T20:27:25.965232941Z","updated":"2024-09-29T20:27:25.965236524Z","bucket_id":9,"position":0,"reactions":{},"created_by":{"id":2,"name":"name","username":"suitably-warm-fawn","created":"2024-09-29T04:52:16Z","updated":"2024-09-29T05:03:00Z"}},"doer":{"id":2,"name":"name","username":"suitably-warm-fawn","created":"2024-09-29T04:52:16Z","updated":"2024-09-29T05:03:00Z"}}

Any help would be appreciated.

I switched to n8n for my integration, I’ll make a post about this hopefully this week. I was having issues with automatisch so I shut my instance down about a month ago. The integration provided via community for n8n are a bit more stable I found.

Vikunja to n8n to NTFY just got this posted. Probably make a blog post about it as well.