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
$ cktap json
Enter spending code:
Traceback (most recent call last):
File "/opt/homebrew/bin/cktap", line 8, in<module>sys.exit(main())
File "/opt/homebrew/lib/python3.10/site-packages/click/core.py", line 1130, in __call__
return self.main(*args, **kwargs)
File "/opt/homebrew/lib/python3.10/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/opt/homebrew/lib/python3.10/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/homebrew/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/homebrew/lib/python3.10/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/opt/homebrew/lib/python3.10/site-packages/cktap/cli.py", line 813, in json_dump
rv['account'] = int(path_comps[-1][:-1])
TypeError: 'int' object is not subscriptable
$ cktap version
1.0.3
The text was updated successfully, but these errors were encountered:
I get a
TypeError
oncktap json
command:This is the output:
The text was updated successfully, but these errors were encountered: