Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

echo messages in wa group chat after a while #36

Open
thundergreen opened this issue Dec 30, 2015 · 2 comments
Open

echo messages in wa group chat after a while #36

thundergreen opened this issue Dec 30, 2015 · 2 comments

Comments

@thundergreen
Copy link

when i join a group chat in wa at the beginning everything seems to be fine, excepted when sendind pic (double massage)

but after a while i get echo messages in wa group chat. this is the backend log:

2015-12-30 10:24:47,857 INFO Session: Started typing: 33619571626
2015-12-30 10:24:58,265 INFO Session: Started typing: 33619571626
2015-12-30 10:25:04,110 INFO Session: Paused typing: 33619571626
2015-12-30 10:25:04,968 INFO Session: Started typing: 33619571626
2015-12-30 10:25:11,470 ERROR WhatsAppBackend: handleConvMessagePayload
2015-12-30 10:25:12,806 DEBUG WhatsAppBackend: handleMessageSendRequest(user=thorsten@emevth.no-ip.biz, buddy=33658865593-1409925402, message=Keine sau hier?, xhtml = )
2015-12-30 10:25:12,807 INFO Session: Message sent from 33781852856 to 33658865593-1409925402: Keine sau hier?
2015-12-30 10:25:12,807 DEBUG Session: Group Message from me to <group.Group instance at 0x75cd0300> Groups: {'33674514813-1446536444': <group.Group instance at 0x75cc5648>, '33658865593-1409925402': <group.Group instance at 0x75cd0300>}
2015-12-30 10:25:13,042 DEBUG Session: received ack 1451467512-31 message 33658865593-1409925402@g.us 1451467512
2015-12-30 10:25:13,335 DEBUG Session: received receipt, sending ack: 1451467512-31 33658865593-1409925402@g.us 1451467513 None 4915754202323@s.whatsapp.net None None
2015-12-30 10:25:13,452 DEBUG Session: received receipt, sending ack: 1451467512-31 33658865593-1409925402@g.us 1451467513 read 33782964087@s.whatsapp.net None None
2015-12-30 10:25:13,460 DEBUG Session: received receipt, sending ack: 1451467512-31 33658865593-1409925402@g.us 1451467513 None 33782964087@s.whatsapp.net None None
2015-12-30 10:25:14,117 DEBUG Session: received receipt, sending ack: 1451467512-31 33658865593-1409925402@g.us 1451467513 None 33763112247@s.whatsapp.net None None
2015-12-30 10:25:14,960 DEBUG Session: received receipt, sending ack: 1451467512-31 33658865593-1409925402@g.us 1451467514 None 33771175094@s.whatsapp.net None None
2015-12-30 10:25:15,172 INFO Session: Started typing: 33619571626
2015-12-30 10:25:15,594 DEBUG Session: received receipt, sending ack: 1451467512-31 33658865593-1409925402@g.us 1451467515 None 33615600387@s.whatsapp.net None None
2015-12-30 10:25:17,450 DEBUG Session: received receipt, sending ack: 1451467512-31 33658865593-1409925402@g.us 1451467517 None 33785393249@s.whatsapp.net None None
2015-12-30 10:25:17,781 DEBUG Session: received receipt, sending ack: 1451467512-31 33658865593-1409925402@g.us 1451467517 None 33782161963@s.whatsapp.net None None
2015-12-30 10:25:22,078 DEBUG yowsup.layers.protocol_iq.layer: ping queue size: 1
2015-12-30 10:25:22,688 INFO Session: Paused typing: 33619571626
2015-12-30 10:25:28,884 DEBUG WhatsAppBackend: handleLeaveRoomRequest(user=thorsten@emevth.no-ip.biz, room=33658865593-1409925402)
2015-12-30 10:25:28,884 INFO Session: Leaving room: 33781852856 room=33658865593-1409925402
2015-12-30 10:25:31,713 ERROR WhatsAppBackend: handleConvMessagePayload
2015-12-30 10:25:31,714 DEBUG WhatsAppBackend: handleMessageSendRequest(user=thorsten@emevth.no-ip.biz, buddy=33674514813-1446536444, message=., xhtml = )
2015-12-30 10:25:31,715 INFO Session: Message sent from 33781852856 to 33674514813-1446536444: .
2015-12-30 10:25:31,715 DEBUG Session: Group Message from me to <group.Group instance at 0x75cc5648> Groups: {'33674514813-1446536444': <group.Group instance at 0x75cc5648>, '33658865593-1409925402': <group.Group instance at 0x75cd0300>}
2015-12-30 10:25:31,942 DEBUG Session: received ack 1451467531-34 message 33674514813-1446536444@g.us 1451467531
2015-12-30 10:25:33,400 DEBUG Session: received receipt, sending ack: 1451467531-34 33674514813-1446536444@g.us 1451467533 None 33674514813@s.whatsapp.net None None
2015-12-30 10:25:35,499 DEBUG Session: received receipt, sending ack: 1451467531-34 33674514813-1446536444@g.us 1451467535 None 13058109148@s.whatsapp.net None None
2015-12-30 10:25:36,919 DEBUG Session: received receipt, sending ack: 1451467459-29 491721783957@s.whatsapp.net 1451467536 read None None None
2015-12-30 10:25:39,802 INFO Session: Presence received: None None 491721783957@s.whatsapp.net None
2015-12-30 10:25:39,802 INFO Session: Is available: 491721783957 (nick=)
2015-12-30 10:25:40,214 DEBUG Session: received receipt, sending ack: 1451467531-34 33674514813-1446536444@g.us 1451467540 None 17863821714@s.whatsapp.net None None
2015-12-30 10:25:42,855 INFO Session: Started typing: 491721783957
2015-12-30 10:25:44,592 INFO Session: Paused typing: 491721783957
2015-12-30 10:25:46,721 INFO Session: Started typing: 491721783957
2015-12-30 10:25:54,837 DEBUG YowsupAppLayer: Received Message: Message:

screenshot_2015-12-30-10-33-49

@moyamo
Copy link
Collaborator

moyamo commented Dec 31, 2015

Notice the:

2015-12-30 10:25:28,884 DEBUG WhatsAppBackend: handleLeaveRoomRequest(user=thorsten@emevth.no-ip.biz, room=33658865593-1409925402)

Spectrum thinks you have left the room, but you have not. Do you know what might be causing spectrum to think that you left the room?

@thundergreen
Copy link
Author

Maybe cause I'm connected with two clients? Gajim and conversations could
that be the issue?

Thorsten Fröhlich
Am 31.12.2015 13:47 schrieb "Mohammed Yaseen Mowzer" <
notifications@github.com>:

Notice the:

2015-12-30 10:25:28,884 DEBUG WhatsAppBackend: handleLeaveRoomRequest(user=thorsten@emevth.no-ip.biz, room=33658865593-1409925402)

Spectrum thinks you have left the room, but you have not. Do you know what
might be causing spectrum to think that you left the room?


Reply to this email directly or view it on GitHub
#36 (comment).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants