You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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?
Description
Traceback
System information
The text was updated successfully, but these errors were encountered: