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

Empty message box during firmware update #315

Open
brevilo opened this issue Nov 27, 2024 · 7 comments
Open

Empty message box during firmware update #315

brevilo opened this issue Nov 27, 2024 · 7 comments

Comments

@brevilo
Copy link

brevilo commented Nov 27, 2024

Version: 2.3.3
OS: macOS 14.7.1

When updating the firmware the device reboots into bootloader mode. At that point a second message box appears. Apart from an exclamation mark, Cancel and OK (default) buttons, no message is shown. Hitting OK continues the update but I'd really like to make an informed decision :) I could reproduce this with a second device.

Also, after a first firmware update any subsequent update (same or other device) doesn't show the please-confirm-by-touching (at the start of the process) message anymore.

Cheers

@robin-nitrokey
Copy link
Member

Thanks for the report! The empty message box is a known problem in v2.3.3, see the release notes, and can be ignored safely.

@brevilo
Copy link
Author

brevilo commented Nov 27, 2024

Yep, I figured that's the one. Feel free to close the issue.

@robin-nitrokey
Copy link
Member

I think it’s not fixed yet so I’d keep it open for the moment.

@daringer
Copy link
Collaborator

thx for the report @brevilo - you are on Mac, could you share how you installed the nitrokey-app2 ?

@brevilo
Copy link
Author

brevilo commented Nov 27, 2024

PyPI (#289)

@daringer
Copy link
Collaborator

oh nice, thx forgot about this issue - can you elaborate how exactly ? pipx? maybe even somehing like a ELI5 for other mac users? I'd like to add this here as a usable installation way for mac.

@brevilo
Copy link
Author

brevilo commented Nov 27, 2024

Always Pipenv 😎

ELI5s:

  • Install
    mkdir nitrokeyapp
    cd nitrokeyapp
    pipenv install nitrokeyapp
    
  • Run
    [cd nitrokeyapp]
    pipenv run nitrokeyapp
    
  • Update
    [cd nitrokeyapp]
    pipenv update
    

Hope this helps

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

3 participants