Podcastindex-org / podping-hivewriter

The hive writer component of podping.
MIT License
15 stars 5 forks source link

Bad response from RPCNodeException hangs the server #48

Closed agates closed 2 years ago

agates commented 2 years ago

Brian noticed some of the RPCNodeException exceptions after attempting to write a Hive transaction are resulting in bad malformed error responses:

  File "/home/podping/app/src/podping_hivewriter/podping_hivewriter.py", line 232, in _iri_batch_handler_loop
    iri_batch.iri_set, medium=self.medium, reason=self.reason
  File "/home/podping/app/src/podping_hivewriter/podping_hivewriter.py", line 489, in failure_retry
    if ex.raw_body["error"]["data"]["name"] == "tx_missing_posting_auth":
KeyError: 'name'