-
Notifications
You must be signed in to change notification settings - Fork 481
series begin throws exception #1378
Copy link
Copy link
Closed
Description
Steps to reproduce:
$ flexget series begin Detectorists s03e01
Log:
Traceback (most recent call last):
File "/tmp/bin/flexget", line 9, in <module>
load_entry_point('FlexGet', 'console_scripts', 'flexget')()
File "/tmp/flexget/flexget/__init__.py", line 42, in main
manager.start()
File "/tmp/flexget/flexget/manager.py", line 295, in start
client.handle_cli(self.args)
File "/tmp/flexget/lib/python2.7/site-packages/rpyc/core/netref.py", line 196, in __call__
return syncreq(_self, consts.HANDLE_CALL, args, kwargs)
File "/tmp/flexget/lib/python2.7/site-packages/rpyc/core/netref.py", line 71, in syncreq
return conn.sync_request(handler, oid, *args)
File "/tmp/flexget/lib/python2.7/site-packages/rpyc/core/protocol.py", line 441, in sync_request
raise obj
AttributeError: 'ScopedNamespace' object has no attribute 'table_type'
========= Remote Traceback (1) =========
Traceback (most recent call last):
File "/tmp/flexget/lib/python2.7/site-packages/rpyc/core/protocol.py", line 305, in _dispatch_request
res = self._HANDLERS[handler](self, *args)
File "/tmp/flexget/lib/python2.7/site-packages/rpyc/core/protocol.py", line 535, in _handle_call
return self._local_objects[oid](*args, **dict(kwargs))
File "/tmp/flexget/flexget/ipc.py", line 89, in exposed_handle_cli
self.manager.handle_cli(options)
File "/tmp/flexget/flexget/manager.py", line 339, in handle_cli
options.cli_command_callback(self, command_options)
File "/tmp/flexget/flexget/plugins/cli/series.py", line 32, in do_cli
if options.table_type == 'porcelain':
File "/tmp/flexget/flexget/options.py", line 157, in __getattr__
return getattr(self.__parent__, key)
File "/tmp/flexget/flexget/options.py", line 158, in __getattr__
raise AttributeError("'%s' object has no attribute '%s'" % (type(self).__name__, key))
AttributeError: 'ScopedNamespace' object has no attribute 'table_type'
Additional information:
- Flexget Version: 2.3.11
- Python Version: 2.7.12
- Installation method: source
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels