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

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



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

---

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

---

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

IndexError:
string index out of range

-------------------------------------------------------------------------------
An exception was raised while handling an update
User: 367222759
Chat: Heroes Association • Dev -1001189037984
Callback data: None
Message: /shout

Full Traceback: Traceback (most recent call last):
File "/app/.heroku/python/lib/python3.8/site-packages/telegram/ext/dispatcher.py", line 555, in process_update
handler.handle_update(update, self, check, context)
File "/app/SaitamaRobot/modules/helper_funcs/handlers.py", line 122, in handle_update
return self.callback(update, context)
File "/app/SaitamaRobot/modules/fun.py", line 192, in shout
result[0] = text[0]
IndexError: string index out of range

Report Page