mayconvm / phonetooth

Automatically exported from code.google.com/p/phonetooth
GNU General Public License v2.0
0 stars 0 forks source link

Defect of BLUEZ #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
 Traceback (most recent call last):
  File "/media/9A59-1205/phonetooth-0.5.1/phonetooth/preferencesdialog.py", line 100, in __discoverThread
    devices = discoverer.findSerialDevices()
  File "/media/9A59-1205/phonetooth-0.5.1/phonetooth/bluetoothdiscovery.py", line 53, in findSerialDevices
    services.extend(bluetooth.find_service(uuid = bluetooth.DIALUP_NET_CLASS))
  File "/usr/lib/python2.7/dist-packages/bluetooth/bluez.py", line 186, in find_service
    devices = discover_devices ()
  File "/usr/lib/python2.7/dist-packages/bluetooth/bluez.py", line 22, in discover_devices
    raise BluetoothError ("error communicating with local "
BluetoothError: error communicating with local bluetooth adapter

When i tried to search devices. 

Original issue reported on code.google.com by mrDoctorWho on 24 Oct 2011 at 1:48