Bug 45005 - URLError: <urlopen error [Errno 101] Network is unreachable>
URLError: <urlopen error [Errno 101] Network is unreachable>
Status: CLOSED DUPLICATE of bug 38793
Product: Z_Univention Corporate Client (UCC)
Classification: Unclassified
Component: UMC modules
UCC 3.0
Other Linux
: P5 normal
: ---
Assigned To: UCC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-07-14 14:11 CEST by Florian Best
Modified: 2023-06-28 10:33 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2017070921000114
Bug group (optional): Error handling, External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2017-07-14 14:11:43 CEST
Version: 4.1-4 errata439 (Vahr)

Execution of command 'uccimages/query' has failed:

Traceback (most recent call last):
  File "%PY2.7%/univention/management/console/base.py", line 281, in execute
    function(self, request)
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 318, in _response
    result = _multi_response(self, request)
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 462, in _response
    return list(function(self, iterator, *nones))
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 284, in _fake_func
    yield function(self, *args)
  File "%PY2.7%/univention/management/console/modules/uccimages/__init__.py", line 88, in query
    _images += ucc_images.get_online_ucc_images()
  File "%PY2.7%/ucc/images.py", line 745, in get_online_ucc_images
    _get_file_size(UCC_IMAGE_INDEX_FILE)  # throws a HTTPException if URL does not exist
  File "%PY2.7%/ucc/images.py", line 198, in _get_file_size
    response = urllib2.urlopen(request)
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 401, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 419, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1211, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1181, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 101] Network is unreachable>
Comment 1 Florian Best univentionstaff 2017-07-14 14:12:44 CEST

*** This bug has been marked as a duplicate of bug 38793 ***