You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The device is connected and working. i tried with disconnect and reconnect but the result is the same
davidemaglio ~ bluetoothctl info
Device E0:EB:40:CF:00:FB (public)
Name: Tastiera di Davide
Alias: Tastiera di Davide
Class: 0x00000540
Icon: input-keyboard
Paired: yes
Trusted: yes
Blocked: no
Connected: yes
WakeAllowed: yes
LegacyPairing: no
UUID: Human Interface Device... (00001124-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
Modalias: bluetooth:v004Cp0267d0160
davidemaglio ~ bluetooth_battery E0:EB:40:CF:00:FB
Traceback (most recent call last):
File "/home/davidemaglio/.local/bin/bluetooth_battery", line 33, in <module>
sys.exit(load_entry_point('bluetooth-battery==1.3.2', 'console_scripts', 'bluetooth_battery')())
File "/home/davidemaglio/.local/lib/python3.10/site-packages/bluetooth_battery/bluetooth_battery.py", line 162, in main
query = BatteryStateQuerier(*device.split("."))
File "/home/davidemaglio/.local/lib/python3.10/site-packages/bluetooth_battery/bluetooth_battery.py", line 81, in __init__
self._bt_settings = bluetooth_mac, int(bluetooth_port or RFCOMMSocket.find_rfcomm_port(bluetooth_mac))
File "/home/davidemaglio/.local/lib/python3.10/site-packages/bluetooth_battery/bluetooth_battery.py", line 60, in find_rfcomm_port
raise bluetooth.BluetoothError("Couldn't find the RFCOMM port number. Perhaps the device is offline?")
bluetooth.btcommon.BluetoothError: Couldn't find the RFCOMM port number. Perhaps the device is offline?
The text was updated successfully, but these errors were encountered:
The device is connected and working. i tried with disconnect and reconnect but the result is the same
The text was updated successfully, but these errors were encountered: