@turb0chrg wrote:
Hey there.
I upgraded from 2.17.6 to 2.20.4 and everything looked good until I run flexget:
2019-02-20 17:36 CRITICAL plugin Exception while loading plugin flexget.plugins.parsers.parser_guessit
Traceback (most recent call last):
File "/home/jcarter/flexg> et/local/lib/python2.7/site-packages/flexget/plugin.py", line 434, in importplugin
import_module(module_name)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
import(name)
File "/home/jcarter/flexget/local/lib/python2.7/site-packages/flexget/plugins/parsers/parser_guessit.py", line 38, in
guessit_api = GuessItApi(rebulk_builder().rebulk(idregexps))
TypeError: rebulk_builder() takes exactly 1 argument (0 given)Any tips for me? I found this https://github.com/Flexget/Flexget/issues/2160 which looks related. I think I need to downgrade my guessit? I'm not clear exactly what's the problem here but it looks like the library changed the parameter set with a new verison?
./bin/guessit --version
+-------------------------------------------------------+
+ GuessIt 3.0.3 +
+-------------------------------------------------------+
+ Rebulk 0.9.0 +
+-------------------------------------------------------+
| Please report any bug or feature request at |
| https://github.com/guessit-io/guessit/issues. |
+-------------------------------------------------------+I upgraded my setuptools and pip recently as well.
Thanks, Joel.
Posts: 3
Participants: 2