Hi all,
it is still fine up to end of Jan , but within these few days 402 error thrown as :
accountManager.requestSMSVerification().then(result => {
console.log("Sent verification code.");
console.log("password generated : ".password);
console.log("result" + result);
}).catch(printError => {
console.log("Error" + printError);
});
ErrorHTTPError: The server rejected our query, please file a bug report. (original: promiseAjax: error response; code: 402)
Anyone has any clues on that ?
Thanks
Hi all,
it is still fine up to end of Jan , but within these few days 402 error thrown as :
accountManager.requestSMSVerification().then(result => {
console.log("Sent verification code.");
console.log("password generated : ".password);
console.log("result" + result);
}).catch(printError => {
console.log("Error" + printError);
});
ErrorHTTPError: The server rejected our query, please file a bug report. (original: promiseAjax: error response; code: 402)
Anyone has any clues on that ?
Thanks