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 if open URL tranzaction type create #60

Open
PavelSheremetev opened this issue Dec 24, 2018 · 2 comments
Open

Crash if open URL tranzaction type create #60

PavelSheremetev opened this issue Dec 24, 2018 · 2 comments

Comments

@PavelSheremetev
Copy link

PavelSheremetev commented Dec 24, 2018

when opening a transaction link with a type create an application crashes with the error:

/var/lib/parity/etherchain-light/node_modules/levelup/lib/levelup.js:141
    throw new ReadError('get() requires a key argument')
    ^
ReadError: get() requires a key argument
    at LevelUP.get (/var/lib/parity/etherchain-light/node_modules/levelup/lib/levelup.js:141:11)
    at /var/lib/parity/etherchain-light/routes/tx.js:86:10
    at nextTask (/var/lib/parity/etherchain-light/node_modules/async/dist/async.js:5324:14)
    at next (/var/lib/parity/etherchain-light/node_modules/async/dist/async.js:5331:9)
    at /var/lib/parity/etherchain-light/node_modules/async/dist/async.js:969:16
    at Object.callback (/var/lib/parity/etherchain-light/routes/tx.js:83:9)
    at /var/lib/parity/etherchain-light/node_modules/web3/lib/web3/method.js:142:25
    at Object.<anonymous> (/var/lib/parity/etherchain-light/node_modules/web3/lib/web3/requestmanager.js:89:9)
    at /var/lib/parity/etherchain-light/node_modules/web3/lib/web3/ipcprovider.js:66:44
    at Array.forEach (<anonymous>)

@illya-havsiyevych
Copy link

can confirm the same

/home/ubuntu/etherchain-light/node_modules/levelup/lib/levelup.js:141
    throw new ReadError('get() requires a key argument')
    ^
ReadError: get() requires a key argument
    at LevelUP.get (/home/ubuntu/etherchain-light/node_modules/levelup/lib/levelup.js:141:11)
    at /home/ubuntu/etherchain-light/routes/tx.js:86:10
    at nextTask (/home/ubuntu/etherchain-light/node_modules/async/dist/async.js:5324:14)
    at next (/home/ubuntu/etherchain-light/node_modules/async/dist/async.js:5331:9)
    at /home/ubuntu/etherchain-light/node_modules/async/dist/async.js:969:16
    at Object.callback (/home/ubuntu/etherchain-light/routes/tx.js:83:9)
    at /home/ubuntu/etherchain-light/node_modules/web3/lib/web3/method.js:142:25
    at Object.<anonymous> (/home/ubuntu/etherchain-light/node_modules/web3/lib/web3/requestmanager.js:89:9)
    at /home/ubuntu/etherchain-light/node_modules/web3/lib/web3/ipcprovider.js:66:44
    at Array.forEach (<anonymous>)

@illya-havsiyevych
Copy link

maybe this is because of Node v8.10.x

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