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

Unable to get UTXO of an address - /address/:address/utxo #1057

Open
nakul91 opened this issue Jun 22, 2024 · 5 comments
Open

Unable to get UTXO of an address - /address/:address/utxo #1057

nakul91 opened this issue Jun 22, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@nakul91
Copy link

nakul91 commented Jun 22, 2024

We are running a custom signet and using Electrs we have enabled the Mempool as well but we are facing issue when we try to get the UTXO for an address apart from this all the other API's seems to be working for example transactions api

@nakul91 nakul91 added the bug Something isn't working label Jun 22, 2024
@Wreit
Copy link

Wreit commented Oct 7, 2024

Experiencing same bug. Any news on this issue?

@romanz
Copy link
Owner

romanz commented Oct 7, 2024

I think that you are running https://github.com/mempool/electrs or https://github.com/Blockstream/electrs... not this repository.

@Wreit
Copy link

Wreit commented Oct 7, 2024

At first I started with your repo on master branch.
And there I firstly encountered this issue, then I tried mempool/elecrts and also there I had same problem.

Could you give me some direction, what I could be doing wrong, or what to check at least so I'm able to solve it?

Thanks 🙂

@romanz
Copy link
Owner

romanz commented Oct 7, 2024

@Wreit
Copy link

Wreit commented Oct 7, 2024

Yes I tried those endpoints from public api those are fine.
I locally run bitcoind + electrs + mempool backend/frontend.

Every other local endpoint is working fine as it should but address/.../utxo is giving me some strange html response with 404 and I don't know why.

I also tried umbrel with bitcoind + electrs and it has same strange html error with 404.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /api/v1/address/1KFHE7w8BhaENAswwryaoccDb6qcT6DbYY/utxo</pre>
</body>
</html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants