Error

Columns must be same length as key

Details

    Traceback (most recent call last):
  File "/opt/acc-bpt/release_2026_01/jinja/build_static_plots.py", line 85, in _create_static_html_content
    output_html_file_path = driver.build(abs_plot_dest_file_html)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/acc-bpt/release_2026_01/acc_bpt/shared/BptV2.py", line 315, in build
    raise ex
  File "/opt/acc-bpt/release_2026_01/acc_bpt/shared/BptV2.py", line 288, in build
    analyzed_data = self.bptStatic.analyze(rawdata)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/acc-bpt/release_2026_01/acc_bpt/ps/shared/script_ps_position_h.py", line 245, in analyze
    df[['BPM106 - 1 tour','BPM151 - 1 tour',
  File "/opt/acc-bpt/release_2026_01/venv/lib/python3.11/site-packages/pandas/core/frame.py", line 3968, in __setitem__
    self._setitem_array(key, value)
  File "/opt/acc-bpt/release_2026_01/venv/lib/python3.11/site-packages/pandas/core/frame.py", line 4010, in _setitem_array
    check_key_length(self.columns, key, value)
  File "/opt/acc-bpt/release_2026_01/venv/lib/python3.11/site-packages/pandas/core/indexers/utils.py", line 401, in check_key_length
    raise ValueError("Columns must be same length as key")
ValueError: Columns must be same length as key

    

Generated 2026-01-28 17:07:28.605755+01:00