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

Version 3.14.0 Won't Launch #288

Closed Kuroo2021 closed 2 years ago

Kuroo2021 commented 2 years ago

This issue is very similar to this old closed bug report. https://github.com/MalloyDelacroix/DownloaderForReddit/issues/220

Describe the bug When double-clicking the executable, nothing happens. No process is created in the task manager either.

Environment Information Operating system: Windows 11 Software version: 3.14.0 Are you running a compiled version or from source? Download the latest release. https://github.com/MalloyDelacroix/DownloaderForReddit/releases/tag/v3.14.0

To Reproduce (optional) Steps to reproduce the behavior:

Double click the executable Wait for the program to launch, but nothing happens For all but the most trivial of issues, please attach the latest log file.

A log file is created in the AppData\Roaming\SomeGuySoftware\DownloaderForReddit folder.

{ "levelname": "CRITICAL", "asctime": "05/30/2022 08:27:29 PM", "filename": "main.py", "module": "main", "name": "DownloaderForReddit.main", "funcName": "log_unhandled_exception", "lineno": 48, "message": "Unhandled exception", "exc_info": "Traceback (most recent call last):\n File \"main.py\", line 104, in \n File \"main.py\", line 77, in main\n File \"DownloaderForReddit\gui\downloader_for_reddit_gui.py\", line 123, in init\n File \"DownloaderForReddit\utils\reddit_utils.py\", line 103, in check_authorized_connection\n File \"praw\models\user.py\", line 162, in me\n File \"praw\reddit.py\", line 595, in get\n File \"praw\reddit.py\", line 696, in _objectify_request\n File \"praw\reddit.py\", line 885, in request\n File \"prawcore\sessions.py\", line 330, in request\n File \"prawcore\sessions.py\", line 228, in _request_with_retries\n File \"prawcore\sessions.py\", line 185, in _make_request\n File \"prawcore\rate_limit.py\", line 33, in call\n File \"prawcore\sessions.py\", line 283, in _set_header_callback\n File \"prawcore\auth.py\", line 254, in refresh\n File \"prawcore\auth.py\", line 155, in _request_token\n File \"prawcore\auth.py\", line 38, in _post\nprawcore.exceptions.ResponseException: received 400 HTTP response" }

Base on what I can see from the log above. It looks like some type of passwor account issue. But I can't see where to edit the file to change this or test it out?