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

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



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

---

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

---

280 is_admin chat_status.py
> return func(update, context, *args, **kwargs)

---

708 connected_status chat_status.py
> return func(update, context, *args, **kwargs)

---

627 wrapper chat_status.py
> return func(update, context, *args, **kwargs)

---

277 save notes.py
> note_name, text, data_type, content, buttons = get_note_type(msg)

---

26 get_note_type msg_types.py
> note_name = args[1]

IndexError:
list index out of range

-------------------------------------------------------------------------------
An exception was raised while handling an update
User: 1419186201
Chat: 『Kᴏᴛ』🅥 『Cʟᴏᴜᴅ』🅥 『Zᴏɴᴇ』☆ 🔥 -1001553751645
Callback data: None
Message: /save

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:\Mob\SaitamaRobot\modules\helper_funcs\handlers.py", line 122, in handle_update
return self.callback(update, context)
File "E:\Mob\SaitamaRobot\modules\helper_funcs\chat_status.py", line 280, in is_admin
return func(update, context, *args, **kwargs)
File "E:\Mob\SaitamaRobot\modules\helper_funcs\chat_status.py", line 708, in connected_status
return func(update, context, *args, **kwargs)
File "E:\Mob\SaitamaRobot\modules\helper_funcs\chat_status.py", line 627, in wrapper
return func(update, context, *args, **kwargs)
File "E:\Mob\SaitamaRobot\modules\notes.py", line 277, in save
note_name, text, data_type, content, buttons = get_note_type(msg)
File "E:\Mob\SaitamaRobot\modules\helper_funcs\msg_types.py", line 26, in get_note_type
note_name = args[1]
IndexError: list index out of range

Report Page