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
when try to connect a device , it raise an exception in file _macutil.py at line 75:
'module' object has no attribute 'BluetoothDeviceAddress'
error msg:
Traceback (most recent call last):
File "test.py", line 26, in <module>
crash(target)
File "test.py", line 10, in crash
sock.connect((target, 0xf))
File "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lightblue/_bluetoothsockets.py", line 351, in connect
_macutil.createbtdevaddr(address[0]))
ValueError: depythonifying struct of 1 members, got tuple of 6
The text was updated successfully, but these errors were encountered:
when try to connect a device , it raise an exception in file _macutil.py at line 75:
'module' object has no attribute 'BluetoothDeviceAddress'
error msg:
The text was updated successfully, but these errors were encountered: