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

Crash when opening contract hash after new contract is uploaded #65

Open
lychongaa opened this issue Jun 21, 2019 · 0 comments
Open

Crash when opening contract hash after new contract is uploaded #65

lychongaa opened this issue Jun 21, 2019 · 0 comments

Comments

@lychongaa
Copy link

lychongaa commented Jun 21, 2019

I have set up two nodes node0 and node1 with parity by following their tutorial on Ubuntu 18.04. I have deployed a contract with python web3, and the contract successfully deployed and is displayed in the home of ethereum light.
image

But when I try to enter the hash page of the contract deployment transaction, etherchain-light crashes with the following error:
npm ERR! Linux 4.18.0-22-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! etherchain-light@0.0.0 start: node ./bin/www
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the etherchain-light@0.0.0 start script 'node ./bin/www'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the etherchain-light package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./bin/www
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs etherchain-light
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls etherchain-light
npm ERR! There is likely additional logging output above.

Why is this happening and how can I fix it? Thanks

@lychongaa lychongaa changed the title Crash when opening contract has after new contract is uploaded Crash when opening contract hash after new contract is uploaded Jun 21, 2019
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