Telegram notification for downloaded are not working

Sonarr version (exact version): 2.0.0.5054
Mono version (if Sonarr is not running on Windows): 5.0.0
OS: Docker (on Ubuntu)
((Debug logs)): no logs

Description of issue: Everything is on title. My config of Telegram notification is here:

We need ((debug logs)), either of a grab or an import.

Hi!

There are logs for a grabbed episode:

$ cat sonarr_config/logs/sonarr.trace.txt | grep Notification

output

17-12-11 00:00:42.9|Trace|EventAggregator|EpisodeGrabbedEvent -> NotificationService
17-12-11 00:00:42.9|Debug|NotificationService|Notification and series have one or more matching tags.
17-12-11 00:00:43.2|Trace|EventAggregator|EpisodeGrabbedEvent <- NotificationService

Please post the full debug log from that time to an external site and link it here.

Hi!

there is a full trace log for the moment when an episode was grabbed:

17-12-18 15:54:23.0|Debug|RTorrentProxy|Executing remote method: load.raw
17-12-18 15:54:23.0|Debug|RTorrentProxy|Executing remote method: d.name
17-12-18 15:54:23.0|Info|DownloadService|Report sent to rTorrent. The Walking Dead S07E06 MULTi 720P
17-12-18 15:54:23.0|Trace|EventAggregator|Publishing EpisodeGrabbedEvent
17-12-18 15:54:23.0|Trace|EventAggregator|EpisodeGrabbedEvent -> NotificationService
17-12-18 15:54:23.0|Debug|NotificationService|Notification and series have one or more matching tags.
17-12-18 15:54:23.9|Debug|RestSharpExtensions|Validating Responses from [POST] [https://api.telegram.org/botXXXXXXXXX:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/sendmessage] status: [OK]
17-12-18 15:54:23.9|Trace|EventAggregator|EpisodeGrabbedEvent <- NotificationService
17-12-18 15:54:23.9|Trace|EventAggregator|EpisodeGrabbedEvent -> HistoryService
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent <- HistoryService
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent -> DownloadMonitoringService
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent <- DownloadMonitoringService
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent -> PendingReleaseService
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent <- PendingReleaseService
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent -> CutoffModule
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent <- CutoffModule
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent -> MissingModule
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent <- MissingModule
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent -> EpisodeModule
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent <- EpisodeModule
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent -> CalendarModule
17-12-18 15:54:24.0|Trace|EventAggregator|EpisodeGrabbedEvent <- CalendarModule
17-12-18 15:54:24.0|Trace|Http|Res: 1707 [POST] /api/release: 200.OK (1216 ms)
17-12-18 15:54:24.0|Debug|Api|[POST] /api/release: 200.OK (1216 ms)
17-12-18 15:54:28.1|Trace|Http|Req: 1708 [GET] /api/health
17-12-18 15:54:28.1|Trace|Http|Res: 1708 [GET] /api/health: 200.OK (3 ms)
17-12-18 15:54:28.1|Debug|Api|[GET] /api/health: 200.OK (3 ms)
17-12-18 15:54:28.1|Trace|Http|Req: 1709 [GET] /api/diskspace
17-12-18 15:54:28.1|Trace|ConfigService|Using default config value for 'downloadedepisodesfolder' defaultValue:''
17-12-18 15:54:28.2|Trace|Http|Res: 1709 [GET] /api/diskspace: 200.OK (86 ms)
17-12-18 15:54:28.2|Debug|Api|[GET] /api/diskspace: 200.OK (86 ms)
17-12-18 15:54:28.3|Trace|Http|Req: 1710 [GET] /api/health
17-12-18 15:54:28.3|Trace|Http|Req: 1711 [GET] /api/diskspace
17-12-18 15:54:28.3|Trace|Http|Res: 1710 [GET] /api/health: 200.OK (2 ms)
17-12-18 15:54:28.3|Debug|Api|[GET] /api/health: 200.OK (2 ms)
17-12-18 15:54:28.3|Trace|ConfigService|Using default config value for 'downloadedepisodesfolder' defaultValue:''
17-12-18 15:54:28.4|Trace|Http|Res: 1711 [GET] /api/diskspace: 200.OK (88 ms)
17-12-18 15:54:28.4|Debug|Api|[GET] /api/diskspace: 200.OK (88 ms)
17-12-18 15:54:29.0|Trace|CommandQueueManager|Publishing CheckForFinishedDownload
17-12-18 15:54:29.4|Trace|CommandQueueManager|Checking if command is queued or started: CheckForFinishedDownload
17-12-18 15:54:29.4|Trace|CommandQueueManager|Inserting new command: CheckForFinishedDownload

I hope is usefull to you to help me :wink:

Next time please post the logs else where and link them here.

Sonarr sent the notification and Telegram responded with a successful response. I also tested grab notifications on my end and they were successful. Is your Chat ID correct?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.