Ticket #241 (closed defect: fixed)
Opened 6 years ago
Last modified 5 years ago
downloading seems to fail often for not getting the complete file
| Reported by: | scottmc | Owned by: | brecht |
|---|---|---|---|
| Priority: | normal | Milestone: | haikuporter version 1.0 |
| Component: | haikuporter | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Not sure why but I get bad downloads about half the time, plus when this happens the haikuporter tool spits out and almost unreadable error. Perhaps add in better error handing code and gracefully exit the app. But need to figure out why the download routine is flaky in the first place.
Change History
comment:1 Changed 6 years ago by scottmc
- Summary changed from downloading seems to fails for not getting the complete file to downloading seems to fail often for not getting the complete file
comment:2 Changed 5 years ago by scottmc
- Milestone set to haikuporter version 1.0
comment:3 Changed 5 years ago by augiedoggie
comment:4 Changed 5 years ago by scottmc
Sounds good to me. The downloading issue seems to have cleared up with the switchover to wget.
comment:5 Changed 5 years ago by augiedoggie
- Resolution set to fixed
- Status changed from new to closed
Old code was removed in r621
Note: See
TracTickets for help on using
tickets.

It has crossed my mind to remove the python download code and just stick with using wget for all of the downloading. Using wget also has advantages like being able to easily use a proxy server.