fbchat-dev / fbchat-dev/fbchat

Create Group Failed

Open
#588 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.2k
Forks
403
PR merge metrics
No merged PRs in 30d

Description

So i want to make group but it cannot.

## Code to reproduce
```py
# Example code
self.createGroup("TEST", ["1234567890","100545","8631410"])
```

## Traceback
```
Traceback (most recent call last):
File "/home/pc/.local/lib/python3.8/site-packages/fbchat/_client.py", line 2820, in _parse_message
self._parse_payload(topic, data)
File "/home/pc/.local/lib/python3.8/site-packages/fbchat/_client.py", line 2758, in _parse_payload
self._parseDelta(delta)
File "/home/pc/.local/lib/python3.8/site-packages/fbchat/_client.py", line 2722, in _parseDelta
self.onMessage(
File "oste.py", line 62, in onMessage
self.createGroup("TEST", ["1234567890","100545","8631410"])
File "/home/pc/.local/lib/python3.8/site-packages/fbchat/_client.py", line 1424, in createGroup
raise FBchatException(
fbchat._exception.FBchatException: Error when creating group: No thread_id could be found
```

## Environment information
- Python version - latest
- `fbchat` version - latest

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.