-
Notifications
You must be signed in to change notification settings - Fork 97
[btdevicesmanager] add info text to pair BT remote control #1073
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
base: python3
Are you sure you want to change the base?
Conversation
-also [bluetoothctl.py] add sanity check: Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/ActionMap.py", line 56, in action File "/usr/lib/enigma2/python/Plugins/Extensions/BTDevicesManager/plugin.py", line 282, in keyYellow self._connect(current[1], current[2]) File "/usr/lib/enigma2/python/Plugins/Extensions/BTDevicesManager/plugin.py", line 259, in _connect iBluetoothctl.trust(mac_address) File "/usr/lib/enigma2/python/Plugins/Extensions/BTDevicesManager/bluetoothctl.py", line 217, in trust res = self.process.expect( File "/usr/lib/python3.9/site-packages/pexpect/spawnbase.py", line 354, in expect return self.expect_list(compiled_pattern_list, File "/usr/lib/python3.9/site-packages/pexpect/spawnbase.py", line 383, in expect_list return exp.expect_loop(timeout) File "/usr/lib/python3.9/site-packages/pexpect/expect.py", line 181, in expect_loop return self.timeout(e) File "/usr/lib/python3.9/site-packages/pexpect/expect.py", line 144, in timeout raise exc pexpect.exceptions.TIMEOUT: Timeout exceeded. <pexpect.pty_spawn.spawn object at 0xb1d507d8>
|
Thanks. There is more needed, this thing is a piece of crap. |
|
Sorry, "Not connected to any device" is the correct spelling, not "No connected". Please change that. |
|
Also, do we support BT on the SF8008? As far as I know there is no BT stack active on that box? |
Need |
|
Ok. I assume those are tested? Can they also be cherry-picked for Scarthgap? |
I haven't checked, there's no such option. |
-First need to add BT support. in octagon BSP.
littlesat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not add anything, it comments out what already was there
-also [bluetoothctl.py] add sanity check:
Traceback (most recent call last):
File
"/usr/lib/enigma2/python/Components/ActionMap.py", line 56, in action
File
"/usr/lib/enigma2/python/Plugins/Extensions/BTDevicesManager/plugin.py", line 282, in keyYellow
self._connect(current[1], current[2])
File
"/usr/lib/enigma2/python/Plugins/Extensions/BTDevicesManager/plugin.py", line 259, in _connect
iBluetoothctl.trust(mac_address)
File
"/usr/lib/enigma2/python/Plugins/Extensions/BTDevicesManager/bluetoothctl.py", line 217, in trust
res = self.process.expect(
File
"/usr/lib/python3.9/site-packages/pexpect/spawnbase.py", line 354, in expect
return self.expect_list(compiled_pattern_list,
File
"/usr/lib/python3.9/site-packages/pexpect/spawnbase.py", line 383, in expect_list
return exp.expect_loop(timeout)
File
"/usr/lib/python3.9/site-packages/pexpect/expect.py", line 181, in expect_loop
return self.timeout(e)
File
"/usr/lib/python3.9/site-packages/pexpect/expect.py", line 144, in timeout
raise exc
pexpect.exceptions.TIMEOUT: Timeout
exceeded.
<pexpect.pty_spawn.spawn object at 0xb1d507d8>