komf icon indicating copy to clipboard operation
komf copied to clipboard

Discord thread doesn't work

Open JamesDAdams opened this issue 1 year ago • 3 comments

Hi,

i'm trying to send event message in discord thread like this :

discord: webhooks: [https://discord.com/api/webhooks/346456456/sdfsdf?thread_id=546456]

(I replace uri with fake data)

and i have this message :

17:25:35.401 [komf-event-listener-1] ERROR org.snd.mediaserver.komga.KomgaEventListener -- kotlin.Unit org.snd.common.exceptions.HttpException: response code: 400 url: https://discord.com/api/webhooks/346456456/sdfsdf body: {"message": "Webhooks posted to forum channels must have a thread_name or thread_id", "code": 220001}

JamesDAdams avatar Mar 04 '24 16:03 JamesDAdams

You created a webhook to a thread channel, not the actual thread itself.

ghost avatar Mar 19 '24 12:03 ghost