Closed hcc-donder closed 3 weeks ago
This shares the same upstream cause as #659 The latest version of Rich adds an assert, which causes this crash, instead of a hang. I will need to bump the Textual version to 0.85.0 to fix this issue in Harlequin
@hcc-donder I just encountered this issue too, attempting to run Harlequin on WSL (Ubuntu) on Windows 11. I was able to resolve this for now by manually bumping Textual to latest (0.85.1) within my Python virtual env:
pip install textual==0.85.1
@tconbeer thanks for the time save and thanks for this wonderful tool!
Before Proceeding, please acknowledge:
Describe the bug
Installed and tried to run the command
harlequin
at the command line. Harlequin crashes with a long Traceback report.To Reproduce
Installed and tried to run the command
harlequin
at the command line.Expected behavior
To open harlequin with the default database selected.
Actual behavior
Crashes with the following:
Contributing Are you interested in contributing a fix?
What is the output of
harlequin --version
?What database adapter are you using with Harlequin? (Default is
duckdb
)I have installed duckdb, sqlite, and odbc but using the default.
What other options are you using when invoking Harlequin? (If you are using a profile, please add relevant items from your profile here).
I get this error whether I am using a profile or not. I deleted my profile after getting this error and still receive the error.
Can you tell us more about your system?
How did you install Harlequin?