rndusr / stig

TUI and CLI for the BitTorrent client Transmission
GNU General Public License v3.0
554 stars 24 forks source link

removing a lot of torrents (300-1700) crashes stig #190

Open Soundtoxin opened 3 years ago

Soundtoxin commented 3 years ago
Traceback (most recent call last):
  File "/usr/bin/stig", line 33, in <module>
    sys.exit(load_entry_point('stig==0.12.1a0', 'console_scripts', 'stig')())
  File "/usr/lib/python3.9/site-packages/stig/__init__.py", line 25, in run
    main.run()
  File "/usr/lib/python3.9/site-packages/stig/main.py", line 102, in run
    if not tui.run(run_commands):
  File "/usr/lib/python3.9/site-packages/stig/tui/main.py", line 60, in run
    tuiobjects.urwidloop.run()
  File "/usr/lib/python3.9/site-packages/urwid/main_loop.py", line 287, in run
    self._run()
  File "/usr/lib/python3.9/site-packages/urwid/main_loop.py", line 385, in _run
    self.event_loop.run()
  File "/usr/lib/python3.9/site-packages/stig/tui/urwidpatches.py", line 175, in run
    raise self._exc_info
  File "/usr/lib/python3.9/site-packages/stig/commands/base/torrent.py", line 295, in do_remove
    raise CmdError()
stig.commands.cmderror.CmdError

Happened to me twice as I was cleaning up old stuff (stig was getting laggy lately).