------------------------…

------------------------…



------------------------------------------------------------------------------------------------------------------------
555 process_update dispatcher.py
> handler.handle_update(update, self, check, context)

---

110 handle_update handlers.py
> return self.callback(update, context)

---

182 shout fun.py
> result[0] = text[0]

IndexError:
string index out of range

-------------------------------------------------------------------------------
An exception was raised while handling an update
User: 1397344997
Chat: BJ SIR DISCUSSION (EXCEL)✨ -1001480539178
Callback data: None
Message: /shout

Full Traceback: Traceback (most recent call last):
File "e:\saitamarobot\env\lib\site-packages\telegram\ext\dispatcher.py", line 555, in process_update
handler.handle_update(update, self, check, context)
File "E:\AllMightRobot\SaitamaRobot\modules\helper_funcs\handlers.py", line 110, in handle_update
return self.callback(update, context)
File "E:\AllMightRobot\SaitamaRobot\modules\fun.py", line 182, in shout
result[0] = text[0]
IndexError: string index out of range

Report Page