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

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



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

---

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

---

32 paste paste.py
> message.reply_text(telegraph.paste(data), disable_web_page_preview=True)

---

35 paste telegraph.py
> raise Exception(f'Failed to paste to Telegraph: {resp["error"]}')

Exception:
Failed to paste to Telegraph: CONTENT_TOO_BIG

-------------------------------------------------------------------------------
An exception was raised while handling an update
User: 323707865
Chat: botspam -1001402373479
Callback data: None
Message: /paste

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:\SaitamaRobot\SaitamaRobot\modules\helper_funcs\handlers.py", line 122, in handle_update
return self.callback(update, context)
File "E:\SaitamaRobot\SaitamaRobot\modules\paste.py", line 32, in paste
message.reply_text(telegraph.paste(data), disable_web_page_preview=True)
File "E:\SaitamaRobot\SaitamaRobot\modules\helper_funcs\telegraph.py", line 35, in paste
raise Exception(f'Failed to paste to Telegraph: {resp["error"]}')
Exception: Failed to paste to Telegraph: CONTENT_TOO_BIG

Report Page