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
ERROR:root:list index out of range
Traceback (most recent call last):
File "/app/opac/webapp/main/views.py", line 2141, in journal
journal = controllers.add_journal(payload)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/opac/webapp/controllers.py", line 1937, in add_journal
journal = JournalFactory(data)
^^^^^^^^^^^^^^^^^^^^
File "/app/opac/webapp/factory.py", line 87, in JournalFactory
journal.current_status = metadata.get("status_history", [{}])[-1].get("status")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^
The text was updated successfully, but these errors were encountered:
Descrição da tarefa
Evitar erro de ausência de histórico do periódico
The text was updated successfully, but these errors were encountered: