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

Pending Tx page is broken #4

Closed
jwasinger opened this issue Jun 9, 2018 · 0 comments · Fixed by #8
Closed

Pending Tx page is broken #4

jwasinger opened this issue Jun 9, 2018 · 0 comments · Fixed by #8

Comments

@jwasinger
Copy link

To reproduce, make a transaction and then navigate to the endpoint /tx/pending. This is the error I'm seeing:

Error: METHOD_NOT_FOUND: The method being requested is not available on this server
    at Object.InvalidResponse (/home/jwasinger/projects/etherchain-light/node_modules/web3/lib/web3/errors.js:35:16)
    at /home/jwasinger/projects/etherchain-light/node_modules/web3/lib/web3/requestmanager.js:86:36
    at XMLHttpRequest.request.onreadystatechange (/home/jwasinger/projects/etherchain-light/node_modules/web3/lib/web3/httpprovider.js:118:13)
    at XMLHttpRequestEventTarget.dispatchEvent (/home/jwasinger/projects/etherchain-light/node_modules/xhr2/lib/xhr2.js:64:18)
    at XMLHttpRequest._setReadyState (/home/jwasinger/projects/etherchain-light/node_modules/xhr2/lib/xhr2.js:354:12)
    at XMLHttpRequest._onHttpResponseEnd (/home/jwasinger/projects/etherchain-light/node_modules/xhr2/lib/xhr2.js:509:12)
    at IncomingMessage.<anonymous> (/home/jwasinger/projects/etherchain-light/node_modules/xhr2/lib/xhr2.js:469:24)
    at emitNone (events.js:111:20)
    at IncomingMessage.emit (events.js:208:7)
    at endReadableNT (_stream_readable.js:1056:12)

It indicates that the explorer is using an RPC method that cpp-ethereum does not support.

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

Successfully merging a pull request may close this issue.

1 participant