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

DCOR-Aid throws error on first startup #65

Closed
B-Hartmann opened this issue Nov 28, 2022 · 3 comments
Closed

DCOR-Aid throws error on first startup #65

B-Hartmann opened this issue Nov 28, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@B-Hartmann
Copy link

Windows 10
DCOR-Aid 0.11.10

Fresh install of DCOR-Aid, first startup. The following error is shown and occurs every half a second or second:

Unhandled exception in DCOR-Aid version 0.11.10:
Traceback (most recent call last):
  File "C:\Users\username\AppData\Local\Programs\DCOR-Aid\dcoraid\gui\upload\widget_upload.py", line 407, in update_job_status
    self.setRowCount(len(self.jobs))
  File "C:\Users\username\AppData\Local\Programs\DCOR-Aid\dcoraid\gui\upload\widget_upload.py", line 358, in jobs
    raise ValueError("Job list not initialized!")
ValueError: Job list not initialized!

I should mention that I have a virtual environment on that PC with dcoraid installed and I used that package via the command line already before installing the DCOR-Aid app. Maybe some clash in the AppData folder?

@paulmueller paulmueller added the bug Something isn't working label Nov 28, 2022
@paulmueller
Copy link
Member

I can reproduce this on Windows.

@paulmueller
Copy link
Member

This bug is present since version 0.11.8

@paulmueller
Copy link
Member

Should be fixed with cafe917

paulmueller added a commit that referenced this issue Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants