Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on launch #387

Open
oknitter opened this issue Jul 29, 2024 · 0 comments
Open

Error on launch #387

oknitter opened this issue Jul 29, 2024 · 0 comments

Comments

@oknitter
Copy link

Issues marked with the Need Information label will be closed after 30 days if additional information is not provided
Receiving below error when application is launched.

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
asctime: 07/29/2024 05:36:24 PM
levelname: CRITICAL
name: DownloaderForReddit.main
message: Unhandled exception
exc_info: Traceback (most recent call last):
File "/home/user/Programs/DownloaderForReddit/main.py", line 104, in
main()
File "/home/user/Programs/DownloaderForReddit/main.py", line 77, in main
window = DownloaderForRedditGUI(queue, receiver, scheduler)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/Programs/DownloaderForReddit/DownloaderForReddit/gui/downloader_for_reddit_gui.py", line 90, in init
self.spinner = WaitingSpinner(self.user_list_view, roundness=80.0, opacity=10.0, fade=72.0, radius=10.0,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/Programs/DownloaderForReddit/DFREnv/lib/python3.11/site-packages/pyqtspinner/spinner.py", line 60, in init
self.updateSize()
File "/home/user/Programs/DownloaderForReddit/DFREnv/lib/python3.11/site-packages/pyqtspinner/spinner.py", line 204, in updateSize
self.setFixedSize(size, size)
TypeError: arguments did not match any overloaded call:
setFixedSize(self, QSize): argument 1 has unexpected type 'float'
setFixedSize(self, int, int): argument 1 has unexpected type 'float'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant