-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fbchat._exception.FBchatUserError: Login failed. Check email/password. #7
Comments
Did you get it working? |
It isn't working for me either. I got the same issue, code not working. PLS FIX! |
Sorry, as I'm busy with my work. The I had to make some changes to the |
Use this branch of my Download the zip, extract, and place the fbchat folder (marked in the image) in the same directory of your script. If you go to the storage tab in browser developer tools, you'll get the cookies. you can save them in a JSON file ( Edited:The |
What does the |
@Exodius-GG Hi, I've recently checked the fbchat module and it's not working.
|
I hope there will an be an update from you if the fbchat module gets it working again. |
Hi Everyone! I've fixed the issue of the Okay, just follow the instructions written here. No need to use any EDIT: The instruction in the README.md is also valid or the same thing. |
Hey, thanks for your query. But I think the Issues section should only be used for discussing issues related to the particular Github repository. |
Getting blocked by facebook over and over again. |
@Exodius-GG Yeah, same. When I used it 2 years ago, it took almost 3 days before the account gets temporarily blocked. But now it takes only a few hours. May need to dig deeper, but currently too busy to fix it. |
I was wondering if you still having the login issue. I tried the latest fbchat but still get blocked everytime i run the code |
The last time I replied here, I tried logging in from the script. I think that's why it looked suspicious and that's why facebook temporarily blocked me every time. I've been using the script for more than 4 days; 24 hours. Sometimes just manually stopped the script and restarted, 2-3 times in a day. It's working fine. This time I copied cookies from a browser (Kiwi Browser, from Android) and used in on Termux. You can try the same. |
Here is an example of a |
I'm missing the "m_page_voice" cookie, i can't login to the logger anyways. |
Sorry, the "m_page_voice" cookie is optional. Not compulsory. Edited the sample json file. |
Can someone tell me if this has resolved? |
Follow the readme file, this issue, and try it yourself. Eventually, Facebook will soft-block the account now and then, you'll have to keep logging into the account from the browser, change the password and use it again, I've automated this password-changing step and some months later, that account got blocked and Facebook asked for documents. The Beeper App supports messenger. You can get the code of how they implemented Facebook Messenger in their app here: https://github.com/mautrix/facebook The issue is closed now. |
Does anyone have a suggestion for me as I have installed all requirements and configured the login info and it is failing to login with verified good credentials I have tried multiple accounts also
python main.py
Logging in facebook@email.com...
Traceback (most recent call last):
File "C:\Users\user\main.py", line 501, in
login_logout()
File "C:\Users\user\main.py", line 57, in login_logout
client = CustomClient(email, password, max_tries=1)
File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\fbchat_client.py", line 103, in init
self.login(email, password, max_tries, user_agent=user_agent)
File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\fbchat_client.py", line 205, in login
self._state = State.login(
File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\fbchat_state.py", line 153, in login
raise _exception.FBchatUserError(
fbchat._exception.FBchatUserError: Login failed. Check email/password. (Failed on url: https://m.facebook.com/login.php?login_attempt=1)
The text was updated successfully, but these errors were encountered: