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

OSError: [Errno 22] Invalid argument: 'c:\\users\\kris636\\appdata\\roaming\\electrumabc\\wallets\\baby636#86037.8835595521🔑\n.tmp.1892' #242

Open
baby636 opened this issue Sep 18, 2022 · 2 comments

Comments

@baby636
Copy link

baby636 commented Sep 18, 2022

Description

Traceback

Traceback (most recent call last):
  File "electroncash_gui\qt\main_window.py", line 675, in new_wallet
  File "electroncash_gui\qt\__init__.py", line 623, in start_new_window
  File "electroncash_gui\qt\__init__.py", line 667, in _start_wizard_to_select_or_create_wallet
  File "electroncash\base_wizard.py", line 591, in create_storage
  File "electroncash\util.py", line 372, in <lambda>
  File "electroncash\util.py", line 368, in do_profile
  File "electroncash\storage.py", line 86, in write
  File "electroncash\storage.py", line 98, in _write
OSError: [Errno 22] Invalid argument: 'c:\\users\\kris636\\appdata\\roaming\\electrumabc\\wallets\\baby636#86037.8835595521🔑\n.tmp.1892'

System information

  • Electrum ABC version: 5.1.5
  • Python version: 3.8.9 (tags/v3.8.9:a743f81, Apr 6 2021, 13:22:56) [MSC v.1928 32 bit (Intel)]
  • Operating system: Windows-10-10.0.22000-SP0
  • Wallet type: standard
  • Locale: de_DE
@PiRK
Copy link
Collaborator

PiRK commented Sep 28, 2022

Weird. Looks like the ElectrumWindow.new_wallet generated a filename containing a newline. I will have to figure out how to reproduce this before I can fix it.

Did you somehow change the default wallet path? Or pass a command line argument (-w or --wallet) when starting the program?

@Saeed149
Copy link

Hi

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

No branches or pull requests

3 participants