Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Eva Shon edited this page Jul 6, 2015 · 19 revisions

##Troubleshooting##

1. Is there a video?

Yes. See Reddit

2. Warning: Couldn't find environment undefined.

This is just a warning for now. Ignore it.

3. truffle deploy is now giving me [Error: Server error: File "testrpc.py", line 232, in eth_compileSolidity | KeyError: 'solidity’]

That’s an probably an issue with your Ethereum testrpc where it doesn’t send compile errors through the RPC. Check out the testrpc output - it should tell you why the contract didn’t compile. If it doesn’t give you a compile error, it means it can’t find solc, the solidity compiler.

Don't have solc or a testrpc?

Clone this wiki locally