Skip to main content

Troubleshooting issues with developer tools

ToolError LogSolution
terpdproviding flags to docker run become flags for docker and not for terpdrun docker in interactive mode: docker run -it ...
terpd*raw_log: 'out of gas in location: ReadFlat; gasWanted: 0, gasUsed: 1000: out of gas'**Make sure to add the correct flags by checking the fees page
terpdError: error:0308010C:digital envelope routines::unsupportedIf you are using Linux or Unix, run: export NODE_OPTIONS=--openssl-legacy-provider. For windows, run set NODE_OPTIONS=--openssl-legacy-provider
terpd*Error: Error: spawn terpd ENOENT**Please make sure to add the GOPATH. From your Linux shell, you can launch: export GOPATH=$HOME/go export PATH=$PATH:$GOROOT/bin:$GOPATH/bin** and then update your terminal shell by launching: source ~/.profile*
allError: Transaction with ID … was submitted but was not yet found on the chain. You might want to check laterEach chain has a max gas setting that depends on the genesis file, and if the computation requires more gas than that it will never be included in a block