Hi

On Thu, Jun 15, 2017 at 10:20 AM, McDonaldR <mcdona...@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 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


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to