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
Seems to be a problem with the author list. Below for later reference:
File "/data/pscs/pscs_venv/lib/python3.10/site-packages/pscs/auth.py", line 271, in wrapped_view
return view(**kwargs)
File "/data/pscs/pscs_venv/lib/python3.10/site-packages/pscs/blueprints/projects.py", line 503, in project_publish
authors, missing_name = _get_authors(id_project)
File "/data/pscs/pscs_venv/lib/python3.10/site-packages/pscs/blueprints/projects.py", line 847, in _get_authors
author_list.sort(key=lambda x: x["author_position"])
File "/data/pscs/pscs_venv/lib/python3.10/site-packages/pscs/blueprints/projects.py", line 847, in
author_list.sort(key=lambda x: x["author_position"])
KeyError: 'author_position'
This project has "502 bad gateway" whenever I click on the publication button on project: c6656455-da2f-48a1-8bce-c8355f1adff4
The text was updated successfully, but these errors were encountered: