Snd-R / komf

Komga and Kavita metadata fetcher
MIT License
326 stars 19 forks source link

Discord thread doesn't work #135

Open JamesDAdams opened 9 months ago

JamesDAdams commented 9 months ago

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}

ghost commented 8 months ago

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