← Back to team overview

openlp-core team mailing list archive

[Bug 1409031] Re: FTW hangs on "Downloading Resource Index" page

 

I don't have a development environment set up here, but taking the try
statement and exception handling code out of  get_web_page
(http://bazaar.launchpad.net/~openlp-
core/openlp/trunk/view/head:/openlp/core/utils/__init__.py#L379) (line
numbers are out in chrome) gives me:


Traceback (most recent call last):
  File "C:/Python33/gwp.py", line 82, in <module>
    get_web_page('http://openlp.org/files/frw/download.cfg')
  File "C:/Python33/gwp.py", line 64, in get_web_page
    page = urllib.request.urlopen(req, timeout=CONNECTION_TIMEOUT)
  File "C:\Python33\lib\urllib\request.py", line 156, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Python33\lib\urllib\request.py", line 475, in open
    response = meth(req, response)
  File "C:\Python33\lib\urllib\request.py", line 587, in http_response
    'http', request, response, code, msg, hdrs)
  File "C:\Python33\lib\urllib\request.py", line 513, in error
    return self._call_chain(*args)
  File "C:\Python33\lib\urllib\request.py", line 447, in _call_chain
    result = func(*args)
  File "C:\Python33\lib\urllib\request.py", line 595, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied.  )

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1409031

Title:
  FTW hangs on "Downloading Resource Index" page

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  Running OpenLP for the "First Time" (after clearing the registry,
  appdata and program files) OpenLP hangs in the FTW on  the
  "Downloading Resource Index" page. This prevents OpenLP from being
  started. The debug log does not contain any trackbacks or errors.

  I suspect this is to do with a gateway, or firewall, or somethintg
  blocking OpenLP from connecting to the network.

  Windows XP

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1409031/+subscriptions


References