Mahesh0253 / Media-Search-bot

Inline bot for channels and groups
GNU General Public License v2.0
557 stars 1.15k forks source link

Getting Some Kind of Error #20

Closed AbirHasan2005 closed 3 years ago

AbirHasan2005 commented 3 years ago

Please Help to solve this error:

2021-02-05T08:12:23.841256+00:00 app[worker.1]: Traceback (most recent call last):
2021-02-05T08:12:23.841280+00:00 app[worker.1]:   File "bot.py", line 12, in <module>
2021-02-05T08:12:23.841355+00:00 app[worker.1]:     from utils import Media
2021-02-05T08:12:23.841371+00:00 app[worker.1]:   File "/app/utils.py", line 13, in <module>
2021-02-05T08:12:23.841462+00:00 app[worker.1]:     instance = Instance(db)
2021-02-05T08:12:23.841483+00:00 app[worker.1]: TypeError: Can't instantiate abstract class Instance with abstract methods is_compatible_with
Mahesh0253 commented 3 years ago

Run following commands

pip3 install -U motor==2.3.0 pip3 install -U umongo==2.3.0