Explain the most likely cause of a missing replay nonce error

This commit is contained in:
Peter Eckersley 2016-06-20 18:18:25 -07:00
parent aa4a2632e5
commit 56488b1899

View file

@ -49,7 +49,7 @@ class MissingNonce(NonceError):
def __str__(self):
return ('Server {0} response did not include a replay '
'nonce, headers: {1}'.format(
'nonce, headers: {1}\n(This may be a service outage)'.format(
self.response.request.method, self.response.headers))