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
I've installed on windows with python 3.12.7 and i have the following error: Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Scripts\telepathy.exe_main.py", line 7, in
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 829, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 782, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\telepathy\telepathy.py", line 226, in cli
client = TelegramClient(phone_number, api_id, api_hash)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\client\telegrambaseclient.py", line 290, in init
session = SQLiteSession(str(session))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\sessions\sqlite.py", line 47, in init
c = self._cursor()
^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\sessions\sqlite.py", line 242, in _cursor
self._conn = sqlite3.connect(self.filename,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered:
gitMarty007
changed the title
problem installing Telephaty ùù
problem installing Telepathy
Nov 9, 2024
gitMarty007
changed the title
problem installing Telepathy
problem using Telepathy
Nov 9, 2024
I've installed on windows with python 3.12.7 and i have the following error: Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Scripts\telepathy.exe_main.py", line 7, in
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 829, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 782, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\telepathy\telepathy.py", line 226, in cli
client = TelegramClient(phone_number, api_id, api_hash)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\client\telegrambaseclient.py", line 290, in init
session = SQLiteSession(str(session))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\sessions\sqlite.py", line 47, in init
c = self._cursor()
^^^^^^^^^^^^^^
File "C:\Users\marek\AppData\Local\Programs\Python\Python312\Lib\site-packages\telethon\sessions\sqlite.py", line 242, in _cursor
self._conn = sqlite3.connect(self.filename,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered: