Skip to content

series begin throws exception #1378

@grr

Description

@grr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions