13775/truffle-tutorials-error-recipient-address-contract-address
I am trying to execute the tutorial present here: https://truffleframework.com/tutorials/debugger-variable-inspection
But when I run the truffle migrate command, I get this error
Error: Attempting to run transaction which calls a contract function, but recipient address 0x638a5f7b3047fcb90dd06afef527c0b96ee4df83 is not a contract address
How to solve this?
It appears like you have already migrated before and this error is caused because there also exists file as a result of previous migration.
To solve this, run your migrate command with reset option:
truffle migrate –reset
Try the following: // Initialize contract variable with ...READ MORE
Looks like you have files missing. Try creating project with: truffle ...READ MORE
I guess you have ganache running already ...READ MORE
Try compiling and migrating the contract: $ truffle ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
{ "nonce": "0x0000000000000042", "difficulty": "0x000000100", "alloc": { }, "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", "coinbase": "0x0000000000000000000000000000000000000000", "timestamp": "0x00", "parentHash": ...READ MORE
First try restarting the system and then ...READ MORE
You are connecting using WS but have ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.