Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.16 KB | None | 0 0
  1. 2010-10-30 23:51 ERROR    feed          dvd-retail-sweb Unhandled error in plugin regexp: look-behind requires fixed-width pattern
  2. Traceback (most recent call last):
  3.   File "/home/ammin/flexget-autodl/flexget/feed.py", line 336, in __run_event
  4.     method(self)
  5.   File "/home/ammin/flexget-autodl/flexget/plugin.py", line 282, in __call__
  6.     return getattr(self.plugin.instance, self.method_name)(*args, **kwargs)
  7.   File "/home/ammin/flexget-autodl/flexget/plugins/filter_regexp.py", line 84, in on_feed_filter
  8.     r = self.filter(feed, match_method, non_match_method, regexps)
  9.   File "/home/ammin/flexget-autodl/flexget/plugins/filter_regexp.py", line 149, in filter
  10.     field = self.matches(entry, regexp_raw, from_fields)
  11.   File "/home/ammin/flexget-autodl/flexget/plugins/filter_regexp.py", line 109, in matches
  12.     if re.search(regexp, value, re.IGNORECASE | re.UNICODE):
  13.   File "/home/ammin/flexget-autodl/lib/python2.6/re.py", line 142, in search
  14.     return _compile(pattern, flags).search(string)
  15.   File "/home/ammin/flexget-autodl/lib/python2.6/re.py", line 245, in _compile
  16.     raise error, v # invalid expression
  17. error: look-behind requires fixed-width pattern
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement