diff -r f7b6ded9cc37 -r bbf2bb2d533c DebugClients/Python2/DebugClientBase.py --- a/DebugClients/Python2/DebugClientBase.py Sun Sep 11 13:11:58 2016 +0200 +++ b/DebugClients/Python2/DebugClientBase.py Sun Sep 11 16:39:30 2016 +0200 @@ -392,7 +392,7 @@ try: commandDict = json.loads(jsonStr.strip()) - except json.JSONDecodeError as err: + except (TypeError, ValueError) as err: printerr(str(err)) return