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
Exception in thread Thread-2 (send):
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
self.run()
File "/data/data/com.termux/files/usr/lib/python3.11/threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "/storage/emulated/0/Download/termux/fbchat-v2/src/__sendMessage.py", line 33, in send
self.sendMessage()
File "/storage/emulated/0/Download/termux/fbchat-v2/src/__sendMessage.py", line 113, in sendMessage
self.sendRequests()
File "/storage/emulated/0/Download/termux/fbchat-v2/src/__sendMessage.py", line 120, in sendRequests
sendRequests = json.loads(sendRequests.split("for (;;);")[1])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: