funkwhale-nginx-1 | 192.168.80.1 - - [21/Aug/2023:18:02:02 +0000] "GET /index.html HTTP/1.1" 499 0 "-" "python-requests (funkwhale/1.3.1; +https://pod.mydomain.net)" "89.246.124.14"
funkwhale-api-1 | 2023-08-21 18:02:02,290 django.request ERROR Internal Server Error: /index.html
funkwhale-api-1 | Traceback (most recent call last):
funkwhale-api-1 | File "/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 466, in _make_request
funkwhale-api-1 | six.raise_from(e, None)
funkwhale-api-1 | File "<string>", line 3, in raise_from
funkwhale-api-1 | File "/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 461, in _make_request
funkwhale-api-1 | httplib_response = conn.getresponse()
funkwhale-api-1 | File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse
funkwhale-api-1 | response.begin()
funkwhale-api-1 | File "/usr/lib/python3.10/http/client.py", line 318, in begin
funkwhale-api-1 | version, status, reason = self._read_status()
funkwhale-api-1 | File "/usr/lib/python3.10/http/client.py", line 279, in _read_status
funkwhale-api-1 | line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
funkwhale-api-1 | File "/usr/lib/python3.10/socket.py", line 705, in readinto
funkwhale-api-1 | return self._sock.recv_into(b)
funkwhale-api-1 | File "/usr/lib/python3.10/ssl.py", line 1274, in recv_into
funkwhale-api-1 | return self.read(nbytes, buffer)
funkwhale-api-1 | File "/usr/lib/python3.10/ssl.py", line 1130, in read
funkwhale-api-1 | return self._sslobj.read(len, buffer)
funkwhale-api-1 | TimeoutError: The read operation timed out
funkwhale-api-1 |
funkwhale-api-1 | During handling of the above exception, another exception occurred:
funkwhale-api-1 |
funkwhale-api-1 | Traceback (most recent call last):
funkwhale-api-1 | File "/venv/lib/python3.10/site-packages/requests/adapters.py", line 489, in send
funkwhale-api-1 | resp = conn.urlopen(
funkwhale-api-1 | File "/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 798, in urlopen
funkwhale-api-1 | retries = retries.increment(
funkwhale-api-1 | File "/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 550, in increment
funkwhale-nginx-1 | 192.168.80.1 - - [21/Aug/2023:18:02:03 +0000] "GET /index.html HTTP/1.1" 499 0 "-" "python-requests (funkwhale/1.3.1; +https://pod.mydomain.net)" "89.246.124.14"
funkwhale-api-1 | 2023-08-21 18:02:03,942 django.request ERROR Internal Server Error: /index.html
funkwhale-api-1 | Traceback (most recent call last):
funkwhale-api-1 | File "/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 466, in _make_request
funkwhale-api-1 | six.raise_from(e, None)
funkwhale-api-1 | File "<string>", line 3, in raise_from
funkwhale-api-1 | File "/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 461, in _make_request
funkwhale-api-1 | httplib_response = conn.getresponse()
funkwhale-nginx-1 | 192.168.80.1 - - [21/Aug/2023:18:02:12 +0000] "GET /index.html HTTP/1.1" 499 0 "-" "python-requests (funkwhale/1.3.1; +https://pod.mydomain.net)" "89.246.124.14"
funkwhale-api-1 | 2023-08-21 18:02:12,403 django.request ERROR Internal Server Error: /index.html
After upgrading I receive an 500 Server Error and the failure message (excerpt) above.
I first thought that's again a nginx proxy related error because upgrade broke my customizations. But after twiddeling around with it the problem seems to relate to that api container. Obviously it can't reach mydomain. But I don't understand why.
Regards and thanks for ideas,
Homer