Closed msuess closed 6 years ago
This is weird. I remember getting the same error a couple of months ago, and am not getting it any more. Not sure what fixed it. Just tried fetching token registry data via (commiteth.eth.token-registry/load-parity-tokenreg-data)
while connected to Ropsten via Infura, and it works fine.
Can you please post your config.edn
here? Just remove your eth-account
, eth-password
, eth-wallet-file
settings.
Forget it guys, somehow I ended up with an invalid value for :tokenreg-addr
in my config-dev.edn
. I just tried it again and everything seems fine. Sorry for the false alarm.
User Story
As a developer, I want to be able to execute
lein run
so that I contribute to the project.Description
Type: Bug
Summary: After cloning the repo and following the instructions in in the readme,
lein run
crashed on me with this error:Expected behavior
lein run
starts the appActual behavior
lein run
crashesReproduction
master
env/dev/resources/config.edn
toconfig-dev.edn
config-dev.edn
according to readmelein run
Solution
Summary: Adding this to the config fixes the issue:
The readme mentions to add
:testnet-token-data
in case of Geth connectivity problems, however I was using infura and the error message did not indicate a connectivity problem to me.I'm unsure why this fixes it. @martinklepsch can probably explain better, since he provided the fix.