You are on page 1of 2

2021-02-02T14:04:31.750680+00:00 app[worker.

1]: File
"/app/.heroku/python/lib/python3.9/site-packages/telegram/bot.py", line 204, in
get_me
2021-02-02T14:04:31.750811+00:00 app[worker.1]: result = self._request.get(url,
timeout=timeout)
2021-02-02T14:04:31.750814+00:00 app[worker.1]: File
"/app/.heroku/python/lib/python3.9/site-packages/telegram/utils/request.py", line
253, in get
2021-02-02T14:04:31.750969+00:00 app[worker.1]: result =
self._request_wrapper('GET', url, **urlopen_kwargs)
2021-02-02T14:04:31.750971+00:00 app[worker.1]: File
"/app/.heroku/python/lib/python3.9/site-packages/telegram/utils/request.py", line
221, in _request_wrapper
2021-02-02T14:04:31.751114+00:00 app[worker.1]: raise Unauthorized(message)
2021-02-02T14:04:31.751135+00:00 app[worker.1]: telegram.error.Unauthorized:
Unauthorized
2021-02-02T14:04:31.883944+00:00 heroku[worker.1]: Process exited with status 1
2021-02-02T14:04:31.912037+00:00 heroku[worker.1]: State changed from up to crashed
2021-02-02T14:04:31.915897+00:00 heroku[worker.1]: State changed from crashed to
starting
2021-02-02T14:04:39.662209+00:00 heroku[worker.1]: Starting process with command
`python3 -m Callysta`
2021-02-02T14:04:40.206324+00:00 heroku[worker.1]: State changed from starting to
up
2021-02-02T14:04:42.029027+00:00 app[worker.1]: 2021-02-02 14:04:42,028 - Callysta
- INFO - Not loading: ['translation']
2021-02-02T14:04:42.029183+00:00 app[worker.1]: 2021-02-02 14:04:42,029 - Callysta
- INFO - Modules to load: ['Song_and_Video', 'admin', 'afk', 'antiflood',
'backups', 'bans', 'blacklist', 'blacklist_stickers', 'blacklistusers', 'cleaner',
'connection', 'covid_tracker', 'currency_converter', 'cust_filters', 'dbcleanup',
'devpromoter', 'dictionary', 'directlink', 'disable', 'dogbin', 'emojis', 'eval',
'extras', 'feds', 'feedback', 'fun', 'fun_strings', 'get_comman_chat', 'getlink',
'github', 'global_bans', 'global_kick', 'global_mutes', 'gps', 'grammer',
'gtranslator', 'imdb', 'locks', 'log_channel', 'lydia', 'lyrics', 'math', 'misc',
'muting', 'notes', 'ping', 'police', 'purge', 'reactions', 'remote_cmds',
'reporting', 'reverseimage', 'rss', 'rules', 'shell', 'special', 'stickers',
'system_info', 'time', 'tts', 'ud', 'userinfo', 'users', 'wallpaper', 'warns',
'weather', 'welcome', 'whois', 'wiki']
2021-02-02T14:04:42.617707+00:00 app[worker.1]: Traceback (most recent call last):
2021-02-02T14:04:42.617754+00:00 app[worker.1]: File
"/app/.heroku/python/lib/python3.9/runpy.py", line 197, in _run_module_as_main
2021-02-02T14:04:42.617971+00:00 app[worker.1]: return _run_code(code,
main_globals, None,
2021-02-02T14:04:42.617974+00:00 app[worker.1]: File
"/app/.heroku/python/lib/python3.9/runpy.py", line 87, in _run_code
2021-02-02T14:04:42.618086+00:00 app[worker.1]: exec(code, run_globals)
2021-02-02T14:04:42.618089+00:00 app[worker.1]: File "/app/Callysta/__main__.py",
line 23, in <module>
2021-02-02T14:04:42.618209+00:00 app[worker.1]: from
Callysta.modules.helper_funcs.chat_status import is_user_admin
2021-02-02T14:04:42.618223+00:00 app[worker.1]: File
"/app/Callysta/modules/helper_funcs/chat_status.py", line 312, in <module>
2021-02-02T14:04:42.618364+00:00 app[worker.1]: from Callysta.modules import
connection
2021-02-02T14:04:42.618366+00:00 app[worker.1]: File
"/app/Callysta/modules/connection.py", line 14, in <module>
2021-02-02T14:04:42.618502+00:00 app[worker.1]: from
Callysta.modules.helper_funcs.extraction import extract_user, extract_user_and_text
2021-02-02T14:04:42.618504+00:00 app[worker.1]: File
"/app/Callysta/modules/helper_funcs/extraction.py", line 7, in <module>
2021-02-02T14:04:42.618593+00:00 app[worker.1]: from Callysta.modules.users
import get_user_id
2021-02-02T14:04:42.618596+00:00 app[worker.1]: File
"/app/Callysta/modules/users.py", line 9, in <module>
2021-02-02T14:04:42.618679+00:00 app[worker.1]: import
Callysta.modules.sql.users_sql as sql
2021-02-02T14:04:42.618681+00:00 app[worker.1]: File
"/app/Callysta/modules/sql/users_sql.py", line 180, in <module>
2021-02-02T14:04:42.618794+00:00 app[worker.1]: ensure_bot_in_db()
2021-02-02T14:04:42.618796+00:00 app[worker.1]: File
"/app/Callysta/modules/sql/users_sql.py", line 69, in ensure_bot_in_db
2021-02-02T14:04:42.618889+00:00 app[worker.1]: bot = Users(dispatcher.bot.id,
dispatcher.bot.username)
2021-02-02T14:04:42.618892+00:00 app[worker.1]: File
"/app/.heroku/python/lib/python3.9/site-packages/telegram/bot.py", line 51, in
decorator
2021-02-02T14:04:42.618995+00:00 app[worker.1]: self.get_me()
2021-02-02T14:04:42.618997+00:00 app[worker.1]: File
"/app/.heroku/python/lib/python3.9/site-packages/telegram/bot.py", line 65, in
decorator
2021-02-02T14:04:42.619099+00:00 app[worker.1]: result = func(self, *args,
**kwargs)
2021-02-02T14:04:42.619101+00:00 app[worker.1]: File
"/app/.heroku/python/lib/python3.9/site-packages/telegram/bot.py", line 204, in
get_me
2021-02-02T14:04:42.619222+00:00 app[worker.1]: result = self._request.get(url,
timeout=timeout)
2021-02-02T14:04:42.619226+00:00 app[worker.1]: File
"/app/.heroku/python/lib/python3.9/site-packages/telegram/utils/request.py", line
253, in get
2021-02-02T14:04:42.619372+00:00 app[worker.1]: result =
self._request_wrapper('GET', url, **urlopen_kwargs)
2021-02-02T14:04:42.619375+00:00 app[worker.1]: File
"/app/.heroku/python/lib/python3.9/site-packages/telegram/utils/request.py", line
221, in _request_wrapper
2021-02-02T14:04:42.619509+00:00 app[worker.1]: raise Unauthorized(message)
2021-02-02T14:04:42.619536+00:00 app[worker.1]: telegram.error.Unauthorized:
Unauthorized
2021-02-02T14:04:42.762811+00:00 heroku[worker.1]: Process exited with status 1
2021-02-02T14:04:42.789087+00:00 heroku[worker.1]: State changed from up to crashed

You might also like