Cloudef / libpndman

Package management library for PND files.
Do What The F*ck You Want To Public License
5 stars 0 forks source link

Problem with downloading a lot in one run #2

Closed lukas-buergi closed 12 years ago

lukas-buergi commented 12 years ago

I still have some problems downloading a lot... I'm using the newest version from git (downloaded from git on 17.5.12, --version says [among other things which are probably irrelevant] 0e93c73a1a9fafc7795b3f9192aabeeb184ddd1e) on a 64-Bit Ubuntu. 1)milky stopped downloading after about 700MB. It was still running, but not downloading anything; it just froze. Control-C terminated it all right. It's possible the internet connection dropped for a few minutes, but I'm not sure whether that was the problem. 2)Then it stopped after ~2.4GB, terminating itself. I think the internet connection didn't have any problems.

I didn't think to turn up verbosity, but I'll do so next time.

(on a side note, I'm redownloading everything because I have some problems with my cheap Transcend SD card. I'll never buy a Transcend SD card again and really need to start keeping a backup of the .pnds on my PC)

Cloudef commented 12 years ago

Propably those weird issues with repository again. This is going to be addressed in next release where connection drops are going to be issued by trying to continue the download again using the http 1.1 download continue method.

Cloudef commented 12 years ago

Hello, could you confirm this by compiling the milkyhelper in repo_api branch? It's not backwards compatible with the v1.0, so you need to run 'milky -C' to clean all database files. You can crawl back your old PND's afterwards with 'milky -P'.

The repo_api branch has much nicer curl backend, and issues like these should not hopefully happen.

lukas-buergi commented 12 years ago

Seems to be solved, although I still didn't test disconnecting the internet connection while downloading.