Closed fkhachi closed 1 year ago
See the Support page - the confirmSent error typically means that Google has temporarily blocked your account or rate limited your messages: https://github.com/Brismuth-Apps-LLC/bulk-texter-lite/blob/main/support.md#account-suspension--error-confirmsent-failed
Are you able to send the same messages manually, without Bulk Texter Lite? And do those succeed?
Thank you very much. That's what I suspected as I made the same mistake several years ago and I learned my lesson. It does not allow me to send the same message individually and manually which is rather odd.
How long does it take for them to unblock you?
I assume that you are the developer for the software and since I have you on with me, I would be interested to know if the Pro version would resolve this problem or provide me with additional benefits.
Fred Khachi
Mobile (209) 763-8787
From: Brian Smith @.> Sent: Saturday, December 31, 2022 10:01 AM To: Brismuth-Apps-LLC/bulk-texter-lite @.> Cc: fkhachi @.>; Author @.> Subject: Re: [Brismuth-Apps-LLC/bulk-texter-lite] Text failed. "confirmSent" failed. (Issue #212)
See the Support page - the confirmSent error typically means that Google has temporarily blocked your account or rate limited your messages: https://github.com/Brismuth-Apps-LLC/bulk-texter-lite/blob/main/support.md#account-suspension--error-confirmsent-failed
Are you able to send the same messages manually, without Bulk Texter Lite? And do those succeed?
— Reply to this email directly, view it on GitHub https://github.com/Brismuth-Apps-LLC/bulk-texter-lite/issues/212#issuecomment-1368259382 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AIIPSP6MGJK5QPLJQDZG7SDWQBYGVANCNFSM6AAAAAATNTXGBM . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AIIPSPZS6VO6O5OQLMQJFD3WQBYGVA5CNFSM6AAAAAATNTXGBOWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSRRX5TM.gif Message ID: @. @.> >
The Pro version does have some additional features that can help with this - especially CSV upload - see the full feature breakdown here: https://www.bulktexterpro.com/docs/features
The Bulk Texter Pro FAQ also has a lot of tips that may be useful to you: https://www.bulktexterpro.com/docs/faq/#do-you-have-any-tips-to-avoid-having-my-messages-flagged-as-spam
The Pro version also currently offers a 7 day free trial - so I'd say give it a try once your account is working again. :)
Thank you and have a great new year.
Fred Khachi
Mobile (209) 763-8787
From: Brian Smith @.> Sent: Saturday, December 31, 2022 10:14 AM To: Brismuth-Apps-LLC/bulk-texter-lite @.> Cc: fkhachi @.>; Author @.> Subject: Re: [Brismuth-Apps-LLC/bulk-texter-lite] Text failed. "confirmSent" failed. (Issue #212)
The Pro version does have some additional features that can help with this - especially CSV upload - see the full feature breakdown here: https://www.bulktexterpro.com/docs/features
The Bulk Texter Pro FAQ also has a lot of tips that may be useful to you: https://www.bulktexterpro.com/docs/faq/#do-you-have-any-tips-to-avoid-having-my-messages-flagged-as-spam
The Pro version also currently offers a 7 day free trial - so I'd say give it a try once your account is working again. :)
— Reply to this email directly, view it on GitHub https://github.com/Brismuth-Apps-LLC/bulk-texter-lite/issues/212#issuecomment-1368261039 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AIIPSPZFXEFYEXXJBKA57ELWQBZXXANCNFSM6AAAAAATNTXGBM . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AIIPSP5NVSIWYXSKYXBOSHDWQBZXXA5CNFSM6AAAAAATNTXGBOWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSRRYA26.gif Message ID: @. @.> >
Describe the bug A clear and concise description of what the bug is. Bulk Texter Lite v2.0.10: Text failed. "confirmSent" failed.
URL The URL you were on when the problem occurred. https://voice.google.com/u/0/messages?itemId=t.%2B19085772529
Expected behavior A clear and concise description of what you expected to happen. Getting the same error on both Firefox and Chrome
Screenshots If applicable, add screenshots to help explain your problem.
https://www.loom.com/share/17e041bdc6dc44aa9b6e0becd6de3eae
Additional context Add any other context about the problem here.
I have copied the errors log for your review. Bulk Texter Lite v2.0.10: Text failed. "confirmSent" failed. You can find support resources by opening the Bulk Texter Lite popup and clicking "Get Help" at the bottom. When you click "ok" the page will refresh. Context https://voice.google.com/u/0/messages?itemId=draft-7D48D793-83E7-4F49-A0B4-A093ED369AE4 Stack Trace • contentScripts/tools.js:40 (fatalErrorHandler) • contentScripts/tools.js:65 (keepTrying) // Microsoft Edge compatibility if (chrome == null) { chrome = browser; }
/**
function getFunctionName(func) { return func.name.replace(/bound /g, ''); }
/**
@param {Function} cb to be called with the results from method when we're done trying */ async function keepTrying(method, silenceErrors) { function fatalErrorHandler() { if (!silenceErrors) { const manifest = chrome.runtime.getManifest(); const fullMessage =
Bulk Texter Lite v${manifest.version}:\nText failed. "${getFunctionName(method)}" failed.\n\nYou can find support resources by opening the Bulk Texter Lite popup and clicking "Get Help" at the bottom.\n\nWhen you click "ok" the page will refresh.
;if (siteManager) { siteManager.messagesToSend.length = 0; } console.error(fullMessage); alert(fullMessage); window.location.reload(); } }
console.log('BulkTexterLite: Running: ', getFunctionName(method)); const frequency = 200; // try every 200ms let tryCount = 5 * 1000/frequency; // keep trying for 5 seconds
while (tryCount-- > 0) { await sleep(frequency);
let successful = method(); if (successful === true) { return true; }
let giveUp = successful === false; if (giveUp) { fatalErrorHandler(); return successful; } }
fatalErrorHandler(); return false; }
function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); }
/**
/**
/**
}
Bulk Texter Lite v2.0.10: Text failed. "confirmSent" failed. You can find support resources by opening the Bulk Texter Lite popup and clicking "Get Help" at the bottom. When you click "ok" the page will refresh. Context https://voice.google.com/u/0/messages?itemId=draft-AFCF6F5A-5C3D-4EE0-A30F-128665A949CB Stack Trace • contentScripts/tools.js:40 (fatalErrorHandler) • contentScripts/tools.js:65 (keepTrying) // Microsoft Edge compatibility if (chrome == null) { chrome = browser; }
/**
function getFunctionName(func) { return func.name.replace(/bound /g, ''); }
/**
@param {Function} cb to be called with the results from method when we're done trying */ async function keepTrying(method, silenceErrors) { function fatalErrorHandler() { if (!silenceErrors) { const manifest = chrome.runtime.getManifest(); const fullMessage =
Bulk Texter Lite v${manifest.version}:\nText failed. "${getFunctionName(method)}" failed.\n\nYou can find support resources by opening the Bulk Texter Lite popup and clicking "Get Help" at the bottom.\n\nWhen you click "ok" the page will refresh.
;if (siteManager) { siteManager.messagesToSend.length = 0; } console.error(fullMessage); alert(fullMessage); window.location.reload(); } }
console.log('BulkTexterLite: Running: ', getFunctionName(method)); const frequency = 200; // try every 200ms let tryCount = 5 * 1000/frequency; // keep trying for 5 seconds
while (tryCount-- > 0) { await sleep(frequency);
let successful = method(); if (successful === true) { return true; }
let giveUp = successful === false; if (giveUp) { fatalErrorHandler(); return successful; } }
fatalErrorHandler(); return false; }
function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); }
/**
/**
/**
}