I noticed some restarted jobs not rendering because the _id fields are pulled from the archived_launches which results in the following error in the webgui:
File "/Users/shen9/local/Caskroom/miniconda/base/envs/mp/lib/python3.9/site-packages/flask/json/provider.py", line 122, in _default
raise TypeError(f"Object of type {type(o).__name__} is not JSON serializable")
And does not allow the page to be opened. This PR should fix that problem.
I noticed some restarted jobs not rendering because the
_id
fields are pulled from thearchived_launches
which results in the following error in thewebgui
:And does not allow the page to be opened. This PR should fix that problem.