You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seen when trying to connect to a turbogeth rpcdaemon:
Traceback (most recent call last):
File "/home/mike/.venvs/solidbyte-env/bin/sb", line 11, in <module>
load_entry_point('solidbyte==1.0.2', 'console_scripts', 'sb')()
File "/home/mike/.venvs/solidbyte-env/lib/python3.8/site-packages/solidbyte-1.0.2-py3.8.egg/solidbyte/cli/handler.py", line 86, in main
IMPORTED_MODULES[args.command].main(parser_args=args)
File "/home/mike/.venvs/solidbyte-env/lib/python3.8/site-packages/solidbyte-1.0.2-py3.8.egg/solidbyte/cli/console.py", line 22, in main
shell = SolidbyteConsole(network_name=network_name)
File "/home/mike/.venvs/solidbyte-env/lib/python3.8/site-packages/solidbyte-1.0.2-py3.8.egg/solidbyte/console/__init__.py", line 37, in __init__
self.web3 = web3c.get_web3(network_name)
File "/home/mike/.venvs/solidbyte-env/lib/python3.8/site-packages/solidbyte-1.0.2-py3.8.egg/solidbyte/common/web3/connection.py", line 147, in get_web3
success = provider.isConnected()
File "/home/mike/.venvs/solidbyte-env/lib/python3.8/site-packages/web3/providers/base.py", line 82, in isConnected
assert 'error' not in response
AssertionError
WARN [12-03|21:37:44.667] Served conn=12.23.56.78:57518 method=web3_clientVersion reqid=0 t="16.448µs" err="the method web3_clientVersion does not exist/is not available"
The text was updated successfully, but these errors were encountered:
Seen when trying to connect to a turbogeth rpcdaemon:
networks.yml entry:
Command:
Seen on the tg node:
The text was updated successfully, but these errors were encountered: