seerr/server/interfaces/api
fallenbagel faa2c0a005
fix(servarr): add timeout to Radarr/Sonarr API requests to prevent infinite loading (#2375)
* fix(servarr): add timeout to Radarr/Sonarr API requests to prevent infinite loading

Adds a 5-second timeout to all Radarr/Sonarr API requests and displays a warning banner when
services are unreachable. This prevents the Recent Requests section and request list pages from
hanging indefinitely when a configured service has connection issues.

fix #2374

* fix(requests): only show service error banner to users with advanced permissions
2026-02-06 21:38:21 +01:00
..
blacklistInterfaces.ts feat(blacklist): Automatically add media with blacklisted tags to the blacklist (#1306) 2025-04-11 22:48:44 +08:00
common.ts feat: show quality profile on request (#847) 2024-08-01 14:59:45 +02:00
discoverInterfaces.ts fix(discover): resolve a typing issue with the WatchlistItem interface (#1156) 2024-12-16 17:03:16 +01:00
issueInterfaces.ts refactor: absolute imports with path alias (#2960) [skip ci] 2022-08-22 11:02:46 +09:00
mediaInterfaces.ts refactor: absolute imports with path alias (#2960) [skip ci] 2022-08-22 11:02:46 +09:00
overrideRuleInterfaces.ts feat: override rules (#945) 2024-12-29 05:20:35 +08:00
personInterfaces.ts refactor: absolute imports with path alias (#2960) [skip ci] 2022-08-22 11:02:46 +09:00
plexInterfaces.ts refactor: absolute imports with path alias (#2960) [skip ci] 2022-08-22 11:02:46 +09:00
requestInterfaces.ts fix(servarr): add timeout to Radarr/Sonarr API requests to prevent infinite loading (#2375) 2026-02-06 21:38:21 +01:00
serviceInterfaces.ts refactor: absolute imports with path alias (#2960) [skip ci] 2022-08-22 11:02:46 +09:00
settingsInterfaces.ts fix(dnscaching): display stats for DNS caching (#1858) 2025-08-20 17:32:59 +08:00
userInterfaces.ts feat: view other users' watchlists (#2959) 2022-08-22 05:50:27 +00:00
userSettingsInterfaces.ts feat(notifications): added telegram thread id's (#1145) 2024-12-21 14:54:55 +08:00
watchlistCreate.ts fix(watchlist): add validation for creation request 2023-05-15 23:25:32 +07:00