@DD-var

Как решить проблему с запуском postgresSQL?

Вечная загрузка в postgres4SQL. Поставил 13 версию и произошла проблема с загрузкой. Устанавливал все как обычно.
5fe1d66c7e63a984739911.png

в логах ошибка 401
2020-12-22 13:45:58,743: ERROR flask.app: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
Traceback (most recent call last):
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\flask\app.py", line 1811, in full_dispatch_request
rv = self.preprocess_request()
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\flask\app.py", line 2087, in preprocess_request
rv = func()
File "C:\Program Files\PostgreSQL\13\pgAdmin 4\web\pgadmin\__init__.py", line 676, in before_request
abort(401)
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\werkzeug\exceptions.py", line 822, in abort
return _aborter(status, *args, **kwargs)
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\werkzeug\exceptions.py", line 807, in __call__
raise self.mapping[code](*args, **kwargs)
werkzeug.exceptions.Unauthorized: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
2020-12-22 13:45:59,343: ERROR flask.app: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
Traceback (most recent call last):
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\flask\app.py", line 1811, in full_dispatch_request
rv = self.preprocess_request()
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\flask\app.py", line 2087, in preprocess_request
rv = func()
File "C:\Program Files\PostgreSQL\13\pgAdmin 4\web\pgadmin\__init__.py", line 676, in before_request
abort(401)
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\werkzeug\exceptions.py", line 822, in abort
return _aborter(status, *args, **kwargs)
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\werkzeug\exceptions.py", line 807, in __call__
raise self.mapping[code](*args, **kwargs)
werkzeug.exceptions.Unauthorized: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
  • Вопрос задан
  • 2029 просмотров
Решения вопроса 1
@dawned-on-me
Вчера устанавливал на win10 версии: postgresql-9.6.20 ,postgresql-10.15,postgresql-11.10
и была точно такая же ошибка как у тебя на последней версии.
Решение: При установке , когда доходишь до окна Select Components снимаешь галочку с
pgAdmin4 и далее все устанавливаешь. Потом заходишь на сайт pgadmin.org и скачиваешь pgAdmin 4 и устанавливаешь.
Ответ написан
Комментировать
Пригласить эксперта
Ответы на вопрос 2
fzfx
@fzfx
18,5 дм
видать что-то пошло не так.
Ответ написан
Комментировать
ky0
@ky0
Миллиардер, филантроп, патологический лгун
На скрине загрузка пгадмина, к самой СУБД это отношения не имеет.
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы