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

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



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

---

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

---

230 anime anime.py
> bs4.BeautifulSoup(json.get("description", "N/A"), features="html.parser").text

---

312 __init__ __init__.py
> elif len(markup) <= 256 and (

TypeError:
object of type 'NoneType' has no len()

-------------------------------------------------------------------------------
An exception was raised while handling an update
User: 2092233990
Chat: A.A.T HELP CENTER -1001108717050
Callback data: None
Message: /anime Swallowed star

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 110, in handle_update
return self.callback(update, context)
File "E:\SaitamaRobot\SaitamaRobot\modules\anime.py", line 230, in anime
bs4.BeautifulSoup(json.get("description", "N/A"), features="html.parser").text
File "E:\SaitamaRobot\env\lib\site-packages\bs4\__init__.py", line 312, in __init__
elif len(markup) <= 256 and (
TypeError: object of type 'NoneType' has no len()

Report Page