Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running error! #122

Open
b1fly opened this issue Jul 26, 2022 · 0 comments
Open

Running error! #122

b1fly opened this issue Jul 26, 2022 · 0 comments

Comments

@b1fly
Copy link

b1fly commented Jul 26, 2022

[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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant