--- a/RefactoringRope/JsonServer.py Fri Sep 29 10:41:34 2017 +0200 +++ b/RefactoringRope/JsonServer.py Sat Sep 30 14:52:32 2017 +0200 @@ -152,7 +152,7 @@ """ this issue with the received data to the""" """ eric bugs email address.</p>""" """<p>Error: {0}</p>""" - """<p>Data:<br/>{0}</p>""").format( + """<p>Data:<br/>{1}</p>""").format( str(err), Utilities.html_encode(jsonLine.strip())), E5MessageBox.StandardButtons( E5MessageBox.Ok))