minvws / nl-kat-coordination

Repo nl-kat-coordination for minvws
European Union Public License 1.2
127 stars 57 forks source link

Object detail pages give '500 Internal Server Error' #2185

Open madelondohmen opened 10 months ago

madelondohmen commented 10 months ago

Describe the bug Object detail pages constantly show 500.

zcrt commented 9 months ago

For some reason I am able to access the object detail pages now. I will update the ticket when 500s are happening again :)

zcrt commented 9 months ago

Update: sometimes the page loads, sometimes it gives 500 Internal Server Error. I found the following in the logs:

Internal Server Error: /en/**/objects/detail/
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 791, in urlopen
    response = self._make_request(
               ^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 537, in _make_request
    response = conn.getresponse()
               ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 461, in getresponse
    httplib_response = super().getresponse()
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/http/client.py", line 1386, in getresponse
    response.begin()
  File "/usr/local/lib/python3.11/http/client.py", line 325, in begin
    version, status, reason = self._read_status()
                              ^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/http/client.py", line 294, in _read_status
    raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
underdarknl commented 9 months ago

related: https://github.com/minvws/nl-kat-coordination/issues/2213