Traceback (most recent call last):
File "/home/xxx/.local/lib/python3.6/site-packages/fbchat/_client.py", line 209, in login
user_agent=user_agent,
File "/home/xxx/.local/lib/python3.6/site-packages/fbchat/_state.py", line 149, in login
return cls.from_session(session=session)
File "/home/xxx/.local/lib/python3.6/site-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'