-
I have an mcap file containing some log data, but when I try to open it to view the data in foxglove studio it says "This file is unindexed". I haven't been able to find anywhere that says what this means or what I can do to fix the file. |
Beta Was this translation helpful? Give feedback.
Answered by
achim-k
Nov 6, 2024
Replies: 1 comment 9 replies
-
MCAP files can be written with or without an index (https://mcap.dev/spec). Files with an index work much better. How did you produce your mcap file? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you correctly closing the writer by calling close() ?