vitorfs / parsifal

Parsifal is a tool to assist researchers to perform Systematic Literature Reviews
https://parsif.al
MIT License
415 stars 172 forks source link

SystemExit: 1 build_quality_assessment_table #76

Closed vitorfs closed 2 years ago

vitorfs commented 2 years ago

https://sentry.io/organizations/simple-complex/issues/2637307573/?referrer=github_plugin

SystemExit: 1
(27 additional frame(s) were not displayed)
...
  File "django/db/backends/utils.py", line 66, in execute
    return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
  File "django/db/backends/utils.py", line 75, in _execute_with_wrappers
    return executor(sql, params, many, context)
  File "django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
  File "encodings/utf_8.py", line 15, in decode
    def decode(input, errors='strict'):
  File "gunicorn/workers/base.py", line 203, in handle_abort
    sys.exit(1)