venomous0x / WhatsAPI

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

Cant login to whatsapp #327

Open sarpaykent opened 11 years ago

sarpaykent commented 11 years ago

object(stdClass)#5 (10) { ["status"]=> string(2) "ok" ["login"]=> string(12) "9055xxxxxx" ["pw"]=> string(28) "xxxxx=" ["type"]=> string(8) "existing" ["expiration"]=> float(4444444444) ["kind"]=> string(4) "paid" ["price"]=> string(7) "1,79 TL" ["cost"]=> string(4) "1.79" ["currency"]=> string(3) "TRY" ["price_expiration"]=> int(1369437251) } Fatal error: Uncaught exception 'Exception' with message 'There was a problem trying to request the code.' in C:\AppServ\www\whatsapp\whatsprot.class.php:1176 Stack trace: #0 C:\AppServ\www\whatsapp\EXAMPLES.php(49): WhatsProt->requestCode('sms', 'TR', 'tr') #1 {main} thrown in C:\AppServ\www\whatsapp\whatsprot.class.php on line 1176

dont work tried so much..

shirioko commented 11 years ago

Did you encode your imei?

$imei = md5($imei);