We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was giving a try to Bacca and launching the GUI I got the following message:
The device was actually connected and unlocked but apparently it was not detected. Below you can find the log from the polling:
[2024-06-06 14:43:36][ledger_manager_gui::ledger_service][INFO] LedgerService::send_to_gui(Connected(None, None))
I solved it by running the following commands: https://github.com/LedgerHQ/udev-rules/blob/master/add_udev_rules.sh
It could be helpful to add such indications in the documentation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was giving a try to Bacca and launching the GUI I got the following message:
The device was actually connected and unlocked but apparently it was not detected. Below you can find the log from the polling:
[2024-06-06 14:43:36][ledger_manager_gui::ledger_service][INFO] LedgerService::send_to_gui(Connected(None, None))
I solved it by running the following commands:
https://github.com/LedgerHQ/udev-rules/blob/master/add_udev_rules.sh
It could be helpful to add such indications in the documentation.
The text was updated successfully, but these errors were encountered: