Skip to content

Instantly share code, notes, and snippets.

@franckc
Created September 23, 2019 22:16
Show Gist options
  • Save franckc/4be29916682c199310eb041448456143 to your computer and use it in GitHub Desktop.
Save franckc/4be29916682c199310eb041448456143 to your computer and use it in GitHub Desktop.
ABI error
[ERROR] event-listener: { Error: GraphQL error: Couldn't decode uint256 from ABI: 0x
at new ApolloError (/app/node_modules/apollo-client/bundle.umd.js:92:26)
at /app/node_modules/apollo-client/bundle.umd.js:1581:34
at /app/node_modules/apollo-client/bundle.umd.js:2001:15
at Set.forEach (<anonymous>)
at /app/node_modules/apollo-client/bundle.umd.js:1999:26
at Map.forEach (<anonymous>)
at QueryManager.broadcastQueries (/app/node_modules/apollo-client/bundle.umd.js:1997:20)
at /app/node_modules/apollo-client/bundle.umd.js:2124:19
at Object.next (/app/node_modules/zen-observable/lib/Observable.js:308:23)
at notifySubscription (/app/node_modules/zen-observable/lib/Observable.js:130:18)
at onNotify (/app/node_modules/zen-observable/lib/Observable.js:165:3)
at SubscriptionObserver.next (/app/node_modules/zen-observable/lib/Observable.js:219:7)
at /app/node_modules/apollo-client/bundle.umd.js:1095:36
at Set.forEach (<anonymous>)
at Object.next (/app/node_modules/apollo-client/bundle.umd.js:1094:21)
at notifySubscription (/app/node_modules/zen-observable/lib/Observable.js:130:18)
at onNotify (/app/node_modules/zen-observable/lib/Observable.js:165:3)
at SubscriptionObserver.next (/app/node_modules/zen-observable/lib/Observable.js:219:7)
at /app/node_modules/apollo-link-schema/lib/index.js:24:30
graphQLErrors:
[ { Error: Couldn't decode uint256 from ABI: 0x
at defaultMergedResolver (/app/node_modules/graphql-tools/dist/stitching/defaultMergedResolver.js:16:36)
at field.resolve (/app/node_modules/graphql-tools/dist/stitching/mergeSchemas.js:206:24)
at resolveFieldValueOrError (/app/node_modules/graphql/execution/execute.js:503:18)
at resolveField (/app/node_modules/graphql/execution/execute.js:470:16)
at executeFields (/app/node_modules/graphql/execution/execute.js:311:18)
at collectAndExecuteSubfields (/app/node_modules/graphql/execution/execute.js:747:10)
at completeObjectValue (/app/node_modules/graphql/execution/execute.js:737:10)
at completeValue (/app/node_modules/graphql/execution/execute.js:626:12)
at /app/node_modules/graphql/execution/execute.js:528:16
message: 'Couldn\'t decode uint256 from ABI: 0x',
locations: [],
path: [Array] } ],
networkError: null,
message: 'GraphQL error: Couldn\'t decode uint256 from ABI: 0x',
extraInfo: undefined } 'will retry in 38.828 seconds, retry count 8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment