Open Errior94 opened 2 years ago
same
construct of gjid seems to be changed from: {numer}-{timestamp}@g.us to: {numer}/{timestamp}@g.us hope this will help
Still does not work
$> yowsup-cli demos -c config.yowsup -s MOBILENUMBER-UNIXTIME "text to send" -d [...same...] D 2022-02-15 06:55 yowsup.layers.protocol_iq.layer - starting ping thread. D 2022-02-15 06:55 yowsup.layers.axolotl.layer_send - None D 2022-02-15 06:55 yowsup.axolotl.manager - load_senderkey(groupid=MOBILENUMBER-UNIXTIME@g.us) D 2022-02-15 06:55 yowsup.layers.axolotl.layer_send - senderKeyRecord is empty, requesting group info D 2022-02-15 06:55 yowsup.layers.logger.layer - tx:
<iq id="2" type="get" xmlns="w:g2" to="MOBILENUMBER-UNIXTIME@g.us">
<query request="interactive" />
</iq>
[...]
$> yowsup-cli demos -c config.yowsup -s MOBILENUMBER/UNIXTIME@g.us "text to send" -d [...same...] D 2022-02-15 06:55 yowsup.layers.protocol_iq.layer - starting ping thread. D 2022-02-15 06:55 yowsup.axolotl.manager - session_exists(MOBILENUMBER/UNIXTIME)? D 2022-02-15 06:55 yowsup.layers.axolotl.layer_base - getKeysFor(jids=['MOBILENUMBER/UNIXTIME@g.us'], resultClbk=[omitted], errorClbk=[omitted], reason=None) D 2022-02-15 06:55 yowsup.layers.logger.layer - tx:
<iq id="2" type="get" xmlns="encrypt" to="s.whatsapp.net">
<key>
<user jid="MOBILENUMBER/UNIXTIME@g.us" />
</key>
</iq>
[...]
$> yowsup-cli demos -c config.yowsup -s MOBILENUMBER-UNIXTIME@g.us "text to send" -d
hope this will help for next steps to solution
I have a problem sending to new groups. Previously the group format was like this: 55XXXXXXXXX7-14XXXXXXX0
now the format for new groups is like this: 12XXXXXXXXXXXXXXX8
For these new groups the message is not sent.