We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[2021-07-05 15:22:04 +0000] [205581] [INFO] Starting gunicorn 20.0.4 [2021-07-05 15:22:04 +0000] [205581] [ERROR] Connection in use: ('0.0.0.0', 80) [2021-07-05 15:22:04 +0000] [205581] [ERROR] Retrying in 1 second. 2021-07-05 15:22:04,205 INFO MainThread root Database created 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 "/home/ubuntu/tgBot/TorToolkit-Telegram/tortoolkit/init.py", line 19, in upload_db = TtkUpload() File "/home/ubuntu/tgBot/TorToolkit-Telegram/tortoolkit/core/database_handle.py", line 116, in init super().init(dburl) File "/home/ubuntu/tgBot/TorToolkit-Telegram/tortoolkit/functions/pg_plugin.py", line 28, in init self._conn = psycopg2.connect(self._dburl) File "/home/ubuntu/venv/lib/python3.8/site-packages/psycopg2/init.py", line 127, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: FATAL: password authentication failed for user "postgres" FATAL: password authentication failed for user "postgres"
Exception ignored in: <function TtkUpload.del at 0x7f0615052e50> Traceback (most recent call last): File "/home/ubuntu/tgBot/TorToolkit-Telegram/tortoolkit/core/database_handle.py", line 218, in del super().del() File "/home/ubuntu/tgBot/TorToolkit-Telegram/tortoolkit/functions/pg_plugin.py", line 74, in del self._connection_users.pop() IndexError: pop from empty list (venv) root@ip-172-31-40-27:/home/ubuntu/tgBot/TorToolkit-Telegram# [2021-07-05 15:22:05 +0000] [205581] [ERROR] Connection in use: ('0.0.0.0', 80) [2021-07-05 15:22:05 +0000] [205581] [ERROR] Retrying in 1 second. [2021-07-05 15:22:06 +0000] [205581] [ERROR] Connection in use: ('0.0.0.0', 80) [2021-07-05 15:22:06 +0000] [205581] [ERROR] Retrying in 1 second. [2021-07-05 15:22:07 +0000] [205581] [ERROR] Connection in use: ('0.0.0.0', 80) [2021-07-05 15:22:07 +0000] [205581] [ERROR] Retrying in 1 second. [2021-07-05 15:22:08 +0000] [205581] [ERROR] Connection in use: ('0.0.0.0', 80) [2021-07-05 15:22:08 +0000] [205581] [ERROR] Retrying in 1 second. [2021-07-05 15:22:09 +0000] [205581] [ERROR] Can't connect to ('0.0.0.0', 80)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[2021-07-05 15:22:04 +0000] [205581] [INFO] Starting gunicorn 20.0.4
[2021-07-05 15:22:04 +0000] [205581] [ERROR] Connection in use: ('0.0.0.0', 80)
[2021-07-05 15:22:04 +0000] [205581] [ERROR] Retrying in 1 second.
2021-07-05 15:22:04,205 INFO MainThread root Database created
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 "/home/ubuntu/tgBot/TorToolkit-Telegram/tortoolkit/init.py", line 19, in
upload_db = TtkUpload()
File "/home/ubuntu/tgBot/TorToolkit-Telegram/tortoolkit/core/database_handle.py", line 116, in init
super().init(dburl)
File "/home/ubuntu/tgBot/TorToolkit-Telegram/tortoolkit/functions/pg_plugin.py", line 28, in init
self._conn = psycopg2.connect(self._dburl)
File "/home/ubuntu/venv/lib/python3.8/site-packages/psycopg2/init.py", line 127, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: FATAL: password authentication failed for user "postgres"
FATAL: password authentication failed for user "postgres"
Exception ignored in: <function TtkUpload.del at 0x7f0615052e50>
Traceback (most recent call last):
File "/home/ubuntu/tgBot/TorToolkit-Telegram/tortoolkit/core/database_handle.py", line 218, in del
super().del()
File "/home/ubuntu/tgBot/TorToolkit-Telegram/tortoolkit/functions/pg_plugin.py", line 74, in del
self._connection_users.pop()
IndexError: pop from empty list
(venv) root@ip-172-31-40-27:/home/ubuntu/tgBot/TorToolkit-Telegram# [2021-07-05 15:22:05 +0000] [205581] [ERROR] Connection in use: ('0.0.0.0', 80)
[2021-07-05 15:22:05 +0000] [205581] [ERROR] Retrying in 1 second.
[2021-07-05 15:22:06 +0000] [205581] [ERROR] Connection in use: ('0.0.0.0', 80)
[2021-07-05 15:22:06 +0000] [205581] [ERROR] Retrying in 1 second.
[2021-07-05 15:22:07 +0000] [205581] [ERROR] Connection in use: ('0.0.0.0', 80)
[2021-07-05 15:22:07 +0000] [205581] [ERROR] Retrying in 1 second.
[2021-07-05 15:22:08 +0000] [205581] [ERROR] Connection in use: ('0.0.0.0', 80)
[2021-07-05 15:22:08 +0000] [205581] [ERROR] Retrying in 1 second.
[2021-07-05 15:22:09 +0000] [205581] [ERROR] Can't connect to ('0.0.0.0', 80)
The text was updated successfully, but these errors were encountered: