overseerr icon indicating copy to clipboard operation
overseerr copied to clipboard

feat: fallback to text format implemented for Telegram notifications

Open mralien opened this issue 2 years ago • 9 comments

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

mralien avatar Dec 04 '22 18:12 mralien