chainlink-polkadot icon indicating copy to clipboard operation
chainlink-polkadot copied to clipboard

An extrinsic failed when initiate request

Open vlyl opened this issue 5 years ago • 1 comments

When practicing this demo with this commit, and do it as this steps:

  • clone the code
  • make run-chain
  • make run-front-end (yarn the front directory before)
  • cd chanlink-substrate; ./setup

Then go to the substrate front end, copy/paste the jobId and to(node address) to the initiate request parameter and click the initiate request button it tells Completed at block hash #0xce66d394fedbf2aabd27ffc92873a3f7aa3ed219319edb5f75377e87c0832af3 below the button and an error in the events column

system:ExtrinsicFailed:: (phase={"ApplyExtrinsic":1})-3
DispatchError: {"module":8,"error":0}, DispatchInfo: {"weight":10000,"class":0,"paysFee":true}
An extrinsic failed.

vlyl avatar Jun 30 '20 14:06 vlyl

I can't seem to be able to complete the demo. However, why are you working on that specific commit?

PatrickAlphaC avatar Jul 06 '20 23:07 PatrickAlphaC