MalloyDelacroix / DownloaderForReddit

The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
GNU General Public License v3.0
496 stars 47 forks source link

BUGS: Crashing and multiple issues with users #375

Open T-prog3 opened 9 months ago

T-prog3 commented 9 months ago

Describe the bug

  1. Add random User to a list and download.
  2. Wait until finished.
  3. Delete User with files and press YES to remove from DB
  4. Add the same User again and the bugs begin.

First you will get the following unexpected behaviors:

  1. a yellow warning message showing "WARNING: Invalid name: ***"
  2. no user being added to the list
  3. The downloader starts running and after a while end up with the following result
    INFO:  
    Finished
    Run Time: 6 mins, 48 secs
    Download Count: 0
    Downloaded Users: 0
    Downloaded Subreddits: 0
    Post Count: 0
    Comment Count: 0

If you then close the software and open it again you still have 0 users. So naturally we want to add this same user again. And at this point i have encountered 3 different bugs.

BUG 1: It says that the user already exist and ask me if i want to download it instead. BUG 2: Same behavior as before with "WARNING: Invalid name: ***" but no download. BUG 3: The software crash to windows.

Environment Information