electrum-xvg-tor
electrum-xvg-tor copied to clipboard
User config file not created during initialization, SYSTEM_CONFIG_PATH not valid for windows
User config file is not generated when initializing wallet for the first time and SYSTEM_CONFIG_PATH is not valid for windows system. This results in empty config file when startup which causes error
File "E:\electrum-xvg-tor\lib\network.py", line 104, in deserialize_server
host, port, protocol = str(server_str).split(':')
ValueError: need more than 1 value to unpack
and
server_str == None
self.config.get('server') returns None(edited)
If I point SYSTEM_CONFIG_PATH to config file in wallet directory, everything transactions work fine.