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

Bug with recent updates?

$
0
0

@rekishi wrote:

With the past two updates I've noticed that flexget doesnt have an issue with my config but crashes when searching with the main binaries. the log is here

2018-02-07 18:17 DEBUG manager Figuring out config load paths
2018-02-07 18:17 DEBUG manager Found config: /home/sean/.config/flexget/config.yml
2018-02-07 18:17 DEBUG manager Config file /home/sean/.config/flexget/config.yml selected
2018-02-07 18:17 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2018-02-07 18:17 VERBOSE backlog animebytes-task Added 121 entries from backlog
2018-02-07 18:17 VERBOSE details animebytes-task Produced 171 entries.
2018-02-07 18:17 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 1703, in on_task_filter
quality=entry.get('quality'))
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/filter/series.py", line 983, 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

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles