Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Error with current install

$
0
0

@rekishi wrote:

I'm currently using version 2.13.2 with the most up-to-date stable versions of pip and pip3 on debian 9.

when executing flexget I get an error for lib including x509 which points to the cryptography module.
latest crash report and config below.

2018-03-06 19:21 DEBUG    manager                       Figuring out config load paths
2018-03-06 19:21 DEBUG    manager                       Found config: /home/sean/.config/flexget/config.yml
2018-03-06 19:21 DEBUG    manager                       Config file /home/sean/.config/flexget/config.yml selected
2018-03-06 19:21 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2018-03-06 19:21 VERBOSE  backlog       animebytes-task Added 66 entries from backlog
2018-03-06 19:21 VERBOSE  details       animebytes-task Produced 116 entries.
2018-03-06 19:21 CRITICAL task          animebytes-task BUG: Unhandled error in plugin series: expected string or buffer
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 486, in __run_plugin
    return method(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/filter/series.py", line 1710, in on_task_filter
    quality=entry.get('quality'))
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/filter/series.py", line 985, in store_parser
    filter(table.quality == quality). \
  File "/home/sean/.local/lib/python2.7/site-packages/sqlalchemy/ext/hybrid.py", line 867, in __get__
    return self._expr_comparator(owner)
  File "/home/sean/.local/lib/python2.7/site-packages/sqlalchemy/ext/hybrid.py", line 1066, in expr_comparator
    owner, self.__name__, self, comparator(owner),
  File "/home/sean/.local/lib/python2.7/site-packages/sqlalchemy/ext/hybrid.py", line 1055, in _expr
    return ExprComparator(cls, expr(cls), self)
  File "/usr/local/lib/python2.7/dist-packages/flexget/utils/database.py", line 182, in getter
    return qualities.Quality(getattr(self, text_attr))
  File "/usr/local/lib/python2.7/dist-packages/flexget/utils/qualities.py", line 211, in __init__
    self.parse(text)
  File "/usr/local/lib/python2.7/dist-packages/flexget/utils/qualities.py", line 225, in parse
    self.resolution = self._find_best(_resolutions, _UNKNOWNS['resolution'], False)
  File "/usr/local/lib/python2.7/dist-packages/flexget/utils/qualities.py", line 241, in _find_best
    match = item.matches(search_in)
  File "/usr/local/lib/python2.7/dist-packages/flexget/utils/qualities.py", line 45, in matches
    match = self.regexp.search(text)
TypeError: expected string or buffer

tasks:
  animebytes-task:
    rss: 'REDACTED'
    series:
      - Miss Kobayashi\'s Dragon Maid:
          quality: 1080p
      - One Piece:
          quality: 1080p
      - Attack on Titan Season 2:
          quality: 1080p
      - My Hero Academia 2nd Season:
          quality: 1080p
      - Hajimete no GAL:
          quality: 1080p
      - Jigoku Shoujo Yoi no Togi:
          quality: 1080p
      - Himouto\! Umaru-chan R:
          quality: 1080p
      - Gakuen Babysitters:
          quality: 1080p
      - Cardcaptor Sakura Clear Card:
          quality: 1080p

    download: /home/sean/Videos/transmission/torrents/


web_server: yes

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles