-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dealing with bad error response from Hive RPC
Adding some logic to stop this response from Hive bringing down the hivewriter. ``` File "/home/podping/app/.venv/lib/pypy3.8/site-packages/lighthive/client.py", line 167, in validate_response raw_body=response, lighthive.exceptions.RPCNodeException: Internal Error During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/podping/app/src/podping_hivewriter/podping_hivewriter.py", line 495, in failure_retry ex.raw_body["error"]["data"]["name"] KeyError: 'name' ```
- Loading branch information
1 parent
0f9759a
commit c6d11e1
Showing
2 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "podping-hivewriter" | ||
version = "1.2.4" | ||
version = "1.2.5" | ||
license = "MIT" | ||
authors = ["Alecks Gates <[email protected]>", "Brian of London <[email protected]>"] | ||
maintainers = ["Alecks Gates <[email protected]>", "Brian of London <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters