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
511 stars 48 forks source link

Updated PyQt Version #92

Closed zacker150 closed 4 years ago

zacker150 commented 4 years ago

This resolves a bug where DFR crashes when you re-open a RedditObjectSettingsDialog on Python 3.7 with the following error message:

asctime: 01/17/2020 03:42:52 AM
levelname: CRITICAL
name: DownloaderForReddit.__main__
message: Unhandled exception
exc_info: AttributeError: __getattribute__

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "E:\Repos\DownloaderForReddit\repo\DownloaderForReddit\GUI\DownloaderForRedditGUI.py", line 246, in <lambda>
    user_settings.triggered.connect(lambda: self.user_settings(0, False))
  File "E:\Repos\DownloaderForReddit\repo\DownloaderForReddit\GUI\DownloaderForRedditGUI.py", line 342, in user_settings
    self.running)
  File "E:\Repos\DownloaderForReddit\repo\DownloaderForReddit\GUI\RedditObjectSettingsDialog.py", line 53, in __init__
    self.setupUi(self)
  File "E:\Repos\DownloaderForReddit\repo\DownloaderForReddit\GUI_Resources\RedditObjectSettingsDialog_auto.py", line 168, in setupUi
    QtCore.QMetaObject.connectSlotsByName(RedditObjectSettingsDialog)
SystemError: <built-in function connectSlotsByName> returned a result with an error set