@smlpdocin wrote:
Hi there,
I'm running (fine) Flexget 2.9.6 with python 2.7 on Qnap TS-219 (Linux 3.4.6)
Everything is fine (really), except, since I upgrade in 2.x release: I choose to email notify/email/custom template in html
In this template there should be image banner of the downloaded tv show.If in look into my debug log, i find the following (anonymized):
2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Looking up tvdb information for Colony none 2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Series <name=Colony,tvdb_id=none> not found in cache, looking up from tvdb. 2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Authenticating to TheTVDB with api_key 2017-01-23 15:31 DEBUG utils.requests CPB_series_vostfr Fetching URL https://api.thetvdb.com/login with args () and kwargs {'json': {u'apikey': u'XXXXXXXXXXXXX'}, 'data': None, u'timeout': 30} 2017-01-23 15:31 DEBUG thetvdb_lookup CPB_series_vostfr Error looking up tvdb series information for Colony S02E02 VOSTFR HDTV: Error updating data from tvdb: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Looking up tvdb information for Colony none 2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Series <name=Colony,tvdb_id=none> not found in cache, looking up from tvdb. 2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Authenticating to TheTVDB with api_key 2017-01-23 15:31 DEBUG utils.requests CPB_series_vostfr Fetching URL https://api.thetvdb.com/login with args () and kwargs {'json': {u'apikey': u'XXXXXXXXXXXXX'}, 'data': None, u'timeout': 30} 2017-01-23 15:31 DEBUG thetvdb_lookup CPB_series_vostfr Error looking up tvdb episode information for Colony S02E02 VOSTFR HDTV: Error updating data from tvdb: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Looking up tvdb information for BlindSpot None 2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Series <name=BlindSpot,tvdb_id=None> not found in cache, looking up from tvdb. 2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Authenticating to TheTVDB with api_key 2017-01-23 15:31 DEBUG utils.requests CPB_series_vostfr Fetching URL https://api.thetvdb.com/login with args () and kwargs {'json': {u'apikey': u'XXXXXXXXXXXXXX'}, 'data': None, u'timeout': 30} 2017-01-23 15:31 DEBUG thetvdb_lookup CPB_series_vostfr Error looking up tvdb series information for Blindspot S02E12 VOSTFR HDTV: Unable to get search results for BlindSpot: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Looking up tvdb information for BlindSpot None 2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Series <name=BlindSpot,tvdb_id=None> not found in cache, looking up from tvdb. 2017-01-23 15:31 DEBUG api_tvdb CPB_series_vostfr Authenticating to TheTVDB with api_key 2017-01-23 15:31 DEBUG utils.requests CPB_series_vostfr Fetching URL https://api.thetvdb.com/login with args () and kwargs {'json': {u'apikey': u'XXXXXXXXXXXXXXXX'}, 'data': None, u'timeout': 30} 2017-01-23 15:31 DEBUG thetvdb_lookup CPB_series_vostfr Error looking up tvdb episode information for Blindspot S02E12 VOSTFR HDTV: Unable to get search results for BlindSpot: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 2017-01-23 15:31 DEBUG notify CPB_series_vostfr Sending a notification to `email` 2017-01-23 15:31 DEBUG email CPB_series_vostfr sending email notification to smtp.orange.fr:587 2017-01-23 15:31 DEBUG email CPB_series_vostfr logging in to smtp server using username: nicolas.digeon 2017-01-23 15:31 VERBOSE notify CPB_series_vostfr Successfully sent a notification to `email` 2017-01-23 15:31 DEBUG p_priority CPB_series_vostfr Restored priority for: headers 2017-01-23 15:31 VERBOSE transmission CPB_series_vostfr Torrent "Colony.S02E02.FASTSUB.VOSTFR.HDTV.XviD-T9": status: "downloading" - ratio: -1.0 - date added: 2017-01-23 15:31:08 - date done: 1970-01-01 01:00:00 2017-01-23 15:31 VERBOSE transmission CPB_series_vostfr Torrent "S02E12.avi": status: "downloading" - ratio: -1.0 - date added: 2017-01-23 15:31:08 - date done: 1970-01-01 01:00:00 2017-01-23 15:31 DEBUG util.simple_persistence CPB_series_vostfr Flushing simple persistence for task CPB_series_vostfr to db. 2017-01-23 15:31 DEBUG util.simple_persistence CPB_series_vostfr Flushing simple persistence for task None to db.
any ideas?
Posts: 5
Participants: 3