sanger / automanual

Automatically manual QC-ing
0 stars 0 forks source link

GPL-783 BUG - automanual missing column in database #42

Closed emrojo closed 3 years ago

emrojo commented 3 years ago

Describe the bug Getting following error in uat

Traceback (most recent call last):
  File "main.py", line 186, in magic
    find_and_complete(config, lanes_info)
  File "main.py", line 173, in find_and_complete
    cursor.execute(mlwh_query)
  File "/usr/local/lib/python3.8/site-packages/mysql/connector/cursor.py", line 569, in execute
    self._handle_result(self._connection.cmd_query(stmt))
  File "/usr/local/lib/python3.8/site-packages/mysql/connector/connection.py", line 598, in cmd_query
    result = self._handle_result(self._send_cmd(ServerCmd.QUERY, query))
  File "/usr/local/lib/python3.8/site-packages/mysql/connector/connection.py", line 486, in _handle_result
    raise errors.get_exception(packet)
mysql.connector.errors.ProgrammingError: 1054 (42S22): Unknown column 'qc_seq' in 'field list'
2020-12-15 03:13:27,803 root:189 ERROR:None
2020-12-15 03:13:27,803 root:190 ERROR:1054 (42S22): Unknown column 'qc_seq' in 'field list'

RT Ticket Number If applicable

To Reproduce Steps to reproduce the behaviour:

  1. Go to page '...'
  2. Click on button '...'
  3. See error

Expected behaviour What was expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

rl15 commented 3 years ago

NPG has Perl script.

pjvv commented 3 years ago

Closed by sanger/deployment#3