2022-07-20T03:07:43.095666+00:00 heroku[worker.1]: State changed from crashed to starting
2022-07-20T03:07:47.281447+00:00 heroku[worker.1]: Starting process with command python3 main.py
2022-07-20T03:07:47.871357+00:00 heroku[worker.1]: State changed from starting to up
2022-07-20T03:07:56.685015+00:00 app[worker.1]: Traceback (most recent call last):
2022-07-20T03:07:56.685033+00:00 app[worker.1]: File "/app/main.py", line 3, in
2022-07-20T03:07:56.685102+00:00 app[worker.1]: Bot().run()
2022-07-20T03:07:56.685110+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/utilities/run.py", line 54, in run
2022-07-20T03:07:56.685205+00:00 app[worker.1]: run(self.start())
2022-07-20T03:07:56.685208+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
2022-07-20T03:07:56.685359+00:00 app[worker.1]: return future.result()
2022-07-20T03:07:56.685361+00:00 app[worker.1]: File "/app/bot.py", line 24, in start
2022-07-20T03:07:56.685430+00:00 app[worker.1]: await super().start()
2022-07-20T03:07:56.685433+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/utilities/start.py", line 67, in start
2022-07-20T03:07:56.685506+00:00 app[worker.1]: await self.initialize()
2022-07-20T03:07:56.685508+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/methods/auth/initialize.py", line 44, in initialize
2022-07-20T03:07:56.685577+00:00 app[worker.1]: self.load_plugins()
2022-07-20T03:07:56.685579+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.10/site-packages/pyrogram/client.py", line 723, in load_plugins
2022-07-20T03:07:56.685749+00:00 app[worker.1]: module = import_module(module_path)
2022-07-20T03:07:56.685759+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.10/importlib/init.py", line 126, in import_module
2022-07-20T03:07:56.685833+00:00 app[worker.1]: return _bootstrap._gcd_import(name[level:], package, level)
2022-07-20T03:07:56.685836+00:00 app[worker.1]: File "", line 1050, in _gcd_import
2022-07-20T03:07:56.685910+00:00 app[worker.1]: File "", line 1027, in _find_and_load
2022-07-20T03:07:56.685961+00:00 app[worker.1]: File "", line 1006, in _find_and_load_unlocked
2022-07-20T03:07:56.685998+00:00 app[worker.1]: File "", line 688, in _load_unlocked
2022-07-20T03:07:56.686041+00:00 app[worker.1]: File "", line 883, in exec_module
2022-07-20T03:07:56.686091+00:00 app[worker.1]: File "", line 241, in _call_with_frames_removed
2022-07-20T03:07:56.686150+00:00 app[worker.1]: File "/app/plugins/start.py", line 11, in
2022-07-20T03:07:56.686225+00:00 app[worker.1]: from database.sql import add_user, query_msg, full_userbase
2022-07-20T03:07:56.686227+00:00 app[worker.1]: File "/app/database/sql.py", line 18, in
2022-07-20T03:07:56.686287+00:00 app[worker.1]: SESSION = start()
2022-07-20T03:07:56.686289+00:00 app[worker.1]: File "/app/database/sql.py", line 11, in start
2022-07-20T03:07:56.686352+00:00 app[worker.1]: engine = create_engine(DB_URI, client_encoding="utf8")
2022-07-20T03:07:56.686353+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.10/site-packages/sqlalchemy/engine/init.py", line 525, in create_engine
2022-07-20T03:07:56.686510+00:00 app[worker.1]: return strategy.create(*args, **kwargs)
2022-07-20T03:07:56.686512+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.10/site-packages/sqlalchemy/engine/strategies.py", line 54, in create
2022-07-20T03:07:56.686582+00:00 app[worker.1]: u = url.make_url(name_or_url)
2022-07-20T03:07:56.686585+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.10/site-packages/sqlalchemy/engine/url.py", line 229, in make_url
2022-07-20T03:07:56.686680+00:00 app[worker.1]: return _parse_rfc1738_args(name_or_url)
2022-07-20T03:07:56.686683+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.10/site-packages/sqlalchemy/engine/url.py", line 290, in _parse_rfc1738_args
2022-07-20T03:07:56.686777+00:00 app[worker.1]: raise exc.ArgumentError(
2022-07-20T03:07:56.686817+00:00 app[worker.1]: sqlalchemy.exc.ArgumentError: Could not parse rfc1738 URL from string ''
2022-07-20T03:07:56.889589+00:00 heroku[worker.1]: Process exited with status 1
2022-07-20T03:07:56.991161+00:00 heroku[worker.1]: State changed from up to crashed