-
Notifications
You must be signed in to change notification settings - Fork 171
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
README note: don't mount .img before signature verification #539
Conversation
Here's what happens when I run Note: I needed to
|
Note the manual installation instructions here: https://github.com/SeedSigner/seedsigner/blob/dev/docs/manual_installation.md#install-zbar Errors reading Compact SeedQR format most likely point to an incompatibility with reading raw byte data format out of a QR code. Also verify that you're running with our fork of pyzbar: |
Thanks. I'm running the tests locally, as opposed to in Docker. I was able to |
Description
Clarify instructions for new users. If you happen to double click the .img before running the verification code on a Mac
then verification fails and it looks scary for no reason.
This pull request is categorized as a:
Checklist
pytest
and made sure all unit tests pass before sumbitting the PRIf you modified or added functionality/workflow, did you add new unit tests?
I have tested this PR on the following platforms/os:
Note: Keep your changes limited in scope; if you uncover other issues or improvements along the way, ideally submit those as a separate PR. The more complicated the PR the harder to review, test, and merge.