-
Notifications
You must be signed in to change notification settings - Fork 590
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
zoxide: unsupported version (got 0, supports 3) #954
Comments
I have same issue on zoxide 0.9.4 [share]$ cd . db.zo only is 110bytes and does not get bigger as I would expect. |
Note: I am using bash on Rocky Linux. \LSB Version: :core-4.1-amd64:core-4.1-noarch |
I had the same issue, and it was because my disk had no more free space. Deleting some large files fixed it in my case. |
Thanks @kmkurn !!!! |
Glad that it worked for you too @levibeeching. I was also running it on a HPC server with a disk quota. A more accurate error message would be really helpful here. |
Hi all, I'm receiving a warning/error every time I use z to change directories:
yoda[0]:~$ z /space/yoda/2/users/datasets/AABC_data_freeze_1/
zoxide: unsupported version (got 0, supports 3)
yoda[0]:AABC_data_freeze_1$ z
zoxide: unsupported version (got 0, supports 3)
yoda[0]:~$
It also happens with 'cd' when zoxide is installed:
yoda[0]:~$ cd /space/yoda/2/users/datasets/AABC_data_freeze_1/
zoxide: unsupported version (got 0, supports 3)
It doesn't happen when changing to the directory I'm already in:
yoda[0]:AABC_data_freeze_1$ cd /space/yoda/2/users/datasets/AABC_data_freeze_1/
yoda[0]:AABC_data_freeze_1$ z /space/yoda/2/users/datasets/AABC_data_freeze_1/
yoda[0]:AABC_data_freeze_1$
An exact-string Google search reveals only one other issue that mentions this: #807
The poster was able to fix the issue by deleting their database, but for me even a complete uninstall-reinstall did not fix the issue.
The text was updated successfully, but these errors were encountered: