Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2012
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. # python server.py
  2. Using paired devices..
  3. Starting service discovery 'LiveView'.. done
  4. LiveView devices: LiveView /org/bluez/1703/hci0/dev_00_21_9E_94_C2_22
  5. Connecting to serial..
  6. Traceback (most recent call last):
  7. File "server.py", line 477, in <module>
  8. man.connect_to_first_device()
  9. File "server.py", line 127, in connect_to_first_device
  10. self.connect_to_device(dev[0])
  11. File "server.py", line 135, in connect_to_device
  12. tty = dev_serial.Connect(DeviceManager.UUID)
  13. File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 68, in __call__
  14. return self._proxy_method(*args, **keywords)
  15. File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 143, in __call__
  16. **keywords)
  17. File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 630, in call_blocking
  18. message, timeout)
  19. dbus.exceptions.DBusException: org.bluez.Error.Failed: No record found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement