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

Assertion Error #84

Open
9outerhaven opened this issue Mar 6, 2017 · 1 comment
Open

Assertion Error #84

9outerhaven opened this issue Mar 6, 2017 · 1 comment

Comments

@9outerhaven
Copy link

Hello, I keep getting an error when I run the hydrachain client. Have been working on it a few days now, any suggestions? Thanks!

Hydrachain Error:
File "/usr/local/bin/hydrachain", line 11, in
load_entry_point('hydrachain', 'console_scripts', 'hydrachain')()
File "/home//environments/hydrachain/hydrachain/app.py", line 264, in app
pyethapp_app.app()
File "/home//.local/lib/python2.7/site-packages/click/core.py", line 722, in call
return self.main(*args, **kwargs)
File "/home//.local/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/home//.local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home//.local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home//.local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/home//.local/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/pyethapp-1.5.0-py2.7.egg/pyethapp/app.py", line 226, in run
service.register_with_app(app)
File "/home//.local/lib/python2.7/site-packages/devp2p/service.py", line 47, in register_with_app
s = klass(app)
File "/home//environments/hydrachain/hydrachain/hdc_service.py", line 200, in init
self.consensus_privkey)
File "/home//environments/hydrachain/hydrachain/consensus/manager.py", line 105, in init
assert self.contract.isvalidator(self.coinbase)
File "/home//environments/hydrachain/hydrachain/consensus/contract.py", line 17, in isvalidator
assert len(self.validators)
AssertionError

@KRYPTOHAUS
Copy link

@heikoheiko

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

2 participants