Re: a bug report: pgAdmin4 only shows splashscreen, no UI, no error

From: Dave Page <dpage(at)pgadmin(dot)org>
To: McDonaldR <McDonaldR(at)angus(dot)gov(dot)uk>
Cc: Jaroslav Záruba <jaroslav(dot)zaruba(at)gmail(dot)com>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: a bug report: pgAdmin4 only shows splashscreen, no UI, no error
Date: 2017-06-15 09:51:19
Message-ID: CA+OCxoyvaRefzeNAxW_Q_KfRaEOe0rzGYY5Z66R+eO5YWVBYBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi

On Thu, Jun 15, 2017 at 10:20 AM, McDonaldR <McDonaldR(at)angus(dot)gov(dot)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 the link 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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message grekloedlc 2017-06-15 17:05:25 So... you're all just going to ignore anyone who asks about the HUGE issues with pgAdmin 4?
Previous Message McDonaldR 2017-06-15 09:20:20 Re: a bug report: pgAdmin4 only shows splashscreen, no UI, no error