Skip to content

EOFError: Compressed file ended before the end-of-stream marker was reached #22452

@galaxyproject-sentryintegration

Description

Sentry Issue: GALAXY-MAIN-4KSCZZZ0015JX

EOFError: Compressed file ended before the end-of-stream marker was reached
(7 additional frame(s) were not displayed)
...
  File "galaxy/web/framework/base.py", line 275, in handle_request
    body = method(trans, **kwargs)
  File "galaxy/webapps/galaxy/controllers/dataset.py", line 133, in display
    display_data, headers = data.datatype.display_data(
  File "galaxy/datatypes/tabular.py", line 204, in display_data
    return self.get_chunk(trans, dataset, 0), headers
  File "galaxy/datatypes/tabular.py", line 147, in get_chunk
    ck_data, last_read = self._read_chunk(trans, dataset, offset, ck_size)
  File "galaxy/datatypes/tabular.py", line 160, in _read_chunk
    ck_data = f.read(ck_size or trans.app.config.display_chunk_size)

Uncaught Exception

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Triage/Discuss

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions