@athyrsson wrote:
Hi community.
I am in need of some help sorting out a problem / error that I get in my flexget.log.
-- flexget.log --
2017-02-08 05:54 WARNING notify SHOWRSS Error while sending notification to `telegram`: missing python-telegram-bot pkg
-- This is copy / paste from the terminal --
user@computer:~$ pip install python-telegram-bot --upgrade Requirement already up-to-date: python-telegram-bot in /usr/local/lib/python2.7/dist-packages Requirement already up-to-date: urllib3>=1.10 in /usr/local/lib/python2.7/dist-packages (from python-telegram-bot) Requirement already up-to-date: certifi in /usr/local/lib/python2.7/dist-packages (from python-telegram-bot) Requirement already up-to-date: future>=0.15.2 in /usr/local/lib/python2.7/dist-packages (from python-telegram-bot) user@computer:~$ python-telegram-bot -V python-telegram-bot: kommandot hittades inte anders@toshiban:~$ /usr/local/flexget/env/bin/flexget -V bash: /usr/local/flexget/env/bin/flexget: No such file or directory
-- config.yml --
-- Templates section begintemplates: tv: series: - Shows_name: download: /xxx/xxx/xxxx/xxxx notify: entries: message: Message text *{{series_name}}* via: - telegram: bot_token: xxxxx parse_mode: markdown recipients: - username: xxxxx transmissionrpc: transmission: host: xxxx port: xxxx username: xxxx password: xxxx addpaused: No
-- Templates section end
Please advise on how I can sort this out.
PS. I am no linux guru.Best regards
Anders
Posts: 4
Participants: 2