Md. Sarwar Jahan Sabit

Results 8 comments of Md. Sarwar Jahan Sabit

Facing the same error when `preview=True`. Otherwise, working great.

I think I figured out what happened. My OS was 32-bit and the chromium used in this project maybe 64-bit.

> I was able to solve my issue by installing the dependences of chromium. A list of the dependence’s are available on chromiums github Is your OS 64-bit? Let me...

I can't login with or without cookies. Code I'm using: ``` def login_logout(): cookies = {} try: # Load the session cookies if os.path.isfile('session.json'): with open('session.json', 'r') as f: cookies...

Okay, this works from [fbchat.readthedocs.io](https://fbchat.readthedocs.io/en/stable/examples.html#basic-example). ``` from fbchat import Client from fbchat.models import * client = Client("", "") client.send(Message(text="Hi me!"), thread_id=client.uid, thread_type=ThreadType.USER) client.logout() ``` But facebook blocked my account after...

> I used it, but now i have error: > Attempt #1 failed, retrying > Traceback (most recent call last): > File "C:\Users\krzysiek\AppData\Local\Programs\Python\Python38-32\lib\site-packages\fbchat_client.py", line 205, in login > self._state =...

Still wanna see if this works

I'm not sure. Found the fixes on StackOverflow.