There seems to be a bug in AcceptCore.js. When it loops over received
API responses it's not processing the error response object correctly.
// The function in question (this is in AcceptCore)function n(a, b) {
try { var c = JSON.parse(a.responseText...