Stetho

Results 11 comments of Stetho

If you are using the EchoBot example as a template, did you remember to edit it to import `GroupSearchResponse`? If not, use: ``` from kik_unofficial.datatypes.xmpp.roster import GroupSearchResponse ``` I've posted...

Great! Did this fix your problem?

You can't search for groups until your bot is authenticated, [the code you provided](https://pastebin.com/4aPF5Tud) attempts to search for groups immediately, prior to your bot being authenticated. I've made two edited...

Use `self.group_join_token` If you peek over at line 181 of [roster.py](https://github.com/tomer8007/kik-bot-api-unofficial/blob/d64551195c5afb5b03c854a5e7f84a77c98fe06c/kik_unofficial/datatypes/xmpp/roster.py), you'll notice that `GroupSearchResponse` doesn't return tokens by default, but I just made a fork and edited that line...

That's a great idea, went ahead and updated that and gave it another shot, unfortunately it's still stuck in a loop trying to get the JID. I appreciate the input...

Well, the account "Stetho" can join groups both as a bot and on a normal client, but `get_jid` still doesn't work with it. Just to be sure I tested with...

Probably! I'll leave this open in case anyone stumbles on more info. Thanks for the input, @Sitiaro

Yeah, figured such. I've been experimenting with it, and made a few discoveries. There are some days that it has an almost 100% success rate, but when it doesn't: When...

Well, it doesn't work consistently (for me anyway) without a VPN either, which is why I mention this, because the VPN seems to be improving it with a more managable...

No, refer to my above conversation with Sitiaro, the accounts aren't shadow banned, and I already experimented with changing IDs. I tested this both with the unofficial client (they can...