Skip to content
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

Configuration wizard hangs #517

Open
shrx opened this issue Dec 10, 2024 · 6 comments
Open

Configuration wizard hangs #517

shrx opened this issue Dec 10, 2024 · 6 comments
Labels
question Further information is requested

Comments

@shrx
Copy link

shrx commented Dec 10, 2024

~/.local/bin/himalaya.exe --version
himalaya v1.0.0 +smtp +sendmail +maildir +wizard +pgp-commands +imap
build: windows gnu x86_64
git: nix-flake-20241209110415, rev ce0b2dd8d378c834bf22600d4ea508baad43dab0
 ~/.local/bin/himalaya.exe
Cannot find configuration at C:\Users\sharix\AppData\Roaming\himalaya\config.toml.
? Would you like to create one with the wizard? (Y/n) Y
# here it just hangs

Tested in local MobaXterm terminal with zsh.

@soywod
Copy link
Member

soywod commented Dec 10, 2024

Did you try different combinations, like straight Enter, y then Enter, Y then Enter?

@soywod soywod added the question Further information is requested label Dec 10, 2024
@shrx
Copy link
Author

shrx commented Dec 10, 2024

Yes, same result in all cases. Additionally, it seems that the argument is not passed to the program:

~/.local/bin/himalaya.exe
Cannot find configuration at C:\Users\sharix\AppData\Roaming\himalaya\config.toml.
? Would you like to create one with the wizard? (Y/n) y
# here I press ctrl+c
y
zsh: y: command not found.

@soywod
Copy link
Member

soywod commented Dec 10, 2024 via email

@soywod
Copy link
Member

soywod commented Dec 10, 2024 via email

@shrx
Copy link
Author

shrx commented Dec 10, 2024

echo $TERM returns xterm. Will try to test the inquire example now.

@soywod
Copy link
Member

soywod commented Dec 12, 2024

Definitely looks like an issue with inquire not supporting your terminal. Any chance for you to try with another one? If the example fails, let me know so I can open an issue on their repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants