Re: [pgadmin-support] a bug report: pgAdmin4 only shows splashscreen,no UI, no error - Mailing list pgadmin-support

From Dave Page
Subject Re: [pgadmin-support] a bug report: pgAdmin4 only shows splashscreen,no UI, no error
Date
Msg-id CA+OCxoyvaRefzeNAxW_Q_KfRaEOe0rzGYY5Z66R+eO5YWVBYBA@mail.gmail.com
Whole thread Raw
In response to Re: [pgadmin-support] a bug report: pgAdmin4 only showssplashscreen, no UI, no error  (McDonaldR <McDonaldR@angus.gov.uk>)
List pgadmin-support
Hi

On Thu, Jun 15, 2017 at 10:20 AM, McDonaldR <McDonaldR@angus.gov.uk> wrote:
> Hi Dave,
>
> Thanks for the link to the developer version.
>
> I've been having the same issue with v1.4 and v1.5 and it was only v1.3 that worked.  I've installed the v1.5 from
thelink below and it works.  I still get an error message in the log although it doesn't seem to affect the
application. I am running Windows 7 x64 Enterprise. 
>
> From C:\Users\username\AppData\Roaming\pgAdmin\pgadmin4.log
>
> 2017-06-15 09:45:05,003: ERROR  pgadmin:        Exception when checking for update
> Traceback (most recent call last):
>   File "C:\Program Files (x86)\pgAdmin 4\v1\web\pgadmin\browser\__init__.py", line 454, in index
>     response = urlreq.urlopen(url, data, 5)
>   File "C:/Program Files (x86)/pgAdmin 4/v1/venv\lib\urllib2.py", line 154, in urlopen
>     return opener.open(url, data, timeout)
>   File "C:/Program Files (x86)/pgAdmin 4/v1/venv\lib\urllib2.py", line 429, in open
>     response = self._open(req, data)
>   File "C:/Program Files (x86)/pgAdmin 4/v1/venv\lib\urllib2.py", line 447, in _open
>     '_open', req)
>   File "C:/Program Files (x86)/pgAdmin 4/v1/venv\lib\urllib2.py", line 407, in _call_chain
>     result = func(*args)
>   File "C:/Program Files (x86)/pgAdmin 4/v1/venv\lib\urllib2.py", line 1241, in https_open
>     context=self._context)
>   File "C:/Program Files (x86)/pgAdmin 4/v1/venv\lib\urllib2.py", line 1198, in do_open
>     raise URLError(err)
> URLError: <urlopen error Tunnel connection failed: 407 Proxy Authentication Required>

I'll bet that's the upgrade check trying to reach www.pgadmin.org. You
could disable that by creating a file called config_local.py alongside
config.py in the web/ directory of the installation, containing:

UPGRADE_CHECK_ENABLED = False

I'll create a ticket to have proxy authentication support added.


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgadmin-support by date:

Previous
From: McDonaldR
Date:
Subject: Re: [pgadmin-support] a bug report: pgAdmin4 only showssplashscreen, no UI, no error
Next
From:
Date:
Subject: [pgadmin-support] So... you're all just going to ignore anyone who asks about theHUGE issues with pgAdmin 4?