Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SendMessage Error #20

Open
rayenking opened this issue Jun 22, 2024 · 1 comment
Open

SendMessage Error #20

rayenking opened this issue Jun 22, 2024 · 1 comment

Comments

@rayenking
Copy link


<title>Error</title><style nonce="wfWasHre">html, body { color: #333; font-family: 'Lucida Grande', 'Tahoma', 'Verdana', 'Arial', sans-serif; margin: 0; padding: 0; text-align: center;}

#header { height: 30px; padding-bottom: 10px; padding-top: 10px; text-align: center;}
#icon { width: 30px;}
.core { margin: auto; padding: 1em 0; text-align: left; width: 904px;}
h1 { font-size: 18px;}
p { font-size: 13px;}
.footer { border-top: 1px solid #ddd; color: #777; float: left; font-size: 11px; padding: 5px 8px 6px 0; width: 904px;}</style>

Sorry, something went wrong.

We're working on getting this fixed as soon as we can.

Go back

Meta © 2024 · Help
<script nonce="wfWasHre">
document.getElementById("back").onclick = function() {
if (history.length > 1) {
history.back();
return false;
}
};
</script>
Exception in thread Thread-5 (send):
Traceback (most recent call last):
File "C:\Users\ryana\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
self.run()
File "C:\Users\ryana\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\ryana\OneDrive\Desktop\Works\fbchat-v2\src__sendMessage.py", line 33, in send
self.sendMessage()
File "C:\Users\ryana\OneDrive\Desktop\Works\fbchat-v2\src__sendMessage.py", line 113, in sendMessage
self.sendRequests()
File "C:\Users\ryana\OneDrive\Desktop\Works\fbchat-v2\src__sendMessage.py", line 121, in sendRequests
sendRequests = json.loads(sendRequests.split("for (;;);")[1])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

@MinhHuyDev
Copy link
Owner

Thanks for issue. I will fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants