# HG changeset patch # User Matt Johnston # Date 1562409441 -28800 # Node ID ca06059e76decd9a8db579db55a2a4514ea53658 # Parent 8441916e3095cfc590611e5825fdcc6571466fac# Parent 424f1446f2141403a81e6cd3a138496e73e17546 merge diff -r 8441916e3095 -r ca06059e76de py/uploader.py --- a/py/uploader.py Sat Jul 06 18:36:46 2019 +0800 +++ b/py/uploader.py Sat Jul 06 18:37:21 2019 +0800 @@ -71,7 +71,7 @@ yield from self.send(tosend) readings = None D("Sent updated %d readings" % nreadings) - except aiohttp.errors.ClientError as e: + except aiohttp.ClientResponseError as e: self.limitlog.log("Error with uploader: %s" % str(e)) except asyncio.TimeoutError as e: self.limitlog.log("uploader http timed out: %s" % str(e))