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

CLI Wallet can't load filenames with spaces in them #9230

Open
tidux opened this issue Mar 10, 2024 · 3 comments
Open

CLI Wallet can't load filenames with spaces in them #9230

tidux opened this issue Mar 10, 2024 · 3 comments

Comments

@tidux
Copy link

tidux commented Mar 10, 2024

Several wallets including Cake and Feather allow loading of filenames with spaces in them, and Cake names wallets with multiple spaced words by default. Entering the spaced name when prompted by the CLI resulted in it not finding the wallet, but renaming the wallet and wallet.keys files to remove spaces allowed the CLI Wallet to load them. I'm not sure if this is a deliberate limitation in the CLI wallet or a parser bug.

@plowsof
Copy link
Contributor

plowsof commented Mar 10, 2024

Spaces in filenames have to be escaped when typing in the terminal. That is out of scope for the Monero CLI and more an issue with your operating system or whichever terminal you are using

@tidux
Copy link
Author

tidux commented Mar 11, 2024

This isn't from the shell though, this is the interactive prompt within the wallet program when started without a --wallet or --restore-from-foo option.

@moneromooo-monero
Copy link
Collaborator

Works fine here. Double check ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants