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

python313Packages.rns: Using the RNode interface over BLE requires a the "bleak" module to be installed. #373080

Open
devurandom opened this issue Jan 12, 2025 · 0 comments
Labels
0.kind: bug Something is broken

Comments

@devurandom
Copy link
Contributor

Describe the bug

rnsd (Reticulum) cannot connect to Bluetooth devices.

Steps to reproduce

Steps to reproduce the behavior:

  1. pkgs.python313Packages = [ pkgs.python313Packages.rns ]
  2. Configure an interface with type = RNodeInterface and port = ble://ma:ca:dd:re:ss (see https://reticulum.network/manual/interfaces.html#rnode-lora-interface)
  3. Observe error:
[2025-01-12 02:10:02] [Notice] Opening BLE connection for RNodeInterface[RNode LoRa Interface]...
[2025-01-12 02:10:02] [Critical] Using the RNode interface over BLE requires a the "bleak" module to be installed.
[2025-01-12 02:10:02] [Critical] You can install one with the command: python3 -m pip install bleak

Expected behavior

rnsd with port = ble://... connects to the Bluetooth device.

Screenshots

Additional context

Metadata

  • system: "x86_64-linux"
  • host os: Linux 6.12.8, NixOS, 25.05 (Warbler), 25.05.20250108.bffc22e
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.24.11
  • channels(root): "nixos"
  • nixpkgs: /nix/store/v0g0bxsd5gw6k0jz2855f8h7l1218925-source

Notify maintainers

@fabaff, @qbit


Note for maintainers: Please tag this issue in your PR.


Add a 👍 reaction to issues you find important.

@devurandom devurandom added the 0.kind: bug Something is broken label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant