minvws / nl-kat-coordination

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

Normalizer traceback not added to files in task list. #3558

Open zcrt opened 1 day ago

zcrt commented 1 day ago

Describe the bug When a normalizer fails the download files option on the task page does not include the traceback. The traceback is seen in the logs however.

To Reproduce Steps to reproduce the behavior:

  1. Have a failing normalizer
  2. Have no traceback in the task page download

Expected behavior The traceback being available in the front-end, as for boefjes.

underdarknl commented 1 day ago

Hm, true. Normalizers do not interact with Bytes, and as such their error's cannot be send there. Lets discuss how we want to handle these errors.