-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[BUG] Error 405 - Connection Failure #999
Comments
Encountered the same issue; I think WhatsApp updated their WebSocket protocol, which makes the library unable to connect to WhatsApp. |
i have same issue, but solved with update the latest update |
I verify the Web Socket Protocol WSS, its the same at all. I'll debug that and If works, I post here. |
+1 |
"I'm facing the same problem since yesterday. I've tested in every possible way, but it keeps returning a 405 error. |
I was facing the same connection issue with a 405 error. I tested with version 6.7.6 and 6.7.7, both with the same problem. I followed a friend's advice and downgraded to 6.6.0. Now it works perfectly. |
try do |
I have a same issue using version 6.7.5 |
The maintainers recommend updating to 6.7.7 and either using the default version which is 2.3000.1015901307 |
Someone, I tried to update to version 6.7.7, I tried to downgrade to version 6.6.0. But all methods lead to the same error (405). If anyone has an alternative, let me know. I will contact my internet provider to check if there was any blocking, but it would be too much of a coincidence for it to happen on the same day that there was a bug for more than one person. If anyone has a solution, please post it here. Here my dependencies: "dependencies": { Thanks! |
version 6.7.7 is working fine for me. I no longer receive the 405 error. |
Fixei em 6.6.0. Funcionou pra mim. Deixei assim: Depois: Funcionou!! |
You are the man! Worket for me! Thank you so much. |
it actually worked. Latest version of baileys and using the recommended version. |
My running app broken since last month, updating to 6.7.7 didn't literally help me out. Just found that I use |
here's what I found ` const { state, saveCreds } = await useMultiFileAuthState("auth_info"); const sock = makeWASocket({ it works |
Describe the bug
I has this error today, I tryed to update to 6.7.7, but even with that it doesn't start, it just stays with this error.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: