You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot goes through the full start up, completes, and then the moment it does dies to this error:
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/config/catuserbot/userbot/main.py", line 86, in
catub.loop.run_until_complete(startup_process())
File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/config/catuserbot/userbot/main.py", line 59, in startup_process
await verifyLoggerGroup()
File "/config/catuserbot/userbot/utils/startup.py", line 203, in verifyLoggerGroup
entity = await catub.get_entity(BOTLOG_CHATID)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/catuserbot/venv/lib/python3.11/site-packages/telethon/client/users.py", line 320, in get_entity
channels = (await self(
^^^^^^^^^^^
File "/config/catuserbot/venv/lib/python3.11/site-packages/telethon/client/users.py", line 30, in call
return await self._call(self._sender, request, ordered=ordered)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/catuserbot/venv/lib/python3.11/site-packages/telethon/client/users.py", line 87, in _call
result = await future
^^^^^^^^^^^^
asyncio.exceptions.CancelledError
The text was updated successfully, but these errors were encountered:
Bot goes through the full start up, completes, and then the moment it does dies to this error:
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/config/catuserbot/userbot/main.py", line 86, in
catub.loop.run_until_complete(startup_process())
File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/config/catuserbot/userbot/main.py", line 59, in startup_process
await verifyLoggerGroup()
File "/config/catuserbot/userbot/utils/startup.py", line 203, in verifyLoggerGroup
entity = await catub.get_entity(BOTLOG_CHATID)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/catuserbot/venv/lib/python3.11/site-packages/telethon/client/users.py", line 320, in get_entity
channels = (await self(
^^^^^^^^^^^
File "/config/catuserbot/venv/lib/python3.11/site-packages/telethon/client/users.py", line 30, in call
return await self._call(self._sender, request, ordered=ordered)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/catuserbot/venv/lib/python3.11/site-packages/telethon/client/users.py", line 87, in _call
result = await future
^^^^^^^^^^^^
asyncio.exceptions.CancelledError
The text was updated successfully, but these errors were encountered: