-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
now i cant message again #28
Comments
Hello, I just tested and it seems to work. I am using wbm version Such as:
Also try to pass this option
|
Hi, I have the same issue. Is there a way I can keep the browser open after it has sent the message? I have found that if the mobile number is invalid then it stops the process and I have to "logout" from the linked device and then link the device again. This could take 2 or more attempts before a message is sent again. Even though the message is reported as sent there is nothing in the chat history about the message. |
Do you guys know how to start the program? it doesn't let me |
I mean, do i need to add anything to the code that they uploaded to the reporisoty? |
I just put in a mobile number and the code worked.
but then it just stopped working and now it will not send messages
Tony Ferguson
RITO Technologies
mobile (082) 464 6018
office (010) 213-7016/7
…On Mon, Oct 18, 2021 at 4:30 PM lielarie ***@***.***> wrote:
Do you guys know how to start the program? it doesn't let me
I mean, do i need to add anything to the code that they uploaded to the
reporisoty?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#28 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWMAIF2O2R66CAE76IZBBLUHQVPTANCNFSM5DMTMTIA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
const wbm = require('wbm');
wbm.start().then(async () => {
const phones = ['target number'];
const message = 'test';
await wbm.send(phones, message);
await wbm.end();
}).catch(err => console.log(err));
first time use this module i can send message, but now i cant send message again
The text was updated successfully, but these errors were encountered: