Skip to content

Instantly share code, notes, and snippets.

@CosminNechifor
Created October 18, 2018 15:04
Show Gist options
  • Select an option

  • Save CosminNechifor/a675446c70fd1309e15799bd7d299b9e to your computer and use it in GitHub Desktop.

Select an option

Save CosminNechifor/a675446c70fd1309e15799bd7d299b9e to your computer and use it in GitHub Desktop.
Select one of them by index to continue: 0
Enter the password to unlock 0xbCAF9c202Da6FA15EEF390d68BBeC7152e21a0E9:
Checking if the ethereum node is synchronized
Traceback (most recent call last):
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/ui/app.py", line 326, in run_app
contracts[CONTRACT_TOKEN_NETWORK_REGISTRY]['address'],
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/network/blockchain_service.py", line 147, in token_network_registry
contract_manager=self.contract_manager,
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/network/proxies/token_network_registry.py", line 59, in __init__
raise ContractVersionMismatch('Incompatible ABI for TokenNetworkRegistry')
raiden.exceptions.ContractVersionMismatch: Incompatible ABI for TokenNetworkRegistry
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/cosmin/.virtualenvs/raiden/bin/raiden", line 11, in <module>
load_entry_point('raiden', 'console_scripts', 'raiden')()
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/__main__.py", line 11, in main
run(auto_envvar_prefix='RAIDEN') # pylint: disable=no-value-for-parameter
File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/click/core.py", line 1043, in invoke
return Command.invoke(self, ctx)
File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/ui/cli.py", line 397, in run
app = runner.run()
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/ui/runners.py", line 243, in run
return self._start_services()
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/ui/runners.py", line 97, in _start_services
app_ = run_app(**self._options)
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/ui/app.py", line 330, in run_app
handle_contract_version_mismatch('token network registry', registry_contract_address)
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/ui/app.py", line 55, in handle_contract_version_mismatch
hex_addr = to_checksum_address(address)
File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/eth_utils/address.py", line 129, in to_checksum_address
norm_address = to_normalized_address(value)
File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/eth_utils/address.py", line 75, in to_normalized_address
hex_address = hexstr_if_str(to_hex, value).lower()
File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/eth_utils/conversions.py", line 157, in hexstr_if_str
return to_type(primitive, hexstr=hexstr)
File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/eth_utils/decorators.py", line 73, in wrapper
_assert_one_val(*args, **kwargs)
File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/eth_utils/decorators.py", line 39, in _assert_one_val
"Instead, values were: %r, %r" % (args, kwargs)
TypeError: Exactly one of the passed values can be specified. Instead, values were: (None,), {'hexstr': None}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment