Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

info subcommand fails with bad arg verbosity #42

Open
ankostis opened this issue May 3, 2017 · 1 comment
Open

info subcommand fails with bad arg verbosity #42

ankostis opened this issue May 3, 2017 · 1 comment

Comments

@ankostis
Copy link

ankostis commented May 3, 2017

When running ./ots info foo.ots I get this exception:

File sha256 hash: 2b1d2e7d12b239beec8d02379e32ad974383c357c0b96ba301ef89af142a6de0
Timestamp:
Traceback (most recent call last):
  File "./ots", line 36, in <module>
    args.cmd_func(args)
  File "D:\Work\ots-client.git\otsclient\cmds.py", line 501, in info_command
    print(detached_timestamp.timestamp.str_tree(verbosity=args.verbosity))
TypeError: str_tree() got an unexpected keyword argument 'verbosity'```
@petertodd
Copy link
Member

Huh, that's really odd... What's your PYTHONPATH?

Sounds like your setup is somehow using the incorrect python-opentimestamps version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants