Notifiarr / website

Issue tracker for Notifiarr.com
https://notifiarr.com
6 stars 0 forks source link

make overseerr return a 200 for test trigger like starr apps #272

Closed notifiarr-bot closed 1 year ago

notifiarr-bot commented 1 year ago

Been rearranging some things on my system and started digging into a few issues with Overseerr and noticed my webhooks to notifiarr fail with the below details:

{ "errorMessage": "Request failed with status code 400", "response": { "code": 400, "details": { "apikey": "41e0......f7", "code": 400, "environment": "LIVE", "help": "https://discord.gg/AURf8Yz", "parameters": [], "path": "overseerr", "response": "Overseerr 'TEST_NOTIFICATION' trigger disabled", "route": "notification", "version": "v1" }, "environment": "DEV", "result": "error" }, "subject": "Test Notification", "type": "TEST_NOTIFICATION" }

Unfortunately I don't know what I could be doing wrong. I copy/pasted the webhook url that uses my overseerr-specific API key and tried again and got the same error looks like.

Origin user: at0m Origin message: Discord Server Link Reporting user: nitsua Reporting message: Discord Server Link

austinwbest commented 1 year ago

Fixed on dev