deep-foundation / deeplinks

https://discord.gg/deep-foundation
The Unlicense
14 stars 9 forks source link

Unable to reserve big amount of links #264

Open FreePhoenix888 opened 1 year ago

FreePhoenix888 commented 1 year ago

Code

await deep.reserve(30000)

Error

ApolloError: http exception when calling webhook
    at new ApolloError (/home/freephoenix888/Programming/deep/object-to-links-async-converter/node_modules/@apollo/client/errors/index.js:28:28)
    at /home/freephoenix888/Programming/deep/object-to-links-async-converter/node_modules/@apollo/client/core/QueryManager.js:103:47
    at both (/home/freephoenix888/Programming/deep/object-to-links-async-converter/node_modules/@apollo/client/utilities/observables/asyncMap.js:16:53)
    at /home/freephoenix888/Programming/deep/object-to-links-async-converter/node_modules/@apollo/client/utilities/observables/asyncMap.js:9:72
    at new Promise (<anonymous>)
    at Object.then (/home/freephoenix888/Programming/deep/object-to-links-async-converter/node_modules/@apollo/client/utilities/observables/asyncMap.js:9:24)
    at Object.next (/home/freephoenix888/Programming/deep/object-to-links-async-converter/node_modules/@apollo/client/utilities/observables/asyncMap.js:18:26)
    at notifySubscription (/home/freephoenix888/Programming/deep/object-to-links-async-converter/node_modules/zen-observable/lib/Observable.js:135:18)
    at onNotify (/home/freephoenix888/Programming/deep/object-to-links-async-converter/node_modules/zen-observable/lib/Observable.js:179:3)
    at SubscriptionObserver.next (/home/freephoenix888/Programming/deep/object-to-links-async-converter/node_modules/zen-observable/lib/Observable.js:235:7) {
  graphQLErrors: [
    {
      extensions: [Object],
      message: 'http exception when calling webhook'
    }
  ],
  protocolErrors: [],
  clientErrors: [],
  networkError: null,
  extraInfo: undefined
}