😝

😝

DarkzzAngel
2021-12-11T04:24:47.727930+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/site-packages/sqlalchemy/engine/__init__.py", line 520, in create_engine
2021-12-11T04:24:47.728110+00:00 app[worker.1]:     return strategy.create(*args, **kwargs)
2021-12-11T04:24:47.728112+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/site-packages/sqlalchemy/engine/strategies.py", line 56, in create
2021-12-11T04:24:47.728196+00:00 app[worker.1]:     plugins = u._instantiate_plugins(kwargs)
2021-12-11T04:24:47.728229+00:00 app[worker.1]: AttributeError: 'NoneType' object has no attribute '_instantiate_plugins'
2021-12-11T04:24:47.967435+00:00 heroku[worker.1]: Process exited with status 1
2021-12-11T04:24:48.089806+00:00 heroku[worker.1]: State changed from up to crashed
2021-12-11T04:24:54.510854+00:00 app[api]: Scaled to worker@0:Free by user jerryratbot@outlook.com
2021-12-11T04:24:54.852005+00:00 heroku[worker.1]: State changed from crashed to down
2021-12-11T04:24:56.831369+00:00 app[api]: Scaled to worker@1:Free by user jerryratbot@outlook.com
2021-12-11T04:25:02.286107+00:00 heroku[worker.1]: Starting process with command `python3 -m tg_bot`
2021-12-11T04:25:02.969789+00:00 heroku[worker.1]: State changed from starting to up
2021-12-11T04:25:03.826274+00:00 app[worker.1]: Requirement already satisfied: LEGENDX in ./.heroku/python/lib/python3.8/site-packages (0.0.21)
2021-12-11T04:25:05.413300+00:00 app[worker.1]: Collecting telethon
2021-12-11T04:25:05.434932+00:00 app[worker.1]:   Downloading Telethon-1.24.0-py3-none-any.whl (528 kB)
2021-12-11T04:25:05.466939+00:00 app[worker.1]: Requirement already satisfied: pyaes in ./.heroku/python/lib/python3.8/site-packages (from telethon) (1.6.1)
2021-12-11T04:25:05.527703+00:00 app[worker.1]: Collecting rsa
2021-12-11T04:25:05.532957+00:00 app[worker.1]:   Downloading rsa-4.8-py3-none-any.whl (39 kB)
2021-12-11T04:25:05.611038+00:00 app[worker.1]: Collecting pyasn1>=0.1.3
2021-12-11T04:25:05.615266+00:00 app[worker.1]:   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
2021-12-11T04:25:05.915698+00:00 app[worker.1]: Installing collected packages: pyasn1, rsa, telethon
2021-12-11T04:25:06.771731+00:00 app[worker.1]: Successfully installed pyasn1-0.4.8 rsa-4.8 telethon-1.24.0
2021-12-11T04:25:07.102584+00:00 app[worker.1]: 2021-12-11 04:25:07,102 - tg_bot - INFO - Not loading: ['translation']
2021-12-11T04:25:07.102834+00:00 app[worker.1]: 2021-12-11 04:25:07,102 - tg_bot - INFO - Modules to load: ['connection', 'global_mutes', 'corona', 'zal', 'dogbin', 'dictionary', 'modules', 'reactions', 'stickers', 'eval', 'covid', 'warns', 'blacklist2', 'rss', 'global_bans', 'math', 'weebify', 'currency_converter', 'github', 'welcome', 'admin', 'antiflood', 'police', 'tts', 'grammar', 'ping', 'dbcleanup', 'shout', 'rules', 'chatbot', 'dev', 'feds', 'devpromoter', 'bans', 'lyrics', 'special', 'afk', 'remote_cmds', 'wiki', 'blacklistusers', 'notes', 'gtranslator', 'music', 'userinfo', 'blacklist', 'gettime', 'users', 'purge', 'emojis', 'global_kick', 'covid19', 'paste', 'fun_strings', 'cust_filters', 'whois', 'misc', 'muting', 'reporting', 'google_reverse_search', 'combot_antispam_system', 'disable', 'cleaner', 'speed_test', 'sudo', 'covidindia', 'log_channel', 'fun', 'locks', 'backups', 'gps', 'ud', 'weather', 'disasters']
2021-12-11T04:25:07.259934+00:00 app[worker.1]: Traceback (most recent call last):
2021-12-11T04:25:07.259962+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/runpy.py", line 185, in _run_module_as_main
2021-12-11T04:25:07.260201+00:00 app[worker.1]:     mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
2021-12-11T04:25:07.260218+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/runpy.py", line 144, in _get_module_details
2021-12-11T04:25:07.260389+00:00 app[worker.1]:     return _get_module_details(pkg_main_name, error)
2021-12-11T04:25:07.260406+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/runpy.py", line 111, in _get_module_details
2021-12-11T04:25:07.260557+00:00 app[worker.1]:     __import__(pkg_name)
2021-12-11T04:25:07.260572+00:00 app[worker.1]:   File "/app/tg_bot/__init__.py", line 168, in 
2021-12-11T04:25:07.260717+00:00 app[worker.1]:     from tg_bot.modules.helper_funcs.handlers import CustomCommandHandler, CustomRegexHandler, CustomMessageHandler
2021-12-11T04:25:07.260731+00:00 app[worker.1]:   File "/app/tg_bot/modules/helper_funcs/handlers.py", line 4, in 
2021-12-11T04:25:07.260842+00:00 app[worker.1]:     import tg_bot.modules.sql.blacklistusers_sql as sql
2021-12-11T04:25:07.260856+00:00 app[worker.1]:   File "/app/tg_bot/modules/sql/__init__.py", line 16, in 
2021-12-11T04:25:07.260965+00:00 app[worker.1]:     SESSION = start()
2021-12-11T04:25:07.260981+00:00 app[worker.1]:   File "/app/tg_bot/modules/sql/__init__.py", line 9, in start
2021-12-11T04:25:07.261084+00:00 app[worker.1]:     engine = create_engine(DB_URI, client_encoding="utf8")
2021-12-11T04:25:07.261099+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/site-packages/sqlalchemy/engine/__init__.py", line 520, in create_engine
2021-12-11T04:25:07.261467+00:00 app[worker.1]:     return strategy.create(*args, **kwargs)
2021-12-11T04:25:07.261484+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/site-packages/sqlalchemy/engine/strategies.py", line 56, in create
2021-12-11T04:25:07.261628+00:00 app[worker.1]:     plugins = u._instantiate_plugins(kwargs)
2021-12-11T04:25:07.261721+00:00 app[worker.1]: AttributeError: 'NoneType' object has no attribute '_instantiate_plugins'
2021-12-11T04:25:07.533686+00:00 heroku[worker.1]: Process exited with status 1
2021-12-11T04:25:07.640137+00:00 heroku[worker.1]: State changed from up to crashed
2021-12-11T04:25:07.652343+00:00 heroku[worker.1]: State changed from crashed to starting
2021-12-11T04:25:14.020623+00:00 heroku[worker.1]: Starting process with command `python3 -m tg_bot`
2021-12-11T04:25:14.650905+00:00 heroku[worker.1]: State changed from starting to up
2021-12-11T04:25:16.589695+00:00 app[worker.1]: Requirement already satisfied: LEGENDX in ./.heroku/python/lib/python3.8/site-packages (0.0.21)
2021-12-11T04:25:18.659725+00:00 app[worker.1]: Collecting telethon
2021-12-11T04:25:18.686297+00:00 app[worker.1]:   Downloading Telethon-1.24.0-py3-none-any.whl (528 kB)
2021-12-11T04:25:18.721997+00:00 app[worker.1]: Requirement already satisfied: pyaes in ./.heroku/python/lib/python3.8/site-packages (from telethon) (1.6.1)
2021-12-11T04:25:18.778036+00:00 app[worker.1]: Collecting rsa
2021-12-11T04:25:18.784249+00:00 app[worker.1]:   Downloading rsa-4.8-py3-none-any.whl (39 kB)
2021-12-11T04:25:18.918846+00:00 app[worker.1]: Collecting pyasn1>=0.1.3
2021-12-11T04:25:18.926714+00:00 app[worker.1]:   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
2021-12-11T04:25:19.582119+00:00 app[worker.1]: Installing collected packages: pyasn1, rsa, telethon
2021-12-11T04:25:20.739954+00:00 app[worker.1]: Successfully installed pyasn1-0.4.8 rsa-4.8 telethon-1.24.0
2021-12-11T04:25:21.321880+00:00 app[worker.1]: 2021-12-11 04:25:21,321 - tg_bot - INFO - Not loading: ['translation']
2021-12-11T04:25:21.326967+00:00 app[worker.1]: 2021-12-11 04:25:21,326 - tg_bot - INFO - Modules to load: ['userinfo', 'chatbot', 'currency_converter', 'admin', 'stickers', 'ud', 'gettime', 'dbcleanup', 'devpromoter', 'misc', 'cust_filters', 'cleaner', 'police', 'global_bans', 'warns', 'users', 'blacklist2', 'reporting', 'blacklist', 'google_reverse_search', 'disasters', 'special', 'speed_test', 'math', 'shout', 'global_kick', 'ping', 'remote_cmds', 'weather', 'antiflood', 'locks', 'feds', 'lyrics', 'connection', 'dev', 'rules', 'afk', 'weebify', 'global_mutes', 'zal', 'blacklistusers', 'wiki', 'grammar', 'purge', 'github', 'corona', 'log_channel', 'fun_strings', 'whois', 'rss', 'eval', 'sudo', 'covid19', 'fun', 'dogbin', 'gtranslator', 'welcome', 'covid', 'emojis', 'bans', 'dictionary', 'notes', 'covidindia', 'gps', 'disable', 'tts', 'reactions', 'combot_antispam_system', 'backups', 'modules', 'muting', 'music', 'paste']
2021-12-11T04:25:21.539643+00:00 app[worker.1]: Traceback (most recent call last):
2021-12-11T04:25:21.539649+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/runpy.py", line 185, in _run_module_as_main
2021-12-11T04:25:21.539831+00:00 app[worker.1]:     mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
2021-12-11T04:25:21.539840+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/runpy.py", line 144, in _get_module_details
2021-12-11T04:25:21.539956+00:00 app[worker.1]:     return _get_module_details(pkg_main_name, error)
2021-12-11T04:25:21.539958+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/runpy.py", line 111, in _get_module_details
2021-12-11T04:25:21.540073+00:00 app[worker.1]:     __import__(pkg_name)
2021-12-11T04:25:21.540074+00:00 app[worker.1]:   File "/app/tg_bot/__init__.py", line 168, in 
2021-12-11T04:25:21.540171+00:00 app[worker.1]:     from tg_bot.modules.helper_funcs.handlers import CustomCommandHandler, CustomRegexHandler, CustomMessageHandler
2021-12-11T04:25:21.540173+00:00 app[worker.1]:   File "/app/tg_bot/modules/helper_funcs/handlers.py", line 4, in 
2021-12-11T04:25:21.540241+00:00 app[worker.1]:     import tg_bot.modules.sql.blacklistusers_sql as sql
2021-12-11T04:25:21.540253+00:00 app[worker.1]:   File "/app/tg_bot/modules/sql/__init__.py", line 16, in 
2021-12-11T04:25:21.540320+00:00 app[worker.1]:     SESSION = start()
2021-12-11T04:25:21.540331+00:00 app[worker.1]:   File "/app/tg_bot/modules/sql/__init__.py", line 9, in start
2021-12-11T04:25:21.540395+00:00 app[worker.1]:     engine = create_engine(DB_URI, client_encoding="utf8")
2021-12-11T04:25:21.540405+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/site-packages/sqlalchemy/engine/__init__.py", line 520, in create_engine
2021-12-11T04:25:21.540672+00:00 app[worker.1]:     return strategy.create(*args, **kwargs)
2021-12-11T04:25:21.540683+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/site-packages/sqlalchemy/engine/strategies.py", line 56, in create
2021-12-11T04:25:21.540786+00:00 app[worker.1]:     plugins = u._instantiate_plugins(kwargs)
2021-12-11T04:25:21.540812+00:00 app[worker.1]: AttributeError: 'NoneType' object has no attribute '_instantiate_plugins'
2021-12-11T04:25:21.816445+00:00 heroku[worker.1]: Process exited with status 1
2021-12-11T04:25:22.027940+00:00 heroku[worker.1]: State changed from up to crashed

Report Page