View Single Post
Posts: 13 | Thanked: 26 times | Joined on Sep 2015 @ Prague
#1317
Originally Posted by mykle187 View Post
i have downloaded the new yappari but whenever i try and register it, it keeps saying unable to connect to registration server

what can i do to resolve this issue
UPDATE
I fired Fiddler on my pc, entered the registration URL to a browser, and according to the Fiddler, the whatsapp server also returned HTTP 200 status with the following response:

Code:
{"status":"fail","reason":"incorrect","sms_length":6,"voice_length":6,"sms_wait":0,"voice_wait":0}
But the response doesn't seem very helpful anyway (to me )
----8<--------------
I have the same issue.
When yappari tries to register, the response from v.whatsapp.net server seems to be only "H" instead of "HTTP/1.1 200 OK". Older log is attached for comparison.

Is there any simple way, how to monitor the network traffic directly on N900?

Recent log:
Code:
Registration started
Country code: CZ
reg/req/exists/start
Request: https://v.whatsapp.net/v2/exist?cc=420&in=724XXXXXX&id=646e2a384a8fty0723cc&lc=CZ&lg=cs&token=ee4f9cdeb502862cf7y31511e35442a4
HttpRequest(): Connecting to v.whatsapp.net:443
HttpRequest(): Sending request...
HttpRequest(): Waiting for response...
HttpRequest(): Got response
H
reg/req/voice/start
Request: https://v.whatsapp.net/v2/code?cc=420&in=724XXXXXX&lc=CZ&lg=cs&sim_mcc=230&sim_mnc=001&method=voice&token=ee4f9cdeb502862cf7y31511e35442a4&id=646e2a384a8fty0723cc
HttpRequest(): Connecting to v.whatsapp.net:443
HttpRequestv2() Socket Error 1 The remote host closed the connection
Registration failed: Socket error 1
Older log:
Code:
Registration started
Country code: CZ
reg/req/exists/start
Request: https://v.whatsapp.net/v2/exist?cc=420&in=724XXXXXX&id=646e2a500a8afd0723cc&lc=CZ&lg=cs&token=18239328c11d807265786e0a3ae5f86f
HttpRequest(): Connecting to v.whatsapp.net:443
HttpRequest(): Sending request...
HttpRequest(): Waiting for response...
HttpRequest(): Got response
HTTP/1.1 200 OK
Connection: close
Server: Yaws 1.99
Date: Sat, 12 Sep 2015 07:24:00 GMT
Content-Length: 210
Content-Type: text/json ; charset=utf-8

HttpRequest(): All headers read.  Available: 210
Reply: {"status":"ok","login":"420XXXXXX","pw":"TmG5sO8+QT4CZI2OHf9K7y0fTFk=","type":"existing","expiration":1457635286,"kind":"free","price":"US$0.99","cost":"0.99","currency":"USD","price_expiration":1444846602}

reg/req/exists/ok
User 420724XXXXXX is registered.

Last edited by apeman; 2016-02-05 at 12:15.