You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
I managed to fund the contract but when I try to run the generate-character script truffle exec scripts/generate-character.js --network rinkeby I get this error:
const tx = await dnd.requestNewRandomCharacter("The Chainlink Knight")
StatusError: Transaction: 0xXXXXX exited with an error (status 0).
at module.exports (dungeons-and-dragons-nft/scripts/generate-character.js:6:24)
at processTicksAndRejections (node:internal/process/task_queues:94:5)
The console output seems to indicate that there is an issue with the requestNewRandomCharacter method but to the best of my knowledge it is called correctly. Any support will be much appreciated!
The text was updated successfully, but these errors were encountered:
I managed to fund the contract but when I try to run the generate-character script
truffle exec scripts/generate-character.js --network rinkeby
I get this error:The console output seems to indicate that there is an issue with the
requestNewRandomCharacter
method but to the best of my knowledge it is called correctly. Any support will be much appreciated!The text was updated successfully, but these errors were encountered: