Scribery / tlog

Terminal I/O logger
http://scribery.github.io/tlog/
GNU General Public License v2.0
310 stars 52 forks source link

tlog-play: Message ID is out of order even with --lax #331

Open hostingnuggets opened 3 years ago

hostingnuggets commented 3 years ago

Using tlog-play to playback user sessions logged by tlog-session-rc into a file I get the following error after a while even using the --lax parameter:

Message ID is out of order
Failed reading the source at line 10

This is tlog version 11.

justin-stephenson commented 3 years ago

Is it a single recording, or could it be you have multiple recordings logged to the same file? If it is the latter, then we added support for playing back a single recording from the file:

tlog-play(8)                                             System Manager's Manual                                             tlog-play(8)

       -m, --file-match=STRING
              Playback explicit recording id specified in STRING.

              STRING is the recording id of the recording the "file" reader should seek to for playback.