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.9/runpy.py", line 188, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.9/runpy.py", line 147, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.9/runpy.py", line 111, in _get_module_details import(pkg_name)
File "/ql/data/jbot/init.py", line 81, in
jdbot = TelegramClient("bot", API_ID, API_HASH, connection_retries=None).start(bot_token=TOKEN)
File "/usr/lib/python3.9/site-packages/telethon/client/telegrambaseclient.py", line 273, in init
session = SQLiteSession(session)
File "/usr/lib/python3.9/site-packages/telethon/sessions/sqlite.py", line 53, in init
version = c.fetchone()[0]
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 188, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.9/runpy.py", line 147, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.9/runpy.py", line 111, in _get_module_details
import(pkg_name)
File "/ql/data/jbot/init.py", line 81, in
jdbot = TelegramClient("bot", API_ID, API_HASH, connection_retries=None).start(bot_token=TOKEN)
File "/usr/lib/python3.9/site-packages/telethon/client/telegrambaseclient.py", line 273, in init
session = SQLiteSession(session)
File "/usr/lib/python3.9/site-packages/telethon/sessions/sqlite.py", line 53, in init
version = c.fetchone()[0]
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: