@Addicted wrote:
Hi,when ever i try to put send_telegram in global or include file (ex - in movie.yml) or in any template, i'm getting error.
But if i put send_telegram in a task , "flexget send_telegram bootstrap" passes successfully.This is the error log if i put send_telegram in any template or external file ( movie.yml)
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 293, 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 441, in sync_request raise obj KeyError: None ========= Remote Traceback (1) ========= Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/rpyc/core/protocol.py", line 305, in _dispatch_request res = self._HANDLERS[handler](self, *args) File "/usr/local/lib/python2.7/dist-packages/rpyc/core/protocol.py", line 535, in _handle_call return self._local_objects[oid](*args, **dict(kwargs)) File "/usr/local/lib/python2.7/dist-packages/flexget/ipc.py", line 80, in exposed_handle_cli self.manager.handle_cli(options) File "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 337, in handle_cli options.cli_command_callback(self, command_options) File "/usr/local/lib/python2.7/dist-packages/flexget/utils/database.py", line 34, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/output/send_telegram.py", line 530, in do_cli config = _get_config(manager, task_name) File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/output/send_telegram.py", line 520, in _get_config return manager.config['tasks'][task].get(_PLUGIN_NAME) KeyError: None
How to solve this??
Posts: 1
Participants: 1