You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The button in target list page breaks with the following traceback:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
response = get_response(request)
File "/usr/local/lib/python3.9/site-packages/django/core/handlers/base.py", line 199, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/usr/local/lib/python3.9/site-packages/django/core/handlers/base.py", line 362, in process_exception_by_middleware
response = middleware_method(request, exception)
File "/usr/local/lib/python3.9/site-packages/tom_common/middleware.py", line 29, in process_exception
raise exception
File "/usr/local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/local/lib/python3.9/site-packages/django/views/generic/base.py", line 104, in view
return self.dispatch(request, *args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch
return super().dispatch(request, *args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/django/views/generic/base.py", line 143, in dispatch
return handler(request, *args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/tom_dataproducts/views.py", line 511, in get
call_command('updatereduceddata', stdout=out)
File "/usr/local/lib/python3.9/site-packages/django/core/management/__init__.py", line 194, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.9/site-packages/django/core/management/base.py", line 458, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.9/site-packages/tom_dataproducts/management/commands/updatereduceddata.py", line 42, in handle
clazz.process_reduced_data(target)
File "/usr/local/lib/python3.9/site-packages/tom_alerts/brokers/gaia.py", line 150, in process_reduced_data
alert_name = alert['name']
Exception Type: KeyError at /dataproducts/data/reduced/update/
Exception Value: 'name'
I can't reproduce this locally. I'm wondering if this has been fixed in a more recent version of tomtoolkit.
The text was updated successfully, but these errors were encountered:
The button in target list page breaks with the following traceback:
I can't reproduce this locally. I'm wondering if this has been fixed in a more recent version of tomtoolkit.
The text was updated successfully, but these errors were encountered: