Can't replay join (related to fancy chooser) #934
-
I'm just getting started with visidata, so I'm assuming I'm missing something. I have the "dedupe" (v0.1.0) plugin installed, and want to get a list of folks who have booked multiple appointments. (See this gist for sample file.) I can do exactly what I want in a manual session, and even successfully save the cmdlog. When I replay the cmdlog, it aborts with an error:
My total run is:
If I look for an error sheet (via I've got no idea what that error means -- any pointers? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey @hwine! We have several bugs open for the fancy chooser not being compatible with replay, and unfortunately that is the culprit here. In newer versions of VisiData, I believe it is off by default for that reason. You can either upgrade or add |
Beta Was this translation helpful? Give feedback.
-
Btw, thanks for such a detailed bug report! It helped me identify the problem at a quick glance. =) |
Beta Was this translation helpful? Give feedback.
-
Ah "fancy chooser" -- that's why I couldn't find a bug ;) Thanks for the quick response -- I had no idea I was so far behind Setting the option did the trick! |
Beta Was this translation helpful? Give feedback.
Hey @hwine!
We have several bugs open for the fancy chooser not being compatible with replay, and unfortunately that is the culprit here. In newer versions of VisiData, I believe it is off by default for that reason.
You can either upgrade or add
options.fancy_chooser = False
to your visidatarc =).