Facebook
From Pittconnect, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 221
  1. pi@raspberrypi:~/616/wasp-os $ sudo hcitool lescan
  2. LE Scan ...
  3. F5:E2:9C:A2:B0:9B PineTime
  4. F5:E2:9C:A2:B0:9B (unknown)
  5. 6E:9A:D9:B4:5C:DD (unknown)
  6. 6E:9A:D9:B4:5C:DD (unknown)
  7. EF:46:76:DB:A7:CC PineTime
  8. pi@raspberrypi:~/616/wasp-os $ ./tools/wasptool --console
  9. Traceback (most recent call last):
  10.   File "/usr/lib/python3/dist-packages/pexpect/spawnbase.py", line 166, in read_nonblocking
  11.     s = os.read(self.child_fd, size)
  12. OSError: [Errno 5] Input/output error
  13.  
  14. During handling of the above exception, another exception occurred:
  15.  
  16. Traceback (most recent call last):
  17.   File "/usr/lib/python3/dist-packages/pexpect/expect.py", line 111, in expect_loop
  18.     incoming = spawn.read_nonblocking(spawn.maxread, timeout)
  19.   File "/usr/lib/python3/dist-packages/pexpect/pty_spawn.py", line 485, in read_nonblocking
  20.     return super(spawn, self).read_nonblocking(size)
  21.   File "/usr/lib/python3/dist-packages/pexpect/spawnbase.py", line 171, in read_nonblocking
  22.     raise EOF('End Of File (EOF). Exception style platform.')
  23. pexpect.exceptions.EOF: End Of File (EOF). Exception style platform.
  24.  
  25. During handling of the above exception, another exception occurred:
  26.  
  27. Traceback (most recent call last):
  28.   File "./tools/wasptool", line 399, in <module>
  29.     console.expect('Exit console using Ctrl-X')
  30.   File "/usr/lib/python3/dist-packages/pexpect/spawnbase.py", line 341, in expect
  31.     timeout, searchwindowsize, async_)
  32.   File "/usr/lib/python3/dist-packages/pexpect/spawnbase.py", line 369, in expect_list
  33.     return exp.expect_loop(timeout)
  34.   File "/usr/lib/python3/dist-packages/pexpect/expect.py", line 117, in expect_loop
  35.     return self.eof(e)
  36.   File "/usr/lib/python3/dist-packages/pexpect/expect.py", line 63, in eof
  37.     raise EOF(msg)
  38. pexpect.exceptions.EOF: End Of File (EOF). Exception style platform.
  39. <pexpect.pty_spawn.spawn object at 0x76278d50>
  40. command: ./tools/pynus/pynus.py
  41. args: [b'./tools/pynus/pynus.py']
  42. buffer (last 100 chars): ''
  43. before (last 100 chars): ' timeout)\r\ndbus.exceptions.DBusException: org.bluez.Error.Failed: Software caused connection abort\r\n'
  44. after: <class 'pexpect.exceptions.EOF'>
  45. match: None
  46. match_index: None
  47. exitstatus: None
  48. flag_eof: True
  49. pid: 3973
  50. child_fd: 5
  51. closed: False
  52. timeout: 30
  53. delimiter: <class 'pexpect.exceptions.EOF'>
  54. logfile: None
  55. logfile_read: None
  56. logfile_send: None
  57. maxread: 2000
  58. ignorecase: False
  59. searchwindowsize: None
  60. delaybeforesend: 0.05
  61. delayafterclose: 0.1
  62. delayafterterminate: 0.1
  63. searcher: searcher_re:
  64.     0: re.compile('Exit console using Ctrl-X')
  65. pi@raspberrypi:~/616/wasp-os $ pip3 install update
  66. Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
  67. Collecting update
  68.   Downloading https://www.piwheels.org/simple/update/update-0.4.4-py3-none-any.whl
  69. Installing collected packages: update
  70. Successfully installed update-0.4.4
  71. pi@raspberrypi:~/616/wasp-os $
  72.