scraperwiki / spreadsheet-download-tool

A ScraperWiki plugin for downloading data from a box as a CSV or Excel spreadsheet
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Extraction errors (in log.txt) aren't shown to user #48

Closed zarino closed 10 years ago

zarino commented 10 years ago

If create_downloads.py raises an exception, the user is never notified – all they see is an infinite "generating" or "waiting" spinner.

The exception is written to log.txt but you can't see that without SSHing in.

The exception is also saved into the _error table. Perhaps checkStatus() should check this table, and if an error exists, cancel window.timer and show the message?

zarino commented 10 years ago

A solution for this bug is being built here: https://github.com/scraperwiki/spreadsheet-download-tool/pull/51