FayasNoushad/GoFile-Bot

Error while running

Closed this issue · 1 comments

Getting the below error while running the bot on heroku

2021-11-25T13:48:24.330967+00:00 heroku[worker.1]: State changed from crashed to starting
2021-11-25T13:48:27.577827+00:00 heroku[worker.1]: Starting process with command `python main.py`
2021-11-25T13:48:28.218109+00:00 heroku[worker.1]: State changed from starting to up
2021-11-25T13:48:28.736325+00:00 app[worker.1]: Traceback (most recent call last):
2021-11-25T13:48:28.736345+00:00 app[worker.1]:   File "/app/main.py", line 8, in <module>
2021-11-25T13:48:28.736398+00:00 app[worker.1]:     import urldl
2021-11-25T13:48:28.736418+00:00 app[worker.1]: ModuleNotFoundError: No module named 'urldl'
2021-11-25T13:48:28.848036+00:00 heroku[worker.1]: Process exited with status 1

Fixed