You are viewing a single comment's thread from:
RE: update for beem: handling Could not find API exceptions and other node failures
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?
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.
Thanks!