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
505 stars 47 forks source link

Video merging critically fails on file not found #111

Closed redpoptarts closed 4 years ago

redpoptarts commented 4 years ago

Describe the bug After a video download, both halves of the file may not have successfully downloaded. When the VideoMerger tries to merge two files, but only has one, the entire program fails, resulting in a botched download batch.

Log Output {"levelname": "CRITICAL", "name": "DownloaderForReddit.__main__", "filename": {""main.py", "module": "main", "funcName": "log_unhandled_exception", {""lineno": 86, "message": "Unhandled exception", "asctime": "05/04/2020 {"02:18:40 PM", "exc_info": "Traceback (most recent call last):\n File {"\"DownloaderForReddit\\Core\\DownloadRunner.py\", line 250, in {"downloads_finished\n File \"DownloaderForReddit\\Utils\\VideoMerger.py\", {"line 62, in merge_videos\n File {"\"DownloaderForReddit\\Utils\\VideoMerger.py\", line 73, in {"clean_up\nFileNotFoundError: [WinError 2] The system cannot find the file {"specified: 'D:/Reddit/FILENAME....mp3'"}

Environment Information

MalloyDelacroix commented 4 years ago

This issue has already been fixed. The most up to date compiled executables can be found in the actions section