The dataset viewer is not available for this split.
Server error while post-processing the rows. This occured on row 2172. Please report the issue.
Error code:   TransformRowsProcessingError
Exception:    IndexError
Message:      list index out of range
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/rows_utils.py", line 35, in _transform_row
                  transformed_row[featureName] = get_cell_value(
                                                 ^^^^^^^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/viewer_utils/features.py", line 412, in get_cell_value
                  return audio(
                         ^^^^^^
                File "/src/libs/libcommon/src/libcommon/viewer_utils/features.py", line 172, in audio
                  return create_audio_file(
                         ^^^^^^^^^^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/viewer_utils/asset.py", line 128, in create_audio_file
                  segment: AudioSegment = AudioSegment.from_file(tmpfile.name)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/pydub/audio_segment.py", line 734, in from_file
                  audio_codec = audio_streams[0].get('codec_name')
                                ~~~~~~~~~~~~~^^^
              IndexError: list index out of range

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.