persepolisdm / persepolis

Persepolis Download Manager is a GUI for aria2.
https://persepolisdm.github.io
GNU General Public License v3.0
6.13k stars 647 forks source link

Crash on deletion of downloaded files list. #895

Closed ghost closed 2 years ago

ghost commented 2 years ago

System Details:

Crash error message:

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/persepolis/scripts/persepolis.py", line 433, in main
    mainwindow = MainWindow(start_in_tray, persepolis_download_manager, persepolis_download_manager.setting)
  File "/usr/lib/python3.10/site-packages/persepolis/scripts/mainwindow.py", line 1350, in __init__
    dict = download_table_dict[gid]
KeyError: '1f2665dbf47d3c90'

Issue description: I tried to remove the list of the downloaded files from the custom queue and, this happened.