rivenmedia / riven

Handle your Media Library with ease!
https://rivenmedia.github.io/wiki/
GNU General Public License v3.0
396 stars 54 forks source link

Overseerr Webhook Not Working #889

Closed herbhuang closed 3 days ago

herbhuang commented 4 days ago

I followed the instruction creating Overseerr notification. However, I failed in testing webhook from overseerr. I am aware of #471 however I had specified the backend.

Not sure if it is anything regarding API url.

24-11-17 23:43:49 | 👾 API       | main.dispatch - GET /api/v1/items - 200 - 0.04s
24-11-17 23:43:49 | 👾 API       | main.dispatch - GET /api/v1/items - 200 - 0.04s
24-11-17 23:43:49 | 👾 API       | main.dispatch - GET / - 404 - 0.00s
24-11-17 23:43:51 | 👾 API       | main.dispatch - POST /webhook/overseerr - 404 - 0.00s
24-11-17 23:43:57 | 👾 API       | main.dispatch - POST /api/v1/webhook/overseerr - 401 - 0.00s
davidemarcoli commented 3 days ago

You have to add the Authentication header to the config in overseerr. image You find the api key in the settings.json file.

herbhuang commented 3 days ago

Thank you! I implemented and it works! Is there an updated version of wiki/instruction that I should refer to?

davidemarcoli commented 3 days ago

@herbhuang The wiki isn't updated yet unfortunately. But I'll try to update it this week!