-
Notifications
You must be signed in to change notification settings - Fork 9
Description
eb_1 | Internal Server Error: /webclient/get_overlayed_combined_image/4
web_1 | Traceback (most recent call last):
web_1 | File "/usr/local/lib/python3.6/urllib/request.py", line 1318, in do_open
web_1 | encode_chunked=req.has_header('Transfer-encoding'))
web_1 | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
web_1 | self._send_request(method, url, body, headers, encode_chunked)
web_1 | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
web_1 | self.endheaders(body, encode_chunked=encode_chunked)
web_1 | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
web_1 | self._send_output(message_body, encode_chunked=encode_chunked)
web_1 | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
web_1 | self.send(msg)
web_1 | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
web_1 | self.connect()
web_1 | File "/usr/local/lib/python3.6/http/client.py", line 936, in connect
web_1 | (self.host,self.port), self.timeout, self.source_address)
web_1 | File "/usr/local/lib/python3.6/socket.py", line 724, in create_connection
web_1 | raise err
web_1 | File "/usr/local/lib/python3.6/socket.py", line 713, in create_connection
web_1 | sock.connect(sa)
web_1 | OSError: [Errno 99] Cannot assign requested address
web_1 |
web_1 | During handling of the above exception, another exception occurred:
web_1 |
web_1 | Traceback (most recent call last):
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py", line 35, in inner
web_1 | response = get_response(request)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py", line 128, in _get_response
web_1 | response = self.process_exception_by_middleware(e, request)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py", line 126, in _get_response
web_1 | response = wrapped_callback(request, *callback_args, **callback_kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/views/decorators/http.py", line 40, in inner
web_1 | return func(request, *args, **kwargs)
web_1 | File "/app/webclient/views.py", line 532, in get_overlayed_combined_image
web_1 | background = PILImage.open(urlopen(url))
web_1 | File "/usr/local/lib/python3.6/urllib/request.py", line 223, in urlopen
web_1 | return opener.open(url, data, timeout)
web_1 | File "/usr/local/lib/python3.6/urllib/request.py", line 526, in open
web_1 | response = self._open(req, data)
web_1 | File "/usr/local/lib/python3.6/urllib/request.py", line 544, in _open
web_1 | '_open', req)
web_1 | File "/usr/local/lib/python3.6/urllib/request.py", line 504, in _call_chain
web_1 | result = func(*args)
web_1 | File "/usr/local/lib/python3.6/urllib/request.py", line 1346, in http_open
web_1 | return self.do_open(http.client.HTTPConnection, req)
web_1 | File "/usr/local/lib/python3.6/urllib/request.py", line 1320, in do_open
web_1 | raise URLError(err)
web_1 | urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
web_1 | [10/Jun/2018 16:31:17] "GET /webclient/get_overlayed_combined_image/4 HTTP/1.1" 500 142665