@Amishman wrote:
When I run the command:
flexget series show "duck dynasty"
I get the following error:
Duck Dynasty (2012)
Least important columnProper
removed due terminal size
Least important columnRelease Quality
removed due terminal size
Least important columnLatest age
removed due terminal size
Traceback (most recent call last):
File "c:\python27\lib\runpy.py", line 174, in runmodule_as_main
"main", fname, loader, pkg_name)
File "c:\python27\lib\runpy.py", line 72, in runcode
exec code in run_globals
File "C:\Python27\Scripts\flexget.exe__main__.py", line 9, in
File "c:\python27\lib\site-packages\flexget__init__.py", line 42, in main
manager.start()
File "c:\python27\lib\site-packages\flexget\manager.py", line 309, in start
client.handle_cli(self.args)
File "c:\python27\lib\site-packages\rpyc\core\netref.py", line 196, in _call
_
return syncreq(self, consts.HANDLECALL, args, kwargs)
File "c:\python27\lib\site-packages\rpyc\core\netref.py", line 71, in syncreq
return conn.sync_request(handler, oid, *args)
File "c:\python27\lib\site-packages\rpyc\core\protocol.py", line 441, in sync_
request
raise obj
rpyc.core.vinegar/flexget.terminal.TerminalTableError: Table could not be render
ed correctly using it given dataundefined> ========= Remote Traceback (1) =========
Traceback (most recent call last):
File "c:\python27\lib\site-packages\rpyc\core\protocol.py", line 305, in dispatchrequest
res = self._HANDLERS[handler](self, *args)
File "c:\python27\lib\site-packages\rpyc\core\protocol.py", line 535, in handlecall
return self.localobjects[oid](*args, **dict(kwargs))
File "c:\python27\lib\site-packages\flexget\ipc.py", line 90, in exposed_handl
e_cli
self.manager.handle_cli(options)
File "c:\python27\lib\site-packages\flexget\manager.py", line 353, in handle_c
li
options.cli_command_callback(self, command_options)
File "c:\python27\lib\site-packages\flexget\plugins\cli\series.py", line 37, in do_cli
display_details(options)
File "c:\python27\lib\site-packages\flexget\plugins\cli\series.py", line 242,
in display_details
table = TerminalTable(options.table_type, table_data, table_title, drop_colu
mns=[4, 3, 1])
File "c:\python27\lib\site-packages\flexget\terminal.py", line 77, in initself.init_table()
File "c:\python27\lib\site-packages\flexget\terminal.py", line 86, in init_table
self.table = self.resizetable()
File "c:\python27\lib\site-packages\flexget\terminal.py", line 198, in _resize
_table
raise TerminalTableError('Table could not be rendered correctly using it given data')
TerminalTableError: Table could not be rendered correctly using it given dataI am running version 2.6.6.
Any ideas how to fix this?
Posts: 3
Participants: 2