-
## Description of the problem
Logging in fails.
## Code to reproduce
```py
# Example code
import getpass
import fbchat
session = fbchat.Session.login("", getpass.getpass())
user = fbchat.Us…
-
```
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/fbchat/client.py", line 2278, in _parseMessage
thread_id=thread_id, thread_type=thread_type, ts=ts, metad…
-
- - - - -
Errorhtml, body { color: #333; font-family: 'Lucida Grande', 'Tahoma', 'Verdana', 'Arial', sans-serif; margin: 0; padding: 0; text-align: center;}
#header { height: 30px; padding-bottom: 1…
-
## Description of the problem
When logging in, Facebook stops the API at their checkpoint site, https://m.facebook.com/checkpoint/?_rdr
## Code to reproduce
```
from fbchat import Client, Thread…
-
Would be a nice way to share knowledge. We could possibly also make a list of similar projects, to inform people of alternative choices. ~Originally suggested by @kapi2289.~ EDIT: The idea might actua…
-
When running this with python2.7 and having installed FBchat, I was able to login in successfully, however when someone messages me, i get this error:
```
Traceback (most recent call last):
Fi…
-
This does not work on the new end-to-end encryption update from facebook. Can you please make a solution for this?
-
## Description of the problem
Attempting to login using fbchat v2.0.0a3 throws an error, see Traceback below. I can login as expected using 2.0.0a2 and 1.9.6..
Someone else has had the same proble…
-
AttributeError: module 'fbchat' has no attribute 'Session'
import fbchat
session = fbchat.Session.login("", "")
listener = fbchat.Listener(session=session, chat_on=False, foreground=False)
for…
-
## fbchat fails to install
# Example code
```
pip install fbchat
```
## Traceback
```
Collecting fbchat
Collecting enum34; python_version < "3.4" (from fbchat)
Using cached https://file…