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
Traceback (most recent call last):
File "main.py", line 530, in
login_logout()
File "main.py", line 59, in login_logout
client = CustomClient(email, password, max_tries=1)
File "C:\Users\AppData\Local\Programs\Python\Python36\lib\site-packages\fbchat_client.py", line 103, in init
self.login(email, password, max_tries, user_agent=user_agent)
File "C:\Users\AppData\Local\Programs\Python\Python36\lib\site-packages\fbchat_client.py", line 209, in login
user_agent=user_agent,
File "C:\Users\AppData\Local\Programs\Python\Python36\lib\site-packages\fbchat_state.py", line 149, in login
return cls.from_session(session=session)
File "C:\Users\AppData\Local\Programs\Python\Python36\lib\site-packages\fbchat_state.py", line 188, in from_session
revision = int(r.text.split('"client_revision":', 1)[1].split(",", 1)[0])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "main.py", line 530, in
login_logout()
File "main.py", line 59, in login_logout
client = CustomClient(email, password, max_tries=1)
File "C:\Users\AppData\Local\Programs\Python\Python36\lib\site-packages\fbchat_client.py", line 103, in init
self.login(email, password, max_tries, user_agent=user_agent)
File "C:\Users\AppData\Local\Programs\Python\Python36\lib\site-packages\fbchat_client.py", line 209, in login
user_agent=user_agent,
File "C:\Users\AppData\Local\Programs\Python\Python36\lib\site-packages\fbchat_state.py", line 149, in login
return cls.from_session(session=session)
File "C:\Users\AppData\Local\Programs\Python\Python36\lib\site-packages\fbchat_state.py", line 188, in from_session
revision = int(r.text.split('"client_revision":', 1)[1].split(",", 1)[0])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: