-
Looks like the recent changes made to requirements.txt (added conditional enum34 2.7 requirement) broke the installation process for me.
Command :
`sudo python3.6 -m pip install --upgrade fbchat`
…
-
I get the following error when attempting to simply initialize the client:
```
Traceback (most recent call last):
File "test.py", line 25, in
client = fbchat.Client(fb_username, fb_password…
-
I have a group chat with 3 people in it. I never get messages for it in my bitlbee session. I have to sign into facebook's website to see them. Not sure how to debug? Let me know if I can provide you …
ghost updated
7 years ago
-
Getting this error and not sure the reason, although credentials are fine.
```
File "/Users/andrey/Documents/python/utils/fbchat_utils.py", line 44, in check
client = Client(email, password, se…
-
Dear Carpedm20,
I cannot get self.sendLocalImage() to work, can you tell me how to do this?
I get this ErrorCode:
```
Traceback (most recent call last):
File "C:\Users\Gebruiker\Desktop\pytho…
-
I've been running fbchat for about a day now, but I haven't seen a single call to `onChatTimestamp`. I this to be expected?
-
I'd like to permanently store all received messages. How can this be done?
-
happens randomly, not sure how to reproduce
i have a bot running 24/7, today it was down and this was last log, i know it has happened before and i just ignored it
`
2017-07-06 04:56:21,530 -…
-
madsmtm closed 162 without apparently checking the veracity of the response. I was using echobot from the documented example at https://fbchat.readthedocs.io/en/master/examples.html#basic-example, w…
-
Installing using pip --user and running the example code fails like so
```
Traceback (most recent call last):
File "message.py", line 7, in
client = Client(username, password)
File "/h…