Open Topema opened 6 years ago
same here for me
Error: Invalid JSON RPC response: ""
at Object.InvalidResponse (/Users/xxx/ws/boba/node_modules/truffle-hdwallet-provider/node_modules/web3/lib/web3/errors.js:35:16)
at XMLHttpRequest.request.onreadystatechange (/Users/xxx/ws/boba/node_modules/truffle-hdwallet-provider/node_modules/web3/lib/web3/httpprovider.js:115:32)
at XMLHttpRequestEventTarget.dispatchEvent (/Users/xxx/ws/boba/node_modules/xhr2/lib/xhr2.js:64:18)
at XMLHttpRequest._setReadyState (/Users/zzn/ws/boba/node_modules/xhr2/lib/xhr2.js:354:12)
at XMLHttpRequest._onHttpRequestError (/Users/xxx/ws/boba/node_modules/xhr2/lib/xhr2.js:544:12)
at ClientRequest.<anonymous> (/Users/xxx/ws/boba/node_modules/xhr2/lib/xhr2.js:414:24)
at ClientRequest.emit (events.js:159:13)
at TLSSocket.socketErrorListener (_http_client.js:389:9)
at TLSSocket.emit (events.js:159:13)
at emitErrorNT (internal/streams/destroy.js:64:8)
at process._tickCallback (internal/process/next_tick.js:152:19)
Also mentioned in #43
Same here for me
did anyone solve this issue?
Not a solution, but a tip: XMLHttpRequest has a weakness in it's implementation that it strips off error information when ready state is set. For whoever is inclined it is possible to see that information if the app is run in a debugger and breakpoint put inside XMLHttpRequest._onHttpRequestError(). The error parameter of that function should give a hint of what is going on.
Any updates on this?
I am also facing this issue especially if the smart contract is returning array of uints of length more than 1000. Some times it works some times it doesnt works. Any update on this issue.
Almost 3 years passed, the issue still exists...
Hello everyone.
I am developing an API using truffle-hdwallet-provider. The fact is that when I make calls to the API, most of the times it works, buteven if ti works, is very common for me to get error and the times it comes out, sometimes it works and sometimes it does not.
I am working with the rinkeby testnet, I have been
Estoy interactuando con rinkeby, I've been trying to fix this problem for a couple of days, but I can not find a solution anywhere
Thank you so much in advance for your help!!