-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi I got new error this morning:
sovrin> connect test
New keyring Default created
Active keyring set to "Default"
Client sovrin9IwKVH initialized with the following node registry:
Error while running coroutine shell: IndexError('tuple index out of range',)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.5/bin/sovrin", line 76, in
run_cli()
File "/Library/Frameworks/Python.framework/Versions/3.5/bin/sovrin", line 54, in run_cli
looper.run(cli.shell(*commands))
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plenum/common/looper.py", line 240, in run
return self.loop.run_until_complete(what)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/asyncio/base_events.py", line 387, in run_until_complete
return future.result()
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/asyncio/futures.py", line 274, in result
raise self._exception
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plenum/common/looper.py", line 231, in wrapper
raise ex
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plenum/common/looper.py", line 219, in wrapper
results.append(await coro)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plenum/cli/cli.py", line 977, in shell
self.parse(c)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plenum/cli/cli.py", line 1291, in parse
r = action(matchedVars)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/sovrin/cli/cli.py", line 1499, in _connectTo
self._buildClientIfNotExists(config)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plenum/cli/cli.py", line 467, in _buildClientIfNotExists
self.newClient(clientName=name, config=config)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/sovrin/cli/cli.py", line 353, in newClient
client = super().newClient(clientName, config=config)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plenum/cli/cli.py", line 895, in newClient
config=config)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/sovrin/client/client.py", line 49, in init
config)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plenum/client/client.py", line 131, in init
*lengths)
IndexError: tuple index out of range