electrum-xvg-tor icon indicating copy to clipboard operation
electrum-xvg-tor copied to clipboard

User config file not created during initialization, SYSTEM_CONFIG_PATH not valid for windows

Open harwee opened this issue 7 years ago • 1 comments

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)

harwee avatar Aug 26 '17 04:08 harwee

If I point SYSTEM_CONFIG_PATH to config file in wallet directory, everything transactions work fine.

harwee avatar Aug 26 '17 21:08 harwee