This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Failed/incomplete downloads still appear in local data sources #375
Comments
kbernat
pushed a commit
that referenced
this issue
Sep 22, 2017
kbernat
pushed a commit
that referenced
this issue
Sep 22, 2017
kbernat
pushed a commit
that referenced
this issue
Sep 26, 2017
kbernat
pushed a commit
that referenced
this issue
Sep 26, 2017
kbernat
pushed a commit
that referenced
this issue
Sep 26, 2017
Hi @kbernat When the user cancels the download you remove all files, but if an error occurs while downloading all files already downloaded remain on disk. Is this intended? Lines 1009 to 1017 in b519f21
|
@mzuehlke yes, it's our "resume" feature :) |
@mzuehlke we may think about asking user if incomplete data should be kept or not.. |
I suggest that a resume should only be possible/required on external errors, e.g. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behavior
Just got a
connection timeout
during a download of a large data source (the OZONE one from #374). I expected the failed/incomplete download not to appear in my local data sources next time I start Cate.Actual behavior
The data source appears.
Note that the
*.lock*
file could tell that a download is ongoing. It could also contain status incl. progress and error information about the download.The issue is closely related to #337.
Specifications
Cate 0.9.0.dev7
The text was updated successfully, but these errors were encountered: