atbuy
atbuy
The id is `session.user.id`. You also need to await the login method.
For me, that fixed the error, but it created a new one. ```py Traceback (most recent call last): File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\fbchat\_client.py", line 209, in login user_agent=user_agent, File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\fbchat\_state.py", line 151, in...
You can import the `logging` module and pass `logging_level=logging.ERROR` when creating your `fbchat.Client()` instance
I also made one with a more simpler mentioning method where each user is tagged as `1 2 3 ...` and you can use `@exclude` and `@include` if you don't...
The same problem is happening for me. I think the html was changed and the regex is not working now. Any updates coming soon? I'm still unable to log in,...