Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

TaskAbort(reason=Error connecting to transmission: httplib.BadStatusLine

$
0
0

@smksky wrote:

Expected behaviour:

transmission handling

Actual behaviour:

TaskAbort(reason=Error connecting to transmission: httplib.BadStatusLine
and broken text

Steps to reproduce:

  • Step 1: flexge check
    2016-11-20 22:54 WARNING check Config line 44 is likely missing ':' at the end
    2016-11-20 22:54 VERBOSE check Pre-checked 47 configuration lines
    2016-11-20 22:54 VERBOSE check Checking config file /root/.flexget/config.yml
    2016-11-20 22:54 VERBOSE check Config passed check.

  • Step 2: flexget -L debug execute --tasks tv_shows

output is broken text like this when transmission handling
httplib.BadStatusLine: ¸ètG’ì2f
.ôF &!\Ó>ô¥²*+?ËØ¿ôXJ(Ð÷÷ÝÝyݞ«ÎSP=/‡ŽJ½ŠI&‘æº@Òè´Gõ°:LoÞ@i\þômχuým9’Y˜Ïz|iúó‘ŠñÒ ×çŸ"FWK+¹w·ÙÂîKÚ5»ÍdËðÕ&ëö¯9ÝhŠåªï**

i checked almost thing about locale, default encoding ,
but i couldn't find resolution
help me !!!

Config:

web_server:
  bind: 0.0.0.0
  port: 3539
  web_ui: yes
templates:
  global:
    transmission:
      host: localhost
      port: 9091
      username: id
      password: \'1234\'

tasks:
  tv_shows:
    inputs:
      - rss: http:// domain name/rss.php?qrery=variety

    verify_ssl_certificates: no
    series:
      settings:
        variety:
          identified_by: ep
          ep_regexp: e(\d+)
          quality: '720p-1080p'
          path: /media/pogo/Downloads/
      variety:
        - 무한도전
    thetvdb_lookup: no
schedules:
  - tasks: '*'
    interval:
      hours: 2

Log:

2016-11-20 22:37 DEBUG    series        tv_shows        start with episodes: ['일요일이 좋다 2부 런닝맨.E458.161120.720p-NEXT', '일요일이 좋다 2부 런닝맨.E458.161120.360p-NEXT']
2016-11-20 22:37 DEBUG    series        tv_shows        current episodes: ['일요일이 좋다 2부 런닝맨.E458.161120.720p-NEXT', '일요일이 좋다 2부 런닝맨.E458.161120.360p-NEXT']
2016-11-20 22:37 DEBUG    series        tv_shows        quality req: 720p-1080p
2016-11-20 22:37 VERBOSE  series        tv_shows        Ignored `일요일이 좋다 2부 런닝맨.E458.161120.360p-NEXT`. Does not meet quality requirement `720p-1080p`.
2016-11-20 22:37 DEBUG    series        tv_shows        -------------------- process_propers -->
2016-11-20 22:37 DEBUG    series        tv_shows        propers - downloaded qualities: {}
2016-11-20 22:37 DEBUG    series        tv_shows        continuing w. episodes: ['일요일이 좋다 2부 런닝맨.E458.161120.720p-NEXT']
2016-11-20 22:37 DEBUG    series        tv_shows        best episode is: 일요일이 좋다 2부 런닝맨.E458.161120.720p-NEXT
2016-11-20 22:37 DEBUG    series        tv_shows        -------------------- episode tracking -->
2016-11-20 22:37 DEBUG    series        tv_shows        get_latest_release returning None, no downloaded episodes found for: 일요일이 좋다 2부 런닝맨
2016-11-20 22:37 DEBUG    series        tv_shows        latest download: None
2016-11-20 22:37 DEBUG    series        tv_shows        current: <Episode(id=4,identifier=S01E458,season=1,number=458)>
2016-11-20 22:37 VERBOSE  task          tv_shows        ACCEPTED: `일요일이 좋다 2부 런닝맨.E458.161120.720p-NEXT` by series plugin because matches quality
2016-11-20 22:37 DEBUG    series        tv_shows        start with episodes: ['무한도전 돈가방 2008.torrent']
2016-11-20 22:37 DEBUG    series        tv_shows        current episodes: ['무한도전 돈가방 2008.torrent']
2016-11-20 22:37 DEBUG    series        tv_shows        quality req: 720p-1080p
2016-11-20 22:37 VERBOSE  series        tv_shows        Ignored `무한도전 돈가방 2008.torrent`. Does not meet quality requirement `720p-1080p`.
2016-11-20 22:37 DEBUG    series        tv_shows        no quality meets requirements
2016-11-20 22:37 DEBUG    series        tv_shows        start with episodes: ['무한도전 E507 161119 1080p-DWBH.mp4.torrent', '무한도전.Infinite.Challenge.E507.hdtv.x264-EAST']
2016-11-20 22:37 DEBUG    series        tv_shows        current episodes: ['무한도전 E507 161119 1080p-DWBH.mp4.torrent', '무한도전.Infinite.Challenge.E507.hdtv.x264-EAST']
2016-11-20 22:37 DEBUG    series        tv_shows        quality req: 720p-1080p
2016-11-20 22:37 VERBOSE  series        tv_shows        Ignored `무한도전.Infinite.Challenge.E507.hdtv.x264-EAST`. Does not meet quality requirement `720p-1080p`.
2016-11-20 22:37 DEBUG    series        tv_shows        -------------------- process_propers -->
2016-11-20 22:37 DEBUG    series        tv_shows        propers - downloaded qualities: {}
2016-11-20 22:37 DEBUG    series        tv_shows        continuing w. episodes: ['무한도전 E507 161119 1080p-DWBH.mp4.torrent']
2016-11-20 22:37 DEBUG    series        tv_shows        best episode is: 무한도전 E507 161119 1080p-DWBH.mp4.torrent
2016-11-20 22:37 DEBUG    series        tv_shows        -------------------- episode tracking -->
2016-11-20 22:37 DEBUG    series        tv_shows        get_latest_release returning None, no downloaded episodes found for: 무한도전
2016-11-20 22:37 DEBUG    series        tv_shows        latest download: None
2016-11-20 22:37 DEBUG    series        tv_shows        current: <Episode(id=2,identifier=S01E507,season=1,number=507)>
2016-11-20 22:37 VERBOSE  task          tv_shows        ACCEPTED: `무한도전 E507 161119 1080p-DWBH.mp4.torrent` by series plugin because matches quality
2016-11-20 22:37 DEBUG    urlrewriter   tv_shows        Checking 3 entries
2016-11-20 22:37 DEBUG    download      tv_shows        Accepting magnet url for 해피선데이 1박2일 E616 161120 1080p-DWBH.mp4.torrent
2016-11-20 22:37 DEBUG    download      tv_shows        Accepting magnet url for 일요일이 좋다 2부 런닝맨.E458.161120.720p-NEXT
2016-11-20 22:37 DEBUG    download      tv_shows        Accepting magnet url for 무한도전 E507 161119 1080p-DWBH.mp4.torrent
2016-11-20 22:37 VERBOSE  details       tv_shows        Summary - Accepted: 3 (Rejected: 0 Undecided: 48 Failed: 0)
**2016-11-20 22:37 CRITICAL plugin        tv_shows        Error connecting to transmission: httplib.BadStatusLine: ¸ètG’ì2f
.ôF &!\Ó>ô¥²*+?ËØ¿ôXJ(Ð÷÷ÝÝyݞ«ÎSP=/‡ŽJ½ŠI&‘æº@Òè´Gõ°:LoÞ@i\þômχuým9’Y˜Ïz|iúó‘ŠñÒ ×çŸ"FWK+¹w·ÙÂîKÚ5»ÍdËðÕ&ëö¯9ÝhŠåªï**

Additional information:

  • Flexget Version: 2.6.1
  • Python Version: 3.5.2
  • Installation method: pip install flexget
  • OS and version: Linux sunny 4.4.31-1-ARCH #1 PREEMPT armv5tel GNU/Linux

  • Link to crash log:
    flexget.txt

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles