yashoswalyo / clone-bot-public

It works on my system, so I don't care about yours
https://t.me/yash_codes_support
57 stars 128 forks source link

Getting error on heroku #25

Closed xon54 closed 2 years ago

xon54 commented 2 years ago

2022-08-23T12:46:28.718875+00:00 app[worker.1]: return _run_code(code, main_globals, None, 2022-08-23T12:46:28.718878+00:00 app[worker.1]: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2022-08-23T12:46:28.718952+00:00 app[worker.1]: exec(code, run_globals) 2022-08-23T12:46:28.718954+00:00 app[worker.1]: File "/usr/src/app/bot/main.py", line 35, in 2022-08-23T12:46:28.719019+00:00 app[worker.1]: from .helper.others.bot_utils import get_readable_file_size, get_readable_time 2022-08-23T12:46:28.719021+00:00 app[worker.1]: File "/usr/src/app/bot/helper/others/bot_utils.py", line 11, in 2022-08-23T12:46:28.719088+00:00 app[worker.1]: from async_class import AsyncClass 2022-08-23T12:46:28.719097+00:00 app[worker.1]: ModuleNotFoundError: No module named 'async_class' 2022-08-23T12:46:28.960578+00:00 heroku[worker.1]: Process exited with status 1 2022-08-23T12:46:29.008224+00:00 heroku[worker.1]: State changed from up to crashed Autoscroll with outputSave Blogs Careers 2022-08-23T12:46:28.718875+00:00 app[worker.1]: return _run_code(code, main_globals, None, 2022-08-23T12:46:28.718878+00:00 app[worker.1]: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2022-08-23T12:46:28.718952+00:00 app[worker.1]: exec(code, run_globals) 2022-08-23T12:46:28.718954+00:00 app[worker.1]: File "/usr/src/app/bot/main.py", line 35, in 2022-08-23T12:46:28.719019+00:00 app[worker.1]: from .helper.others.bot_utils import get_readable_file_size, get_readable_time 2022-08-23T12:46:28.719021+00:00 app[worker.1]: File "/usr/src/app/bot/helper/others/bot_utils.py", line 11, in 2022-08-23T12:46:28.719088+00:00 app[worker.1]: from async_class import AsyncClass 2022-08-23T12:46:28.719097+00:00 app[worker.1]: ModuleNotFoundError: No module named 'async_class' 2022-08-23T12:46:28.960578+00:00 heroku[worker.1]: Process exited with status 1 2022-08-23T12:46:29.008224+00:00 heroku[worker.1]: State changed from up to crashed

yashoswalyo commented 2 years ago

Don't deploy beta branch, use master branch