Git Product home page Git Product logo

Comments (5)

greenaddress avatar greenaddress commented on June 26, 2024 1

I always rebuild both which is a no op when not needed. I suggest you use that too in your scripts but we should make it more obvious on the README too!

from esplora.

greenaddress avatar greenaddress commented on June 26, 2024

@Kexkey Are you sure you are not connecting to an old instance or maybe some kind of cache?

from esplora.

Kexkey avatar Kexkey commented on June 26, 2024

I stopped the esplora container, deleted all the Docker images (the esplora one as well as all the intermediary (cache) ones) to make sure no cached images were used and rebuilt it. I get the ame error.

In logs/electrs-bitcoin.log I can see:

2019-03-06T20:22:19.182+00:00 - WARN - HttpError(404, "endpoint does not exist \"/mempool/recent\"")

as well as endpoint does not exist "/mempool/recent"Β in the web page when accessing https://explorer.kexkey.com/tx/recent.

I'll try to dig a little more to understand what's going on.

from esplora.

Kexkey avatar Kexkey commented on June 26, 2024

Oh! I just found the "blockstream/esplora-base" image locally that's 2 weeks old that I didn't delete! Pretty sure that's the problem. BRB in a few minutes. :)

from esplora.

Kexkey avatar Kexkey commented on June 26, 2024

Ok that was it.

Suggestion: avoid using "latest" tag on Docker images. It is a known problem, that tag is nothing more than a regular string and is not a reference to the actual latest image. I had to face all sort of problems myself when publishing new releases when I was using that tag. In this case, I had locally the "blockstream/esplora-base:latest" image from 2 weeks ago. Docker dumbly used it instead of downloading the new "latest" tag since it doesn't know it's not the same image (it doesn't compare the hash/digests).

So you got a good call when you suggested to have a look at any caches on my side! :) Thanks again!

from esplora.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.