-
Notifications
You must be signed in to change notification settings - Fork 177
Description
[26-Oct-25 07:25:03 PM] [INFO] - TIMEZONE synced with logging status
[26-Oct-25 07:25:03 PM] [WARNING] - MEGA Credentials not provided!
[26-Oct-25 07:25:03 PM] [WARNING] - BASE_URL not provided!
[26-Oct-25 07:25:04 PM] [INFO] - Initializing Aria2c
[26-Oct-25 07:25:05 PM] [INFO] - Creating client from BOT_TOKEN
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.10/runpy.py", line 146, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
import(pkg_name)
File "/usr/src/app/bot/init.py", line 891, in
bot = wztgClient(
File "/usr/src/app/bot/init.py", line 241, in wztgClient
return tgClient(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/pyrogram/client.py", line 274, in init
self.dispatcher = Dispatcher(self)
File "/usr/local/lib/python3.10/dist-packages/pyrogram/dispatcher.py", line 58, in init
self.loop = asyncio.get_event_loop()
File "/usr/local/lib/python3.10/dist-packages/uvloop/init.py", line 206, in get_event_loop
raise RuntimeError(
RuntimeError: There is no current event loop in thread 'MainThread'.
Application exited with code 1. This usually indicates an application failure. Check that the command used to launch your application is correct.