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

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



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

---

198 handle_update handler.py
> return self.callback(update, context)

---

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

---

238 hash_get notes.py
> get(update, context, note, show_none=False, no_format=no_format)

---

181 get notes.py
> ENUM_FUNC_MAP[note.msgtype](

---

130 decorator bot.py
> result = func(*args, **kwargs)

TypeError:
send_sticker() got an unexpected keyword argument 'caption'

-------------------------------------------------------------------------------
An exception was raised while handling an update
User: 1752060373
Chat: VaathiCloud • OffTopic -1001578994069
Callback data: None
Message: #uruttu

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\env\lib\site-packages\telegram\ext\handler.py", line 198, in handle_update
return self.callback(update, context)
File "E:\Mob\SaitamaRobot\modules\helper_funcs\chat_status.py", line 562, in connected_status
return func(update, context, *args, **kwargs)
File "E:\Mob\SaitamaRobot\modules\notes.py", line 238, in hash_get
get(update, context, note, show_none=False, no_format=no_format)
File "E:\Mob\SaitamaRobot\modules\notes.py", line 181, in get
ENUM_FUNC_MAP[note.msgtype](
File "e:\saitamarobot\env\lib\site-packages\telegram\bot.py", line 130, in decorator
result = func(*args, **kwargs)
TypeError: send_sticker() got an unexpected keyword argument 'caption'

Report Page