150 self.tr("""<p>The response received from the client""" |
150 self.tr("""<p>The response received from the client""" |
151 """ could not be decoded. Please report""" |
151 """ could not be decoded. Please report""" |
152 """ this issue with the received data to the""" |
152 """ this issue with the received data to the""" |
153 """ eric bugs email address.</p>""" |
153 """ eric bugs email address.</p>""" |
154 """<p>Error: {0}</p>""" |
154 """<p>Error: {0}</p>""" |
155 """<p>Data:<br/>{0}</p>""").format( |
155 """<p>Data:<br/>{1}</p>""").format( |
156 str(err), Utilities.html_encode(jsonLine.strip())), |
156 str(err), Utilities.html_encode(jsonLine.strip())), |
157 E5MessageBox.StandardButtons( |
157 E5MessageBox.StandardButtons( |
158 E5MessageBox.Ok)) |
158 E5MessageBox.Ok)) |
159 return |
159 return |
160 |
160 |