Feature #260
add progress & error reports
Description
Sophia wanted to avoid the perception of the process hanging, whenever there was a lot of data to pull in, since this requires multiple requests which could take many seconds. Also, error reporting so that we're not left shaking our heads in befuddlement if something doesn't work.
History
#1 Updated by Woozle Hypertwin about 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
After adding the progress report, Sophia noticed that the download was stopping before all of the content had been fetched -- thus demonstrating the need for this feature ;-) That bug has now been fixed, and progress & error reporting have been added.