peerchemist / trotter

Trotter does abstraction on creation of NFT tokens on multiple evm-based blockchain networks.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

/list seems to be broken #15

Closed peerchemist closed 3 years ago

peerchemist commented 3 years ago

image

/app/node_modules/safe-event-emitter/index.js:74
      throw err
      ^

Error: PollingBlockTracker - encountered an error while attempting to update latest block:
Error: Unknown Error: project id required in the url

    at Request._callback (/app/node_modules/@trufflesuite/web3-provider-engine/subproviders/rpc.js:57:23)
    at Request.self.callback (/app/node_modules/request/request.js:185:22)
    at Request.emit (events.js:315:20)
    at Request.<anonymous> (/app/node_modules/request/request.js:1154:10)
    at Request.emit (events.js:315:20)
    at IncomingMessage.<anonymous> (/app/node_modules/request/request.js:1076:12)
    at Object.onceWrapper (events.js:421:28)
    at IncomingMessage.emit (events.js:327:22)
    at endReadableNT (internal/streams/readable.js:1327:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
    at PollingBlockTracker._performSync (/app/node_modules/eth-block-tracker/src/polling.js:51:24)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
Emitted 'error' event on Web3ProviderEngine instance at:
    at safeApply (/app/node_modules/safe-event-emitter/index.js:70:5)
    at PollingBlockTracker.SafeEventEmitter.emit (/app/node_modules/safe-event-emitter/index.js:56:5)
    at PollingBlockTracker._performSync (/app/node_modules/eth-block-tracker/src/polling.js:53:16)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.5
peerchemist commented 3 years ago

Pulled latest

{ usenetwork: 'MATIC_TESTNET' }
(node:42) UnhandledPromiseRejectionWarning: Error: Too Many Requests
{
  "originalError": {}
}
    at Object._fireError (/app/node_modules/web3-utils/lib/index.js:50:17)
    at sendTxCallback (/app/node_modules/web3-core-method/lib/index.js:540:30)
    at /app/node_modules/web3-core-requestmanager/lib/index.js:300:20
    at /app/node_modules/@trufflesuite/web3-provider-engine/index.js:238:9
    at /app/node_modules/async/internal/once.js:12:16
    at replenish (/app/node_modules/async/internal/eachOfLimit.js:61:25)
    at /app/node_modules/async/internal/eachOfLimit.js:71:9
    at eachLimit (/app/node_modules/async/eachLimit.js:43:36)
    at /app/node_modules/async/internal/doLimit.js:9:16
    at end (/app/node_modules/@trufflesuite/web3-provider-engine/index.js:217:5)
    at /app/node_modules/@trufflesuite/web3-provider-engine/subproviders/rpc.js:52:18
    at Request._callback (/app/node_modules/@trufflesuite/web3-provider-engine/subproviders/rpc.js:53:11)
    at Request.self.callback (/app/node_modules/request/request.js:185:22)
    at Request.emit (events.js:315:20)
    at Request.<anonymous> (/app/node_modules/request/request.js:1154:10)
    at Request.emit (events.js:315:20)
    at IncomingMessage.<anonymous> (/app/node_modules/request/request.js:1076:12)
    at Object.onceWrapper (events.js:421:28)
    at IncomingMessage.emit (events.js:327:22)
    at endReadableNT (internal/streams/readable.js:1327:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:42) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:42) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Too Many Requests
{
  "originalError": {}
}
(node:42) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1)
peerchemist commented 3 years ago

Still broken.