version 0.2.5, download and update progress bar, we are on gitter, log on filerequest error, faster update

This commit is contained in:
HelloZeroNet 2015-02-26 01:32:27 +01:00
parent 34f6d1ee7c
commit bd7e76628b
12 changed files with 62 additions and 10 deletions

View file

@ -104,6 +104,7 @@ class FileRequest:
self.response(back)
if config.debug_socket: self.log.debug("File %s sent" % file_path)
except Exception, err:
self.log.debug("GetFile read error: %s" % Debug.formatException(err))
self.response({"error": "File read error: %s" % Debug.formatException(err)})
return False