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

rpcauth script fails #253

Closed
jonasnick opened this issue Oct 18, 2020 · 0 comments · Fixed by #254
Closed

rpcauth script fails #253

jonasnick opened this issue Oct 18, 2020 · 0 comments · Fixed by #254
Labels
bug Something isn't working

Comments

@jonasnick
Copy link
Member

$ cd examples
$ rm -rf ./secrets
$ nix-shell
Traceback (most recent call last):
  File "/nix/store/g7d8s8kywpigdbzp8r5n2gzqy5m903wb-rpcauth.py", line 6, in <module>
    from argparse import ArgumentParser
  File "/nix/store/r94aa2gj4drkhfvkm2p4ab6cblb6kxlq-python3-3.7.6/lib/python3.7/argparse.py", line 87, in <module>
    import re as _re
  File "/nix/store/r94aa2gj4drkhfvkm2p4ab6cblb6kxlq-python3-3.7.6/lib/python3.7/re.py", line 143, in <module>
    class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'

As a result, the HMAC files in the secrets directory are empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant