Closed jw35 closed 5 years ago
An another cause of the same error:
Internal Server Error: /smartpanel/station_board/2
Fault at /smartpanel/station_board/2
Unexpected server error
Traceback:
File "/home/tfc_prod/tfc_web_venv/lib/python3.5/site-packages/django/core/handlers/exception.py" in inner
41. response = get_response(request)
File "/home/tfc_prod/tfc_web_venv/lib/python3.5/site-packages/django/core/handlers/base.py" in _legacy_get_response
249. response = self._get_response(request)
File "/home/tfc_prod/tfc_web_venv/lib/python3.5/site-packages/django/core/handlers/base.py" in _get_response
187. response = self.process_exception_by_middleware(e, request)
File "/home/tfc_prod/tfc_web_venv/lib/python3.5/site-packages/django/core/handlers/base.py" in _get_response
185. response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/tfc_prod/tfc_web/tfc_web/smartpanel/views/widgets/station_board.py" in station_board
46. timeOffset=offset
File "/home/tfc_prod/tfc_web_venv/lib/python3.5/site-packages/zeep/client.py" in __call__
45. self._op_name, args, kwargs)
File "/home/tfc_prod/tfc_web_venv/lib/python3.5/site-packages/zeep/wsdl/bindings/soap.py" in send
121. return self.process_reply(client, operation_obj, response)
File "/home/tfc_prod/tfc_web_venv/lib/python3.5/site-packages/zeep/wsdl/bindings/soap.py" in process_reply
186. return self.process_error(doc, operation)
File "/home/tfc_prod/tfc_web_venv/lib/python3.5/site-packages/zeep/wsdl/bindings/soap.py" in process_error
291. detail=fault_node.find('detail'))
Exception Type: Fault at /smartpanel/station_board/2
Exception Value: Unexpected server error
This appears to be the result of a failure to contact the National Rail timetable service. It's not clear that this should throw an exception though it clearly needs to be logged.