Author Topic: WhatsApp Plugin connection.  (Read 54809 times)

0 Members and 1 Guest are viewing this topic.

Offline nibbles

  • Newbie
  • *
  • Posts: 14
WhatsApp Plugin connection.
« on: 23 08 2024, 07:42:41 »
Is this an issue with my connection or an issue with WhatsApp changing their protocols?

From log everything reports success up until this point:

Code: [Select]
_Fri, 23 Aug 2024 07_30_54 GMTUpgrade_ websocket

Sec-WebSocket-Accept: OGOihdeyizXXXXbRbB1ZUMinc+4=
Connection: Upgrade

[08:30:50 0D90] [WhatsApp_1] Server connection succeeded

[08:30:52 0D90] [WhatsApp_1] Got binary node:
<failure reason="405" location="vll"/>
[08:30:52 0D90] [WhatsApp_1] payload length 8913411 exceeds capacity 1

[08:30:52 0D90] [WhatsApp_1] Websocket connection gracefully closed
[08:30:52 0D90] [WhatsApp_1] (0000000005061A50:680) Connection closed internal
[08:30:52 0D90] [WhatsApp_1] (0000000005061A50:4294967295) Connection closed
[08:30:52 0D90] [WhatsApp_1] WhatsAppProto::OnLoggedOut

P.S. Everything was fine yesterday.
« Last Edit: 23 08 2024, 07:45:42 by nibbles »
 

Offline dartraiden

Re: WhatsApp Plugin connection.
« Reply #1 on: 24 08 2024, 18:44:49 »
Something has changed on the server side.
 

Offline dartraiden

Re: WhatsApp Plugin connection.
« Reply #2 on: 25 08 2024, 09:57:22 »
Fixed.
« Last Edit: 25 08 2024, 10:39:30 by dartraiden »
 

Offline nibbles

  • Newbie
  • *
  • Posts: 14
Re: WhatsApp Plugin connection.
« Reply #3 on: 25 08 2024, 13:28:41 »


Thank you. It works  :THUMBS UP:
 

Offline nibbles

  • Newbie
  • *
  • Posts: 14
Re: WhatsApp Plugin connection.
« Reply #4 on: 16 10 2025, 09:06:45 »
Whatsapp playing up again :(

From Log:

Code: [Select]
[10:01:32 0824] [WhatsApp_1] Connection request to web.whatsapp.com:443 (Flags 11)....
[10:01:32 0824] [WhatsApp_1] (00000000089BA370) Connecting to server web.whatsapp.com:443....
[10:01:32 0824] [WhatsApp_1] (00000000089BA370) Connecting to ip 157.240.225.60:443 ....
[10:01:32 0824] [WhatsApp_1] (1176) Connected to web.whatsapp.com:443
[10:01:32 0824] [WhatsApp_1] (1176 web.whatsapp.com) Starting SSL/TLS negotiation
[10:01:32 0824] [WhatsApp_1] (1176 web.whatsapp.com) SSL/TLS negotiation successful
[10:01:32 0824] [WhatsApp_1] (00000000089BA370:1176) Data sent
GET /ws/chat HTTP/1.1
Accept: */*
Accept-Encoding: deflate, gzip
Cache-Control: no-cache
Connection: keep-alive, Upgrade
Host: web.whatsapp.com
Origin: https://web.whatsapp.com
Pragma: no-cache
Proxy-Connection: Keep-Alive
Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits
Sec-WebSocket-Key: Dgw6ky2####p4sMi9Rlp3A==
Sec-WebSocket-Version: 13
Upgrade: websocket
User-Agent: Miranda/0.96.6.4487 (x64)

[10:01:32 0824] [WhatsApp_1] (00000000089BA370:1176) Data sent
HTTP/1.1 101 Switching Protocols
Connection: Upgrade
Date: Thu, 16 Oct 2025 09:01:34 GMT
Sec-WebSocket-Accept: KjRCI5vRq8vV####mzwENpEng=
Upgrade: websocket

[10:01:32 0824] [WhatsApp_1] Server connection succeeded
[10:01:37 0824] [WhatsApp_1] Got binary node:
<failure reason="405" location="odn"/>
[10:01:37 0824] [WhatsApp_1] payload length 8913411 exceeds capacity 1
[10:01:37 0824] [WhatsApp_1] Websocket connection gracefully closed
[10:01:37 0824] [WhatsApp_1] (00000000089BA370:1176) Connection closed internal
[10:01:37 0824] [WhatsApp_1] (00000000089BA370:4294967295) Connection closed
[10:01:37 0824] [WhatsApp_1] WhatsAppProto::OnLoggedOut