MS-Jahan / Messenger-Message-Logger

Logs Messenger messages, so you can check messages even after deleted 😉 . Logs them on local storage and sends a copy via Telegram bot!
15 stars 2 forks source link

i get this while logging in #2

Closed DARKgod2 closed 3 years ago

DARKgod2 commented 3 years ago

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

MS-Jahan commented 3 years ago

It's an issue related with fbchat module, not my script. See the issue here.

MS-Jahan commented 3 years ago

Issue is solved here: https://github.com/fbchat-dev/fbchat/issues/615#issuecomment-716089816