😝

😝

DarkzzAngel
2021-09-25T05:35:57.220881+00:00 app[worker.1]:     return create_class_with_framework(cls, asyncio_framework,
2021-09-25T05:35:57.220896+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/motor/metaprogramming.py", line 288, in create_class_with_framework
2021-09-25T05:35:57.221079+00:00 app[worker.1]:     new_class_attr = attr.create_attribute(new_class, name)
2021-09-25T05:35:57.221094+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/motor/metaprogramming.py", line 204, in create_attribute
2021-09-25T05:35:57.221236+00:00 app[worker.1]:     doc = getattr(cls.__delegate_class__, attr_name).__doc__
2021-09-25T05:35:57.221259+00:00 app[worker.1]: AttributeError: type object 'MongoClient' has no attribute 'topology_description'
2021-09-25T05:35:57.496977+00:00 heroku[worker.1]: Process exited with status 1
2021-09-25T05:35:57.734974+00:00 heroku[worker.1]: State changed from up to crashed
2021-09-25T05:35:58.000000+00:00 app[api]: Build succeeded
2021-09-25T05:43:53.000000+00:00 app[api]: Build started by user orumidukkan@gmail.com
2021-09-25T05:44:28.619344+00:00 app[api]: Deploy 74b177f2 by user orumidukkan@gmail.com
2021-09-25T05:44:28.619344+00:00 app[api]: Release v9 created by user orumidukkan@gmail.com
2021-09-25T05:44:30.304608+00:00 heroku[worker.1]: State changed from crashed to starting
2021-09-25T05:44:33.107317+00:00 heroku[worker.1]: Starting process with command `python3 bot.py`
2021-09-25T05:44:33.699678+00:00 heroku[worker.1]: State changed from starting to up
2021-09-25T05:44:35.658289+00:00 app[worker.1]: Traceback (most recent call last):
2021-09-25T05:44:35.658306+00:00 app[worker.1]:   File "/app/bot.py", line 12, in 
2021-09-25T05:44:35.658368+00:00 app[worker.1]:     from database import Media
2021-09-25T05:44:35.658376+00:00 app[worker.1]:   File "/app/database.py", line 13, in 
2021-09-25T05:44:35.658428+00:00 app[worker.1]:     from motor.motor_asyncio import AsyncIOMotorClient
2021-09-25T05:44:35.658441+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/motor/motor_asyncio.py", line 29, in 
2021-09-25T05:44:35.658491+00:00 app[worker.1]:     AsyncIOMotorClient = create_asyncio_class(core.AgnosticClient)
2021-09-25T05:44:35.658498+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/motor/motor_asyncio.py", line 25, in create_asyncio_class
2021-09-25T05:44:35.658550+00:00 app[worker.1]:     return create_class_with_framework(cls, asyncio_framework,
2021-09-25T05:44:35.658556+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/motor/metaprogramming.py", line 288, in create_class_with_framework
2021-09-25T05:44:35.658648+00:00 app[worker.1]:     new_class_attr = attr.create_attribute(new_class, name)
2021-09-25T05:44:35.658655+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/motor/metaprogramming.py", line 204, in create_attribute
2021-09-25T05:44:35.658728+00:00 app[worker.1]:     doc = getattr(cls.__delegate_class__, attr_name).__doc__
2021-09-25T05:44:35.658747+00:00 app[worker.1]: AttributeError: type object 'MongoClient' has no attribute 'topology_description'
2021-09-25T05:44:35.863060+00:00 heroku[worker.1]: Process exited with status 1
2021-09-25T05:44:36.058175+00:00 heroku[worker.1]: State changed from up to crashed
2021-09-25T05:44:38.000000+00:00 app[api]: Build succeeded

Report Page