tgalal / yowsup

The WhatsApp lib
GNU General Public License v3.0
7.08k stars 2.23k forks source link

General Disconnect without getting banned? #2919

Open cijo7 opened 4 years ago

cijo7 commented 4 years ago

I am able to register but unable to login. The number is also not banned as i am able to register again.

It used to work fine.

I am using the latest build from the master.

Here is the logs:

D 2020-01-22 11:14:26,519 yowsup.config.manager - load(path_or_profile_name=123xxxx, profile_only=False) D 2020-01-22 11:14:26,519 yowsup.config.manager - _load_path(path=123xxxx) D 2020-01-22 11:14:26,520 yowsup.config.manager - _load_path couldn't find the path: 123xxxx D 2020-01-22 11:14:26,520 yowsup.config.manager - path_or_profile_name is not a path, using it as profile name D 2020-01-22 11:14:26,520 yowsup.config.manager - Detecting config for profile=123xxxx, dir=/home/root/.config/yowsup/123xxxx D 2020-01-22 11:14:26,520 yowsup.config.manager - Trying /home/root/.config/yowsup/123xxxx/config.yo D 2020-01-22 11:14:26,520 yowsup.config.manager - Trying /home/root/.config/yowsup/123xxxx/config.json D 2020-01-22 11:14:26,520 yowsup.config.manager - _load_path(path=/home/root/.config/yowsup/123xxxx/config.json) D 2020-01-22 11:14:26,520 yowsup.config.manager - Detected config type: json D 2020-01-22 11:14:26,520 yowsup.config.manager - Opening config for reading D 2020-01-22 11:14:26,520 yowsup.config.manager - Loading config D 2020-01-22 11:14:26,520 yowsup.profile.profile - Constructed Profile(profile_name=123xxxx) D 2020-01-22 11:14:26,521 yowsup-cli - starting cmd yowsup-cli v3.2.0 yowsup v3.2.3 consonance v0.1.3-1 dissononce v0.34.3 python-axolotl v0.2.2 cryptography v2.6.1 protobuf v3.0.0

Copyright (c) 2012-2019 Tarek Galal http://www.openwhatsapp.org

This software is provided free of charge. Copying and redistribution is encouraged.

If you appreciate this software and you would like to support future development please consider donating: http://openwhatsapp.org/yowsup/donate

D 2020-01-22 11:14:26,689 yowsup.stacks.yowstack - Initializing stack D 2020-01-22 11:14:26,689 yowsup.stacks.yowstack - Constructed Network Layer D 2020-01-22 11:14:26,689 yowsup.stacks.yowstack - Constructed Noise Segments Layer D 2020-01-22 11:14:26,690 yowsup.stacks.yowstack - Constructed Noise Layer D 2020-01-22 11:14:26,690 yowsup.stacks.yowstack - Constructed Coder Layer D 2020-01-22 11:14:26,690 yowsup.stacks.yowstack - Constructed Logger Layer D 2020-01-22 11:14:26,691 yowsup.stacks.yowstack - Constructed <yowsup.layers.axolotl.layer_control.AxolotlControlLayer object at 0x7f0d50372d68> D 2020-01-22 11:14:26,691 yowsup.stacks.yowstack - Constructed Axolotl Layer - <yowsup.layers.axolotl.layer_receive.AxolotlReceivelayer object at 0x7f0d4dbaf588> D 2020-01-22 11:14:26,691 yowsup.stacks.yowstack - Constructed Authentication Layer - Messages Layer - Receipt Layer - Ack Layer - Presence Layer - Ib Layer - Iq Layer - notification Ib Layer - Contact Iq Layer - Chatstate Layer - call Layer - Groups Iq Layer - Media Layer - Privacy Layer - Profiles Layer D 2020-01-22 11:14:26,694 yowsup.stacks.yowstack - Constructed CLI Interface Layer D 2020-01-22 11:14:26,694 yowsup.stacks.yowstack - setProfile(YowProfile(profile_name=123xxxx))

/L D 2020-01-22 11:14:28,629 yowsup.layers.network.layer - Created asyncore dispatcher I 2020-01-22 11:14:28,629 yowsup.layers.network.layer - Connecting to e11.whatsapp.net:443 D 2020-01-22 11:14:28,629 yowsup.layers.network.dispatcher.dispatcher_asyncore - connect(('e11.whatsapp.net', 443)) D 2020-01-22 11:14:29,180 yowsup.layers.network.dispatcher.dispatcher_asyncore - handle_connect D 2020-01-22 11:14:29,180 yowsup.layers.network.layer - Connected D 2020-01-22 11:14:29,181 yowsup.axolotl.factory - get_manager(profile_name=123xxxx, username=123xxxx) D 2020-01-22 11:14:29,183 yowsup.axolotl.manager - Initialized AxolotlManager [username=123xxxx, db=/home/root/.config/yowsup/123xxxx/axolotl.db] D 2020-01-22 11:14:29,183 yowsup.axolotl.manager - level_prekeys(force=False) D 2020-01-22 11:14:29,192 yowsup.axolotl.manager - len(pending_prekeys) = 812 D 2020-01-22 11:14:29,193 yowsup.axolotl.manager - load_unsent_prekeys I 2020-01-22 11:14:29,200 yowsup.axolotl.manager - Loaded 812 unsent prekeys D 2020-01-22 11:14:29,201 yowsup.layers.noise.layer - Received auth event D 2020-01-22 11:14:29,202 yowsup.env.env - Env not set, setting it to android D 2020-01-22 11:14:29,202 yowsup.env.env - Current env changed to android D 2020-01-22 11:14:29,202 yowsup.layers.noise.layer - Performing handshake [username= 123xxxx, passive=True] D 2020-01-22 11:14:29,202 yowsup.layers.noise.layer - Starting handshake worker D 2020-01-22 11:14:29,909 yowsup.layers.network.dispatcher.dispatcher_asyncore - handle_close D 2020-01-22 11:14:29,909 yowsup.layers.network.layer - Disconnected D 2020-01-22 11:14:30,003 yowsup.layers.axolotl.layer_control - Disconnected, reboot_connect? = False general: Disconnected:

Here is config file:

{
    "__version__": 1,
    "cc": "1",
    "client_static_keypair": "xxxxxxxxxx",
    "edge_routing_info": "xxxx==",
    "expid": "xxxxxxxxxxx==",
    "fdid": "xxxxxxxxxxxxx",
    "id": "xxxxxxxxxxxxxxxxxxx=",
    "login": "123xxxxxxxxx",
    "mcc": "234",
    "mnc": "08",
    "phone": "123xxxxxxxxx",
    "sim_mcc": "000",
    "sim_mnc": "000"
}

Any idea? Is it an issue with the yowsup?

ersinayaz commented 4 years ago

Has anyone have the MD5 whatsapp v2.20.12 Code ?

Version: 2.20.12 ClassesDex: pxJ3f57ePqbZmOfoXMDrLw==

not related to env. protocol change is likely.

maqox commented 4 years ago

IT'S STARTED WORKING AGAIN FOR ME WITH LIT MODIFICATIONS !!!

CARE TO Share ? Its stopped working now

Chimi12 commented 4 years ago

Has anyone have the MD5 whatsapp v2.20.12 Code ?

Version: 2.20.12 ClassesDex: pxJ3f57ePqbZmOfoXMDrLw==

not related to env. protocol change is likely.

Thx alot mate, i really appreciated.

ersinayaz commented 4 years ago

IT'S STARTED WORKING AGAIN FOR ME WITH LIT MODIFICATIONS !!!

could you please give details..

jamescder commented 4 years ago

@maqox and @ersinayaz Just Register Using New Number and make sure IP is new. The more Requests You Send to the WA the chances Of Registering will get decrease, Make sure every time goes from fresh and new including number. Just Followed @JoeHardSal

maqox commented 4 years ago

nces Of Regi

I use unique IP for each WSP account. and I don't spam or abuse. Sending about 5 messages per hour.

My numbers are not banned. Just cannot Login. Same Issue.

D 2020-01-24 05:05:27,013 yowsup.config.manager - load(path_or_profile_name=44XXXXXXXXXXX, profile_only=False) D 2020-01-24 05:05:27,014 yowsup.config.manager - _load_path(path=44XXXXXXXXXXX) D 2020-01-24 05:05:27,014 yowsup.config.manager - _load_path couldn't find the path: 44XXXXXXXXXXX D 2020-01-24 05:05:27,014 yowsup.config.manager - path_or_profile_name is not a path, using it as profile name D 2020-01-24 05:05:27,014 yowsup.config.manager - Detecting config for profile=44XXXXXXXXXXX, dir=/root/.config/yowsup/44XXXXXXXXXXX D 2020-01-24 05:05:27,014 yowsup.config.manager - Trying /root/.config/yowsup/44XXXXXXXXXXX/config.json D 2020-01-24 05:05:27,015 yowsup.config.manager - _load_path(path=/root/.config/yowsup/44XXXXXXXXXXX/config.json) D 2020-01-24 05:05:27,015 yowsup.config.manager - Detected config type: json D 2020-01-24 05:05:27,015 yowsup.config.manager - Opening config for reading D 2020-01-24 05:05:27,015 yowsup.config.manager - Loading config D 2020-01-24 05:05:27,016 yowsup.profile.profile - Constructed Profile(profile_name=44XXXXXXXXXXX) D 2020-01-24 05:05:27,016 yowsup-cli - starting cmd yowsup-cli v3.2.0 yowsup v3.2.3 consonance v0.1.3-1 dissononce v0.34.3 python-axolotl v0.2.2 cryptography v2.8 protobuf v3.11.2

Copyright (c) 2012-2019 Tarek Galal http://www.openwhatsapp.org

This software is provided free of charge. Copying and redistribution is encouraged.

If you appreciate this software and you would like to support future development please consider donating: http://openwhatsapp.org/yowsup/donate

D 2020-01-24 05:05:27,184 yowsup.stacks.yowstack - Initializing stack D 2020-01-24 05:05:27,184 yowsup.stacks.yowstack - Constructed Network Layer D 2020-01-24 05:05:27,184 yowsup.stacks.yowstack - Constructed Noise Segments Layer D 2020-01-24 05:05:27,186 yowsup.stacks.yowstack - Constructed Noise Layer D 2020-01-24 05:05:27,187 yowsup.stacks.yowstack - Constructed Coder Layer D 2020-01-24 05:05:27,187 yowsup.stacks.yowstack - Constructed Logger Layer D 2020-01-24 05:05:27,187 yowsup.stacks.yowstack - Constructed <yowsup.layers.axolotl.layer_control.AxolotlControlLayer object at 0x7f98a715e1d0> D 2020-01-24 05:05:27,187 yowsup.stacks.yowstack - Constructed Axolotl Layer - <yowsup.layers.axolotl.layer_receive.AxolotlReceivelayer object at 0x7f98a712fcd0> D 2020-01-24 05:05:27,188 yowsup.stacks.yowstack - Constructed Authentication Layer - Messages Layer - Receipt Layer - Ack Layer - Presence Layer - Ib Layer - Iq Layer - notification Ib Layer - Contact Iq Layer - Chatstate Layer - call Layer - Groups Iq Layer - Media Layer - Privacy Layer - Profiles Layer D 2020-01-24 05:05:27,189 yowsup.stacks.yowstack - Constructed CLI Interface Layer D 2020-01-24 05:05:27,189 yowsup.stacks.yowstack - setProfile(YowProfile(profile_name=44XXXXXXXXXXX)) Yowsup Cli client

Type /help for available commands

D 2020-01-24 05:05:27,190 yowsup.layers.network.layer - Created asyncore dispatcher I 2020-01-24 05:05:27,191 yowsup.layers.network.layer - Connecting to e6.whatsapp.net:443 D 2020-01-24 05:05:27,191 yowsup.layers.network.dispatcher.dispatcher_asyncore - connect(('e6.whatsapp.net', 443)) D 2020-01-24 05:05:27,266 yowsup.layers.network.dispatcher.dispatcher_asyncore - handle_connect D 2020-01-24 05:05:27,266 yowsup.layers.network.layer - Connected D 2020-01-24 05:05:27,267 yowsup.axolotl.factory - get_manager(profile_name=44XXXXXXXXXXX, username=44XXXXXXXXXXX) D 2020-01-24 05:05:27,269 yowsup.axolotl.manager - Initialized AxolotlManager [username=44XXXXXXXXXXX, db=/root/.config/yowsup/44XXXXXXXXXXX/axolotl.db] D 2020-01-24 05:05:27,270 yowsup.axolotl.manager - level_prekeys(force=False) D 2020-01-24 05:05:27,288 yowsup.axolotl.manager - len(pending_prekeys) = 787 D 2020-01-24 05:05:27,289 yowsup.axolotl.manager - load_unsent_prekeys D 2020-01-24 05:05:27,289 yowsup.layers.noise.layer - Received auth event D 2020-01-24 05:05:27,289 yowsup.env.env - Env not set, setting it to android D 2020-01-24 05:05:27,289 yowsup.env.env - Current env changed to android D 2020-01-24 05:05:27,290 yowsup.layers.noise.layer - Performing handshake [username= 44XXXXXXXXXXX, passive=False] D 2020-01-24 05:05:27,290 yowsup.layers.noise.layer - Starting handshake worker D 2020-01-24 05:05:27,525 yowsup.layers.network.dispatcher.dispatcher_asyncore - handle_close D 2020-01-24 05:05:27,526 yowsup.layers.network.layer - Disconnected D 2020-01-24 05:05:27,591 yowsup.layers.axolotl.layer_control - Disconnected, reboot_connect? = False general: Disconnected: [offline]: ^C Yowsdown

subhamsuthar commented 4 years ago

I 2020-01-24 05:17:18,739 yowsup.layers.network.layer - Connecting to e7.whatsapp.net:443 I 2020-01-24 05:17:18,745 yowsup.axolotl.manager - Generating 812 prekeys, current max_prekey_id=0 I 2020-01-24 05:17:19,598 yowsup.axolotl.manager - Storing 812 prekeys I 2020-01-24 05:17:29,347 yowsup.axolotl.manager - Loaded 812 unsent prekeys general: Disconnected: offline: offline: Yowsdown

freddyp19 commented 4 years ago

i have isuus:

yowsup-cli demos --yowsup --config /root/.config/yowsup/584123036842 yowsup-cli v3.2.0 yowsup v3.2.3

Copyright (c) 2012-2019 Tarek Galal http://www.openwhatsapp.org

This software is provided free of charge. Copying and redistribution is encouraged.

If you appreciate this software and you would like to support future development please consider donating: http://openwhatsapp.org/yowsup/donate

Yowsup Cli client

Type /help for available commands

I 2020-01-24 01:30:28,609 yowsup.layers.network.layer - Connecting to e1.whatsapp.net:443 general: Disconnected: offline:

I 2020-01-24 01:30:33,726 yowsup.layers.network.layer - Connecting to e1.whatsapp.net:443 general: Disconnected: offline: offline:

vdpopov commented 4 years ago

Same issue again!

vdpopov commented 4 years ago

Someone can say WHAT IS GOING ON?

ermancanitatli commented 4 years ago

1 - If the protocol has changed, how did the problem fixed 10 hours ago? 2 - how did the problem occur again?

cmeerw commented 4 years ago

1 - If the protocol has changed, how did the problem fixed 10 hours ago? 2 - how did the problem occur again?

they temporarily allowed old clients again for a brief period

brokenheart32988 commented 4 years ago

Does anybody have the new wa30.proto file?

Is WA still using XX or IK mechanism?

berkayaksoy commented 4 years ago

@tgalal We need you.