-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[playback] Playback failing says existing column is missing #2102
Comments
Thanks @frosencrantz. |
Thank you again, Saul! It looks like it worked. |
I'm having a similar problem of it choking on a column name during playback. Should this be reopened or should I create a new issue? In the attached I'm trying to create a macro that will show Reddit dumps consistently. My goal is to hide all columns but 5 and create an iso column. https://asciinema.org/a/sKvTyL5MfBqdeZCE5t9xTpOTo
|
Small description
Playback failing says existing column is missing
Expected result
No errors due to columns that exist
Actual result with screenshot
https://asciinema.org/a/4Kop1pUil70qoHUWMpoCfvvBW
Using sample_data/benchmark.csv
No error other than in the status log:
no "Date" Column on benchmark
visidata/cmdlog.py:263:moveToReplayContext()
Steps to reproduce with sample data and a .vd
cat /tmp/benchmark_cmdlog.vdj
Additional context
Please include the version of VisiData and Python. Latest develop and Python 3.9.2
I will note that on different hosts I see the behavior, in slightly different ways. Sometimes I need to pipe the input on STDIN to see it. But in example here it did not require it. But if you have difficulty reproducing then it could be related to some sort of timing.
The text was updated successfully, but these errors were encountered: