You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error (replicated on two different machines)
File "/usr/local/lib/python2.7/dist-packages/fbchat/_client.py", line 103, in init
self.login(email, password, max_tries, user_agent=user_agent)
File "/usr/local/lib/python2.7/dist-packages/fbchat/_client.py", line 209, in login
user_agent=user_agent,
File "/usr/local/lib/python2.7/dist-packages/fbchat/_state.py", line 149, in login
return cls.from_session(session=session)
File "/usr/local/lib/python2.7/dist-packages/fbchat/_state.py", line 186, in from_session
fb_dtsg = FB_DTSG_REGEX.search(r.text).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
p
I am running the most recent version of fbchat in python 2.7.17.
The text was updated successfully, but these errors were encountered:
When I run the sample code:
from fbchat import Client
import logging
client = Client('', '', logging_level=logging.DEBUG)
I get the following error (replicated on two different machines)
File "/usr/local/lib/python2.7/dist-packages/fbchat/_client.py", line 103, in init
self.login(email, password, max_tries, user_agent=user_agent)
File "/usr/local/lib/python2.7/dist-packages/fbchat/_client.py", line 209, in login
user_agent=user_agent,
File "/usr/local/lib/python2.7/dist-packages/fbchat/_state.py", line 149, in login
return cls.from_session(session=session)
File "/usr/local/lib/python2.7/dist-packages/fbchat/_state.py", line 186, in from_session
fb_dtsg = FB_DTSG_REGEX.search(r.text).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
p
I am running the most recent version of fbchat in python 2.7.17.
The text was updated successfully, but these errors were encountered: