Skip to content

Conversation

@0xSysR3ll
Copy link
Contributor

Description

This PR fixes requests silently failing when Radarr/Sonarr are unreachable.
Requests are now marked as FAILED and notifications are sent to alert both users and admins.

Additionally, this enables the Retry button for failed requests, so admins can quickly resend them once the connection to Radarr/Sonarr has been restored.

Screenshot (if UI-related)

image

To-Dos

  • Disclosed any use of AI (see our policy)
  • Successful build pnpm build
  • Translation keys pnpm i18n:extract
  • Database migration (if required)

Issues Fixed or Closed

This PR fixes requests silently failing when Radarr/Sonarr are unreachable. Requests are now marked as `FAILED` and notifications are sent to alert both users and admins.

Signed-off-by: 0xsysr3ll <[email protected]>
@0xSysR3ll 0xSysR3ll requested a review from a team as a code owner November 23, 2025 16:54
@gauthier-th
Copy link
Member

I wouldn't call this a fix, I think things have been done this way on purpose, but that's just my 2c.

@0xSysR3ll
Copy link
Contributor Author

I wouldn't call this a fix, I think things have been done this way on purpose, but that's just my 2c.

Yeah, I thought about that too - it wasn't technically broken, but it did lead to errors being silently ignored, so in that sense it fixes the issue.
I can adapt the PR title but IMO this should be merged asap.

@0xSysR3ll 0xSysR3ll changed the title fix(requests): mark requests as failed when Radarr/Sonarr unreachable feat(requests): mark requests as failed when Radarr/Sonarr unreachable Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Mark request as failed/unsent if fails to be sent to Radarr/Sonarr One-Click Request Retry Button

3 participants