venomous0x / WhatsAPI

Interface to WhatsApp Messenger
2.59k stars 2.14k forks source link

A new problem in the code - maybe an update? #239

Open zeliad-papa opened 11 years ago

zeliad-papa commented 11 years ago

FIX = https://github.com/venomous0x/WhatsAPI/issues/238 thx

amiyon-solutions commented 11 years ago

It seems there is a problem in the connection in Whatsapp binding...even tried yowsup also...it is responding "WAuth: Login Status: failure" in old version and new version.

if any one is able to login please update.

shargon commented 11 years ago

Protocol for registration its the same, but server, dont send anything... in two versions

jandrito80 commented 11 years ago

Not Registration!! I registrated my account with Whatsapp 2.8.7326 on Bluestack (2 or 3 month ago). This worked perfectly until yesterday, but today is not registered. I have tested the password "md5(strrev(imei))" on https://r.whatsapp.net/v1/exist.php?cc=34&in=634******&udid=f2***********f2 and the response is "OK", but when i try conect i received "challenge", i send response and then i received failure, not-authorized. Does anyone know why this happens?

shargon commented 11 years ago

need register with the api v2, not v1..... but now I think the protocol has changed, so even then you will have registered an account you can`t use

amiyon-solutions commented 11 years ago

@shargon, you are right, I have an old account and a new account, but both are not woking from today morning. so that they have changed the protocol. but still the old app in iPhone are able to send/receive.

jonnywilliamson commented 11 years ago

Well I haven't had to register anything but I'm sending messages using my method as posted in #238 today without any issues.

I'm pretty sure the protocol hasn't changed and people are just too quick to post and not quick enough to read.

shargon commented 11 years ago

The server dont send me anything and close the connection with valid user and password, and all working yesterday

amiyon-solutions commented 11 years ago

@jonnywilliamson for sure something is going on in whatsapp server....Now I am able to send using WhatsAPI but not using yowsup...see the below log, it is responding for exist check but not able to log in..

http://pastebin.com/yFfQEW1r

lauhungshing commented 11 years ago

You can try to change the version number from 2.8.4 to 2.8.7. This works for me.

shargon commented 11 years ago

The problem is the WhatsApp Api Net... is not work?? php works fine now... but i re-register my phone

jandrito80 commented 11 years ago

thank you @lauhungshing I have only changed version from 2.8.4 to 2.8.7 and it works. Change from protected $_whatsAppVer = "2.8.4"; to protected $_whatsAppVer = "2.8.7";

kingk110 commented 11 years ago

@shargon did you find any solution to the .net api to make it work ??

shargon commented 11 years ago

Im writing a .net api . In two days its done El 02/01/2013 18:50, "kingk110" notifications@github.com escribió:

@shargon https://github.com/shargon did you find any solution to the .net api to make it work ??

— Reply to this email directly or view it on GitHubhttps://github.com/venomous0x/WhatsAPI/issues/239#issuecomment-11817054.

kingk110 commented 11 years ago

Do you mean it will be done after 2 days?? Because it seems that your English is not good if you are developing it you can refer to the recent api https://github.com/perezdidac/WhatsAPINet

I was using it but now can't use the password generated from yowsup in it even if I remove the md5 encryption

shargon commented 11 years ago

Jajaja yes... My english is jot very good ^.^...will be done in two days... Or less El 02/01/2013 18:59, "kingk110" notifications@github.com escribió:

Do you mean it will be done after 2 days?? Because it seems that your English is not good

— Reply to this email directly or view it on GitHubhttps://github.com/venomous0x/WhatsAPI/issues/239#issuecomment-11817356.

kingk110 commented 11 years ago

@shargon ok :) Good luck!! ready for any help

ganySA commented 11 years ago

I would be happy to pay for someone to write a nice API for .NET there just seem to be too many unsupported, half finished or just slapped together ones.

@shargon: maybe you are interested?

shargon commented 11 years ago

Yes. Im interesting. Send me a email to shargon@gmail.com El 05/01/2013 09:01, "ganySA" notifications@github.com escribió:

I would be happy to pay for someone to write a nice API for .NET there just seem to be too many unsupported, half finished or just slapped together ones.

@shargon https://github.com/shargon: maybe you are interested?

— Reply to this email directly or view it on GitHubhttps://github.com/venomous0x/WhatsAPI/issues/239#issuecomment-11911399.

lahmacuns commented 11 years ago

I have a problem. Connection is successful. Status code says the message is sent. But the messages are not actually sent. It's been happening since last night. Anybody having the same issue?

ghost commented 11 years ago

@shargon It will be an open project?

ghost commented 11 years ago

Yeah, I know .. but would have to use the project in python, right?

shirioko commented 11 years ago

Yes, as far as I know yowsup is the only project which uses the latest working registration method.

ghost commented 11 years ago

Yeah, I did several searches .. tested before the project in php .. but now there is this detail ... it's time to improve my knowledge in python

shirioko commented 11 years ago

Are you going to try to port it from python? It's much much simpler to just call yowsup from command line and capture the output. The output is in JSON so it's easy to parse and retrieve the password.

ghost commented 11 years ago

That's the idea, but think about doing in .Net

shirioko commented 11 years ago

Well if it's in .NET I suggest you move your questions here: https://github.com/perezdidac/WhatsAPINet/issues We already had plenty of questions about python when people started using yowsup to obtain a password for PHP :)

ghost commented 11 years ago

Yes, just commented here

leeyunfan commented 10 years ago

Hi! Please someone can suggest me how read whatsapp conversation? I have only understand that I need mobile number and imei..but how? It's very important..thanks!

zephyern commented 10 years ago

Try downloading whatsapp in the App Store. It let's you read any conversation pretty much so that should suit your needs.