Skip to content

Configuration Failed . Exitting #15

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

Closed
ghost opened this issue Jan 28, 2017 · 1 comment
Closed

Configuration Failed . Exitting #15

ghost opened this issue Jan 28, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 28, 2017

I was install vlany in Ubuntu 16.04 VMWare but always shown a error
"Configuration Failed . Exitting "
when i use cli mode
Error was shown like this :
Traceback (most recent call last):
File "config.py", line 491, in
main()
File "config.py", line 481, in main
const_h_setup()
File "config.py", line 207, in const_h_setup
const_h += '#define VLANY_PASSWORD "' + xor(crypt.crypt(VLANY_PASSWORD, "$6%0s" % (''.join(random.choice(string.ascii_lowercase + string.ascii_uppercase + string.digits) for x in range(12))))) + '"\n'
File "config.py", line 169, in xor
return ''.join(list('\x'+hex(ord(x) ^ 0xac)[2:] for x in str_))
TypeError: 'NoneType' object is not iterable
Configuration failed. Exiting.

Please help me and thanks for your attention
Sorry for bad english

@unixfox
Copy link
Collaborator

unixfox commented Jan 28, 2017

It's my fault like I said here: #13 (comment)
I'll revert the pull request that causes this problem.

unixfox added a commit that referenced this issue Jan 28, 2017
Revert "Backward compatibility for old version of python" closes #15
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