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

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

Open
harwee opened this issue Aug 26, 2017 · 1 comment

Comments

@harwee
Copy link

harwee commented Aug 26, 2017

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
Copy link
Author

harwee commented Aug 26, 2017

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

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

No branches or pull requests

1 participant