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

Deal with zombie downloads #74

Open
paulmueller opened this issue Nov 15, 2023 · 0 comments
Open

Deal with zombie downloads #74

paulmueller opened this issue Nov 15, 2023 · 0 comments

Comments

@paulmueller
Copy link
Member

Sometimes, users are downloading data and then delete the target directory, going off to doing something else.

When a new download is started in DCOR-Aid, the download job is still there and the following error is displayed:

Dcor-aid
Unhandled exception in DCOR-Aid version 0.12.1:
Traceback (most recent call last):
  File "C:\Users\mkraete\AppData\Local\Programs\DCOR-Aid\dcoraid\gui\download\widget_download.py", line 131, in update_job_status
    status = job.get_status()
  File "dcoraid\download\job.py", line 250, in get_status
    if self.path.exists() and self.path.is_file():
  File "dcoraid\download\job.py", line 88, in path
    return self.get_download_path()
  File "dcoraid\download\job.py", line 140, in get_download_path
    raise ValueError(
ValueError: The `download_path` passed in __init__ is invalid. Please make sure the target directory for PATH_TO_FILE.rtdc exists. 
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