question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error on 'test-insight.bitpay.com' - unable to get utxos on testnet.

See original GitHub issue

When I try to getUnspentUtxos() using bitcore-explorer on bitcoin testnet, there is an error. It was working a week before, but now it isn’t working. I figured that the host https://test-insight.bitpay.com/ is been for a week now!

Here is my code

let bitcore = require('bitcore-lib'); const explorers = require('bitcore-explorers'); const insight = new explorers.Insight('testnet'); insight.getUnspentUtxos(address, function(err, utxos) { if (err) { console.log(err); } else { console.log(utxos); }

when I try this, only the entire body of err is logged on my console. The same code was working a week back.

SNAPSHOT OF TESTNET INSIGHT DOWNTIME : Screen Shot 2019-06-18 at 5 11 04 PM Screen Shot 2019-06-18 at 5 11 28 PM

THANKS IN ADVANCE!

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:6
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
0x452commented, Jun 19, 2019

Same problem.

5reactions
wteslercommented, Oct 3, 2019

Still down as of October 2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Testing | BitPay Documentation
Getting Testnet Bitcoin. Open your BitPay wallet and click on the "Receive" tab. Scroll through your wallets to find your testnet wallet. You'll ......
Read more >
Unable to broadcast transaction through insight api - Insight - BitPay
i am preforming a transaction using bitcore and insight api. here is my code var bitcore=require('bitcore-lib'); var explorers ...
Read more >
bitcore-lib to connect to my full running node
I have written a node js application which exposes API to do two things: 1) Get balance of any address 2) Transfer funds...
Read more >
Code Duplication - blocktrail/blocktrail-sdk-nodejs
cashAddrPrefix)}throw new Error("Cash addresses only work on bitcoin ... s=e("q"),a="https://insight.bitpay.com/api",c="https://test-insight.bitpay.com/api" ...
Read more >
How can one send a fake bitcoin transaction which will never ...
It is impossible to send fake but coin transaction on blockchain. ... some site that wasn't checking the mempool (https://test-insight.bitpay.com/tx/send ).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found