-
Notifications
You must be signed in to change notification settings - Fork 41
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
echo "{'A': 1234}" | python3 hc1_sign.py | python3 hc1_verify.py #16
Comments
It may be a python version/lib thing - but more likely is something in the payload you are sending into hc1_sign.py.
Try with something as simple as:
echo '{ "foo": "bar" }' | ./hc1_sign.py
or pipe your JSON through 'jq' or a json linter.
|
i have the same error |
@dirkx @barmosseri @Isacco00 try this cmd
|
Done and apologies for the tardiness!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any idea whats wrong?
The text was updated successfully, but these errors were encountered: