@GastonBA wrote:
Hello. I´m trying to get alerts in Telegram, log shows message is sent, but no message arrived to my Telegram.
2017-02-12 01:03 VERBOSE details series_dl Summary - Accepted: 2 (Rejected: 10 Undecided: 1 Failed: 0) 2017-02-12 01:03 INFO transmission series_dl "Training Day 1x02 Tehrangeles 720p" torrent added to transmission 2017-02-12 01:03 INFO transmission series_dl "Training Day 1x01 720p" torrent added to transmission 2017-02-12 01:03 WARNING telegram series_dl no chat id found, try manually sending the bot any message to initialize the chat 2017-02-12 01:03 VERBOSE notify series_dl Successfully sent a notification to `telegram` 2017-02-12 01:04 VERBOSE notify series_dl Successfully sent a notification to `email` 2017-02-12 01:04 WARNING telegram series_dl no chat id found, try manually sending the bot any message to initialize the chat 2017-02-12 01:04 VERBOSE notify series_dl Successfully sent a notification to `telegram` 2017-02-12 01:04 VERBOSE notify series_dl Successfully sent a notification to `email`
Here is my config.yml file:
tasks: series_dl: rss: http://showrss.info/user/XXXX all_series: yes trakt_lookup: yes transmission: host: localhost port: 9091 username: XXX password: XXX set: path: /media/Video/Series/{{trakt_series_name}}/Season {{series_season}}/ clean_transmission: host: localhost port: 9091 username: XXX password: XXX delete_files: yes transmission_seed_limits: yes kodi_library: action: scan category: video url: http://localhost port: 8080 notify: entries: title: 'Nuevo capítulo de {{trakt_series_name}}: {{series_id}}' message: 'Empezó a bajar un nuevo capítulo de {{trakt_series_name}}: {{series_id}}' via: - telegram: bot_token: 194...... parse_mode: 'markdown' recipients: - username: '@XXX' - email: from: Kodi <XXX@gmail.com> to: XXX@XXX.com smtp_host: smtp.gmail.com smtp_port: 587 smtp_username: XXX@gmail.com smtp_password: XXX smtp_tls: yes
Posts: 8
Participants: 2