chainlink-polkadot
chainlink-polkadot copied to clipboard
An extrinsic failed when initiate request
When practicing this demo with this commit, and do it as this steps:
- clone the code
make run-chainmake 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.
I can't seem to be able to complete the demo. However, why are you working on that specific commit?