lbryio / hub

MIT License
16 stars 15 forks source link

Treat lbcd RPC response=None as a WarmingUpError. #93

Closed moodyjon closed 2 years ago

moodyjon commented 2 years ago

Fixes #92

It seems like this is a transient state similar to the "warming up" state that happens during reorg tests. The problem is that result=None so result['error'] raises an exception. When the block fetcher loop crashes, the test (reorg_drop_claim, reorg_change_claim_height) times out.