'using fbchat 1.9.7 to login to messenger and having problem with login

After login try, i get an error "fbchat._exception.FBchatUserError: Login failed. Check email/password. (Failed on url: https://m.facebook.com/login.php?login_attempt=1)"

Login details are 100% correct, code worked yesterday, but today I get error mentioned above. Can someone please help me with this?

from fbchat import Client
from fbchat.models import *

client = Client(email,password)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source