-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Problem Login LoginWithPassword #1217
Comments
the problem is there is a domain (s.whastapp.net) has been stopped by WhatsApp, so you need to alternative domain to login through to WhatsApp. if got this domain, kindly shard with us |
I have the same problem. I looked for yowsup lib for python and it works. It still use the domain "s.whastapp.net" also have some endpoints. ENDPOINTS = ( I don't know how to use this on the chat-api code. |
the response of tracert s.whatsapp.net: Unable to resolve target system name s.whatsapp.net, but there is a response of tracert e2.whatsapp.net. |
Hi |
Hi master Mgp25 please help me.
I have problem event I run method $login = $w->LoginWithPassword($password);
Prosess Registration normally success and correct. But I m running to send message show error like this ,
tx stream:features/stream:features
tx
rx
rx stream:features/stream:features
rx 9008423dcf0d49e4743bf8632418bd73719a1c28
end off bugs ,
PHP Warning: socket_write(): unable to write to socket [32]: Broken pipe in /var/www/html/API/Chat-API-master/src/whatsprot.class.php on line 2748
tx
My Script :
Connect(); $login = $w->LoginWithPassword($password); I think may be problem from WHATSAPP_SERVER because I'm try check open port and result is closed port. Is problem because WHATSAPP_SERVER or problem userid & passwor but I have sure userid & password is right. I think team's in here have solution for me. Thanks a lot ofThe text was updated successfully, but these errors were encountered: