Hi,
I am sure I have configured something wrong and this is not actually a bug but would really appreciate some help.
When I run any flexget command other than flexget --test execute
and flexget -V
I get the following output:
There is a FlexGet process already running for this config, sending execution there.
Traceback (most recent call last):
File "/usr/local/bin/flexget", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/flexget/__init__.py", line 42, in main
manager.start()
File "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 309, in start
client.handle_cli(self.args)
File "/usr/local/lib/python2.7/dist-packages/rpyc/core/netref.py", line 196, in __call__
return syncreq(_self, consts.HANDLE_CALL, args, kwargs)
File "/usr/local/lib/python2.7/dist-packages/rpyc/core/netref.py", line 71, in syncreq
return conn.sync_request(handler, oid, *args)
File "/usr/local/lib/python2.7/dist-packages/rpyc/core/protocol.py", line 438, in sync_request
self.serve(0.1)
File "/usr/local/lib/python2.7/dist-packages/rpyc/core/protocol.py", line 390, in serve
self._dispatch(data)
File "/usr/local/lib/python2.7/dist-packages/rpyc/core/protocol.py", line 362, in _dispatch
self._dispatch_exception(seq, args)
File "/usr/local/lib/python2.7/dist-packages/rpyc/core/protocol.py", line 331, in _dispatch_exception
instantiate_oldstyle_exceptions = self._config["instantiate_oldstyle_exceptions"])
File "/usr/local/lib/python2.7/dist-packages/rpyc/core/vinegar.py", line 143, in load
_generic_exceptions_cache[fullname] = type(fullname, (GenericException,), fakemodule)
TypeError: type() argument 1 must be string, not unicode
I have tried reinstalling Flexget and cannot find any information online about this issue. I'm using Python 2.7.9, pip2 and Flexget 2.6.1.
Thank you very much for your help.