-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Web version webVersion: '2.2413.51' type remote is not working anymore #612
Comments
same problem, please help |
hello @tegarferdigantara it was working for you these last days ? |
it was working until 8 hours ago. Check their latest commit they remove all the beta versions. And no any alpha version working |
how long should wait? |
The same issue, I have tried many versions but none is working. The previous versions I was using are removed and have tried running their given code but no progress. Does anyone has any idea of the issue? And is there any alternative to it? |
same probles.. please helpme sir... |
I have the same issue, no other versions work. |
Same problem.. please update ASAP |
Same issue, waiting update... |
Same issue, and other versions aren't working either. I'm waiting for an update |
Mesmo problema aqui. |
Same issue, help plz |
same issue |
Same issue, no working versions |
Same issue, no working versions and broke my apps |
I see that 2.2413.51-beta was it removed from this repository. Can you revert that commit, please? |
Alguma novidade? |
Any alternative solution? |
One latest Alpha version was added bd46ca0#diff-2d5b12f9201834fecbafa944b5976c5153e286459c474b496d9db28f1733a5f4 I tried by giving the URL , single session and even multiple session
It throws below error after QR scan
|
same issue happened to me when trying the new added a file |
Try it too. Same problem |
Same problem |
Please if you got the answer add it here Thanks |
I just saw the latest alpha version added 1 hour ago >>>> 2.3000.1014590669-alpha.html it is correct to test it this way after uploading it on my server >>> webVersion: '2.3000.1014590669', |
Remove webVersionCache do codigo e use execute: npm install github:pedroslopez/whatsapp-web.js#webpack-exodus irá resolver o problema |
Em qual arquivo devo fazer essa elteração? @lanstat |
Constants.js? |
the goat. |
Thank you, that worked for me |
Check this out @proggerkz If you are using yarn you will need to tweak the add command a little bit. Delete node_modules and any old sessions and from the client initialization in your code remove webVersionCache part only puppeteer flags and you auth part as in the stackoverflow link. I hope it works 🙌 |
Aqui ainda não deu certo, o que vai ser alterado em qual arquivo. |
1 Jul 16:37:50 - [error] Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'default') |
npm install github:pedroslopez/whatsapp-web.js#webpack-exodus |
all I did was |
I tried this solution and it's working as intended. |
By the way Guys, Where do you deploy your services (of whatsapp-js), I tried with render.com and netlify, but nothing works out! |
me too.. please help.. |
I have special vindows vds. You can take a vds for this
2 Tem 2024 Sal 07:14 tarihinde Mohd Azam ***@***.***> şunu
yazdı:
… By the way Guys, Where do you deploy your services (of whatsapp-js), I
tried with render.com and netlify, but nothing works out!
—
Reply to this email directly, view it on GitHub
<#612 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGOEGGY5TFNUXAWSNDMKBJTZKISKPAVCNFSM6AAAAABKE53576VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBRHA3DKNZTGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
You can follow these steps then you don't need to mention |
i have do this in node-red,, but still error,, can you explain more please... |
@rizkihermansyah83 Did you tried deleting the previous cache, like .web_auth, before restarting ?
|
@yairmelamed
In my case it saves these two folders
[image: image.png]
and on restarting the services, it says connecting on QR code but it takes
previous authenticated users.
…On Tue, Jul 2, 2024 at 2:38 PM yairmelamed ***@***.***> wrote:
Yes.. it works.. but it doesn't save the .web_auth folder.. so I need to
scan again.. beside, the official version of whatsapp-web.js is for 2.4..
not 2.3..
—
Reply to this email directly, view it on GitHub
<#612 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALN244W3CHUJ4ELCKSKHGS3ZKJUX5AVCNFSM6AAAAABKE53576VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBSGQYTMNRYGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Estou com o mesmo problema @mrameen, node-red |
How do you set this? |
In this version of release, no need set these
webVersionCache: {
type: 'remote',
remotePath: '
https://raw.githubusercontent.com/wppconnect-team/wa-version/main/html/2.3000.1014610951-alpha.html
'
},
Mine :
const createSession = function (id, description) {
console.log("Creating session: " + id);
const client = new Client({
// restartOnAuthFail: true,
puppeteer: {
headless: true,
args: [
"--no-sandbox",
"--disable-setuid-sandbox",
"--disable-dev-shm-usage",
"--disable-web-security",
"--disable-gpu",
"--hide-scrollbars",
"--disable-cache",
"--disable-application-cache",
"--disable-gpu-driver-bug-workarounds",
"--disable-accelerated-2d-canvas",
"--no-first-run",
"--no-zygote",
"--single-process", // <- this one doesn't works in Windows
],
},
authStrategy: new LocalAuth({
clientId: id,
dataPath: './wweb_auth'
}),
… });
On Tue, Jul 2, 2024 at 9:02 PM Mr Ameen ***@***.***> wrote:
const client = new Client({
authStrategy: new LocalAuth({
clientId: this.id,
dataPath: this.sessionPath,
}),
// proxyAuthentication: { username: 'username', password: 'password' },
puppeteer: {
// args: ['--proxy-server=
proxy-server-that-requires-authentication.example.com'],
args: ['--no-sandbox', '--disable-setuid-sandbox'] ,
headless: true
},
});
How do you set this?
webVersionCache: {
type: 'remote',
remotePath: '
https://raw.githubusercontent.com/wppconnect-team/wa-version/main/html/2.3000.1014610951-alpha.html
'
},
—
Reply to this email directly, view it on GitHub
<#612 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALN244VLHJNMRPH2EOHNTADZKLB2JAVCNFSM6AAAAABKE53576VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBTGU2DKMZQHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
try this.. it working for me.. thankyou.. maturnuwon sanget guuuys..... |
Thank you so much.. its working now.. mantap bosku |
npm install github:pedroslopez/whatsapp-web.js#webpack-exodus Done! |
Hello everyone please i need help
i was using this version but now it's not working anymore please i need help :
The text was updated successfully, but these errors were encountered: