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
2022-07-26 11:10:17,173 INFO MainThread root Database created
Traceback (most recent call last):
File "/usr/local/python3.8.2/lib/python3.8/runpy.py", line 184, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/local/python3.8.2/lib/python3.8/runpy.py", line 143, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/local/python3.8.2/lib/python3.8/runpy.py", line 110, in _get_module_details import(pkg_name)
File "/root/TorToolkit-Telegram/tortoolkit/init.py", line 19, in
upload_db = TtkUpload()
File "/root/TorToolkit-Telegram/tortoolkit/core/database_handle.py", line 116, in init
super().init(dburl)
File "/root/TorToolkit-Telegram/tortoolkit/functions/pg_plugin.py", line 28, in init
self._conn = psycopg2.connect(self._dburl)
File "/usr/local/python3.8.2/lib/python3.8/site-packages/psycopg2/init.py", line 127, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: FATAL: Ident authentication failed for user "postgres"
Exception ignored in: <function TtkUpload.del at 0x7f1b40c48820>
Traceback (most recent call last):
File "/root/TorToolkit-Telegram/tortoolkit/core/database_handle.py", line 218, in del
super().del()
File "/root/TorToolkit-Telegram/tortoolkit/functions/pg_plugin.py", line 74, in del
self._connection_users.pop()
IndexError: pop from empty list
what the hell?
The text was updated successfully, but these errors were encountered:
[root@instance-20220726-1641 TorToolkit-Telegram]# ./start.sh
Error: '' is not a valid port number.
2022-07-26 11:10:17,173 INFO MainThread root Database created
Traceback (most recent call last):
File "/usr/local/python3.8.2/lib/python3.8/runpy.py", line 184, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/local/python3.8.2/lib/python3.8/runpy.py", line 143, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/local/python3.8.2/lib/python3.8/runpy.py", line 110, in _get_module_details
import(pkg_name)
File "/root/TorToolkit-Telegram/tortoolkit/init.py", line 19, in
upload_db = TtkUpload()
File "/root/TorToolkit-Telegram/tortoolkit/core/database_handle.py", line 116, in init
super().init(dburl)
File "/root/TorToolkit-Telegram/tortoolkit/functions/pg_plugin.py", line 28, in init
self._conn = psycopg2.connect(self._dburl)
File "/usr/local/python3.8.2/lib/python3.8/site-packages/psycopg2/init.py", line 127, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: FATAL: Ident authentication failed for user "postgres"
Exception ignored in: <function TtkUpload.del at 0x7f1b40c48820>
Traceback (most recent call last):
File "/root/TorToolkit-Telegram/tortoolkit/core/database_handle.py", line 218, in del
super().del()
File "/root/TorToolkit-Telegram/tortoolkit/functions/pg_plugin.py", line 74, in del
self._connection_users.pop()
IndexError: pop from empty list
what the hell?
The text was updated successfully, but these errors were encountered: