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 editorial stats are currently raising a server error.
Internal Server Error: /console/usage/editorial/stats/
AttributeError at /console/usage/editorial/stats/
'NoneType' object has no attribute 'days'
Traceback:
File "/physionet/python-env/physionet/lib/python3.11/site-packages/django/core/handlers/exception.py" in inner
55. response = get_response(request)
File "/physionet/python-env/physionet/lib/python3.11/site-packages/django/core/handlers/base.py" in _get_response
197. response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/physionet/python-env/physionet/lib/python3.11/site-packages/django/contrib/auth/decorators.py" in _wrapper_view
23. return view_func(request, *args, **kwargs)
File "/home/physionet/physionet-build/physionet-django/console/views.py" in editorial_stats
2113. days = [d.days for d in y_durations if d.days >= 0]
File "/home/physionet/physionet-build/physionet-django/console/views.py" in <listcomp>
2113. days = [d.days for d in y_durations if d.days >= 0]
Exception Type: AttributeError at /console/usage/editorial/stats/
Exception Value: 'NoneType' object has no attribute 'days'
The text was updated successfully, but these errors were encountered:
The editorial stats are currently raising a server error.
The text was updated successfully, but these errors were encountered: