@TeenieBopper wrote:
I have a config.yml file that should, in theory, work, but I'm getting errors when I run flexget execute. First, an abbreviated version of my config file.
templates: tv: series: download: /media/torrents/ settings: 720p: timeframe: 6 hours quality: 720p set: movedone: "/media/PublicMedia/Television/Current/%(series_name)s/Season %(series_season)s/" HDTV: quality: hdtv set: movedone: "/media/PublicMedia/Television/Current/%(series_name)s/Season %(series_season)s/" 720p: - iZombie - You're the Worst HDTV: - American Crime Story - Arrow - Better Call Saul tasks: CurrentTV: rss: https://eztv.ag/ezrss.xml priority: 1 template: tv
When I try and execute, I get the following (spaces mine to make reading easier):
sudo -H flexget execute 2016-02-04 13:31 VERBOSE task_queue There are 2 tasks to execute. Shutdown will commence when they have completed. /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. SNIMissingWarning /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning 2016-02-04 13:31 VERBOSE details EZTV Produced 50 entries. 2016-02-04 13:31 VERBOSE task EZTV REJECTED: `Arrow S04E12 HDTV x264-LOL` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Network error during request: [Errno 1] _ssl.c:510: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error) 2016-02-04 13:31 VERBOSE details EZTV Summary - Accepted: 0 (Rejected: 3 Undecided: 47 Failed: 0) /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning 2016-02-04 13:31 CRITICAL plugin KAT Unable to download the RSS for task KAT (https://kat.cr/tv/?rss=1): [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 2016-02-04 13:31 WARNING task KAT Aborting task (plugin: rss)
It is my understanding from this thread (http://discuss.flexget.com/t/insecureplatformwarning/1128/8) that InsecurePlatformWarning shouldn't stop flexget from working. Is that also true for the SNIMissingWarning? Because I read website the warning directed me to and... I don't really understand it.
So, assuming both of those warnings shouldn't stop flexget from working, then the reason flexget isn't working is here:
REJECTED:
Arrow S04E12 HDTV x264-LOLby retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Network error during request: [Errno 1] _ssl.c:510: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error)
I searched the forums and tried doing what was recommended here (http://discuss.flexget.com/t/ssl-issue-or-something/1367/6?u=teeniebopper) and it literally broke deluge so bad that I had to stop using it and go back to qbittorrent.
Is there a simple way to fix this? Or would someone be willing to hold my hand a bit and walk me through a more complicated solution?
Posts: 4
Participants: 3