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
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details import(pkg_name)
File "/ql/jbot/init.py", line 1, in
from telethon import TelegramClient, connection
File "/usr/lib/python3.8/site-packages/telethon/init.py", line 1, in
from .client.telegramclient import TelegramClient
File "/usr/lib/python3.8/site-packages/telethon/client/init.py", line 23, in
from .auth import AuthMethods
ModuleNotFoundError: No module named 'telethon.client.auth'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details
import(pkg_name)
File "/ql/jbot/init.py", line 1, in
from telethon import TelegramClient, connection
File "/usr/lib/python3.8/site-packages/telethon/init.py", line 1, in
from .client.telegramclient import TelegramClient
File "/usr/lib/python3.8/site-packages/telethon/client/init.py", line 23, in
from .auth import AuthMethods
ModuleNotFoundError: No module named 'telethon.client.auth'
The text was updated successfully, but these errors were encountered: