Created
October 19, 2021 18:54
-
-
Save jeremyd/4ea5ea3e1e33e3c771802f7494f183ae to your computer and use it in GitHub Desktop.
dgql-connection-error.log
This file contains hidden or 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
2021-10-19T11:51:45.853-0700 executing graphql request over gRPC {"request": {"query":"subscription ($query: String!, $cursor: String, $limit: Int64) {\n searchTransactionsForward(query: $query, limit: $limit, cursor: $cursor) {\n undo\n cursor\n trace {\n block {\n num\n id\n confirmed\n timestamp\n previous\n }\n id\n matchingActions {\n account\n name\n json\n seq\n receiver\n }\n }\n }\n}","variables":{"limit":"0","query":"-action:onblock && account:playuplandme"}}} | |
2021-10-19T11:51:46.415-0700 about to request to receive a graphql response from gRPC stream | |
2021-10-19T11:51:46.695-0700 graphql gRPC initial stream context has been canceled or timed out, returning its error right away {"error": "context canceled"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment