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

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



------------------------------------------------------------------------------------------------------------------------
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)

---

332 export_data backups.py
> "filters": export_filters,

NameError:
name 'export_filters' is not defined

-------------------------------------------------------------------------------
An exception was raised while handling an update
User: 798171690
Chat: WEEBS Community -1001230530572
Callback data: None
Message: /export

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\helper_funcs\chat_status.py", line 280, in is_admin
return func(update, context, *args, **kwargs)
File "E:\SaitamaRobot\SaitamaRobot\modules\backups.py", line 332, in export_data
"filters": export_filters,
NameError: name 'export_filters' is not defined

Report Page