You are viewing a single comment's thread from:

RE: update for beem: handling Could not find API exceptions and other node failures

in #beem5 years ago

handle Client returned invalid format. Expected JSON! and switch to next node

cool! I was also getting this error many times these days. What's the exact logic? a block is always fetched as a whole block? So no duplicated transactions are possible?

Sort:  

When a node returns an invalid json, I'm switching the next node in list and retry the some call, so no duplicated transaction possible.