

Upgraded pyasn1 to version 0.4.8: pip install pyasn1=0.4.8Īnd for upgrading to the latest version: pip install -upgrade pyasn1 Make sure pip is installed in your environment: conda pip installĭownloaded the latest wheel file and installed it using pip: pip install. Once I created and activated the virtual environment I:Ĭreated the folders "/var/lib/pgadmin" and "/var/log/pgadmin" and set up proper writing permissions for the user running the web server (apache or the user launching the "desktop" version). I used miniconda for creating a virtual environment in python 3.7. Install the latest pgAdmin4 version (4.22) using their python-wheel installer (Requires python 3.4+) as workaround while they fix this bug.

This bug is already being tracked by PostgreSQL team Note: There is no config changes or anything. I saw a previous question about this 4 days ago. My guess is python version incompatibility.

I already tried searching for it, but I am not a python guy. Return getattr(self._get_current_object(), name)ĪttributeError: 'Request' object has no attribute 'is_json' If not isinstance(current_user._get_current_object(), AnonymousUserMixin):įile "/usr/lib/python3/dist-packages/werkzeug/local.py", line 307, in _get_current_objectįile "/usr/lib/python3/dist-packages/flask_login/utils.py", line 26, in Ĭurrent_user = LocalProxy(lambda: _get_user())įile "/usr/lib/python3/dist-packages/flask_login/utils.py", line 302, in _get_userįile "/usr/lib/python3/dist-packages/flask_login/login_manager.py", line 313, in _load_userįile "/usr/lib/python3/dist-packages/flask_login/login_manager.py", line 370, in _load_from_requestįile "/usr/lib/python3/dist-packages/flask_security/core.py", line 475, in _request_loaderįile "/usr/lib/python3/dist-packages/werkzeug/local.py", line 348, in _getattr_ 16:08:46,684: ERROR pgadmin: 'Request' object has no attribute 'is_json'įile "/usr/lib/python3/dist-packages/flask/app.py", line 1473, in full_dispatch_requestįile "/usr/lib/python3/dist-packages/flask/app.py", line 1666, in preprocess_requestįile "/usr/lib/python3/dist-packages/flask_principal.py", line 477, in _on_before_requestįile "/usr/lib/python3/dist-packages/flask_security/core.py", line 515, in _identity_loader I checked the pgAdmin4 logs and it gives me: AttributeError: 'Request' object has no attribute 'is_json' The application server could not be contacted. Then it loads for a long while and eventually gives me the error:

PGADMIN 4 WEBPAGE IS NOT AVAILABLE UPDATE
Pgadmin4 is running perfectly before the system update of ubuntu 16.04 I didn't actually check what are those updates.īut after the update and I tried running pgAdmin, it boots up and shows the pgAdmin loading screen.
