overseerr
overseerr copied to clipboard
feat: fallback to text format implemented for Telegram notifications
fix #3064, #3100
Description
Added fallback to simple text notification for Telegram channel. Sometimes sendPhoto API method returns 400 error with "wrong file identifier/HTTP URL specified" description while in reality poster is available, and in result no one receives notifications related to this request.
Example 1 (successful photo notification): The Woman King (2022), tmdb:724495 Example 2 (failed photo notification, falling back to text): Hex (2022), tmdb:988233
To-Dos
- [x] Successful build
yarn build
- [ ] Translation keys
yarn i18n:extract
/ nothing related to UI was changed - [ ] Database migration (if required)
Issues Fixed or Closed
- Fixes #3064
- Fixes #3100