Giter VIP home page Giter VIP logo

galileo's People

Contributors

antenore avatar benallard avatar daissi avatar davidsvasak avatar deangiberson avatar gkraats avatar hickinbottoms avatar pozorvlak avatar slobo avatar stbenjam avatar vapier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

eugpermar keikoro

galileo's Issues

Synchronisation failed: HTTPError: 404 Client Error

Hi, might be related to #8 but I think this is a distinct issue. This is what I get when trying to upload the data to fitbit:

2023-05-02 13:37:47,150:INFO: Disconnecting from any connected trackers
2023-05-02 13:37:49,156:INFO: Got an I/O Timeout (> 2000ms) while reading!
2023-05-02 13:37:49,158:INFO: Discovering trackers to synchronize
2023-05-02 13:37:49,163:INFO: Ignoring message: StartDiscovery
2023-05-02 13:37:53,181:INFO: 1 trackers discovered
2023-05-02 13:37:53,182:INFO: Attempting to synchronize tracker <snip>
2023-05-02 13:37:54,774:INFO: Getting data from tracker
2023-05-02 13:39:27,834:INFO: Sending tracker data to Fitbit
2023-05-02 13:39:30,064:ERROR: Fitbit server refused data from tracker <snip>, reason: HTTPError: 404 Client Error: Not Found for url: https://desktop-client.fitbit.com/1/devices/client/tracker/data/sync.json (404)
Tracker: 58D1B91D2EE1: Synchronisation failed: HTTPError: 404 Client Error: Not Found for url: https://desktop-client.fitbit.com/1/devices/client/tracker/data/sync.json (404)

The debug output of sending tracker data to Fitbit looks as follows:

2023-05-02 14:06:08,219:INFO: Sending tracker data to Fitbit
2023-05-02 14:06:08,227:DEBUG: Starting new HTTPS connection (1): desktop-client.fitbit.com:443
2023-05-02 14:06:10,318:DEBUG: https://desktop-client.fitbit.com:443 "POST /1/devices/client/tracker/data/sync.json HTTP/1.1" 404 0
2023-05-02 14:06:10,320:ERROR: Fitbit server refused data from tracker <snip>, reason: HTTPError: 404 Client Error: Not Found for url: https://desktop-client.fitbit.com/1/devices/client/tracker/data/sync.json (404)
2023-05-02 14:06:10,324:DEBUG: Disconnecting from tracker
2023-05-02 14:06:10,324:DEBUG: ==> [ C0 01 ] - 2
2023-05-02 14:06:10,339:DEBUG: <== [ C0 01 ] - 2
2023-05-02 14:06:10,340:DEBUG: --> 08 ( 00 ) - 3
2023-05-02 14:06:10,362:DEBUG: <== [ C0 0B ] - 2
2023-05-02 14:06:10,363:DEBUG: --> 07 - 2
2023-05-02 14:06:10,366:DEBUG: <-- TerminateLink
2023-05-02 14:06:10,378:DEBUG: <-- 05 ( 16 ) - 3
2023-05-02 14:06:10,380:DEBUG: <-- GAP_LINK_TERMINATED_EVENT
2023-05-02 14:06:10,380:DEBUG: <-- 22
Tracker: 58D1B91D2EE1: Synchronisation failed: HTTPError: 404 Client Error: Not Found for url: https://desktop-client.fitbit.com/1/devices/client/tracker/data/sync.json (404)

It seems the HTTP endpoint is gone. :-/

Provide instructions for how to run without dongle

The no-dongle bluetooth code is in the master branch, as is a request for testing -- can you provide brief instructions on how to tell galileo to not try to use the dongle? Randomly trying options and commands always leads to "No dongle connected, aborting" errors with my flex.

Do you support Inspire3 yet?

Do you have any such plans? My Flex2 died and I replaced it with an Inspire3. I'm failing to find any intuitive ways to adapt.

missing module

I had been using galileo on another system that is currently down. Given this I attempted to install on another system. On the other system the command I was using is:

~/Src/benallard-galileo-83d19bece241/run -v --force

On the new system the directory name is different, but the attempt to run yields:

dhdurgee@DG41TY ~/Downloads $ ~/src/galileo-master/run -v --force
Traceback (most recent call last):
File "/home/dhdurgee/src/galileo-master/run", line 3, in
from galileo.main import main
File "/perm/dhdurgee/src/galileo-master/galileo/main.py", line 13, in
import requests
ImportError: No module named requests
dhdurgee@DG41TY ~/Downloads $

I have been using your program for quite a while on the other system without problem. Why am I encountering this problem? How can it be corrected?

Dave

Operation already in progress (36) on discovery using PyDBUS

When attempting to start galileo using --bluetooth=PyDBUS, the device discovery crashes with the following exception:

2021-05-03 17:20:16,663:DEBUG: Configuration: {'rcConfigName': None, 'dumpDir': '~/.galileo', 'daemonPeriod': 180000, 'includeTrackers': None, 'excludeTrackers': set(), 'logLevel': 10, 'bluetoothConn': <class 'galileo.ble.pydbus.PyDBUS'>, 'forceSync': False, 'keepDumps': True, 'doUpload': True, 'database': <class 'galileo.databases.rest.RemoteRESTDatabase'>, 'httpsOnly': True, 'fitbitServer': 'client.fitbit.com', 'logSize': 10, 'syslog': False, 'mode': 'sync', 'hardcoded_ui': {}}
2021-05-03 17:20:16,663:DEBUG: run initialising
2021-05-03 17:20:16,667:INFO: Found 1 adapters: [('/org/bluez/hci0', {'Address': 'xx:xx:xx:xx:xx:xx', 'AddressType': 'public', 'Name': 'xxxx', 'Alias': 'xxxx', 'Class': xxxx, 'Powered': True, 'Discoverable': False, 'DiscoverableTimeout': 0, 'Pairable': True, 'PairableTimeout': 0, 'Discovering': False, 'UUIDs': [xxxx...], 'Modalias': 'usb:xxx'})]
2021-05-03 17:20:16,667:INFO: Using: /org/bluez/hci0
2021-05-03 17:20:16,668:INFO: Discovering trackers to synchronize
2021-05-03 17:20:16,669:CRITICAL: # A serious error happened, which is probably due to a
2021-05-03 17:20:16,670:CRITICAL: # programming error. Please open a new issue with the following
2021-05-03 17:20:16,670:CRITICAL: # information on the galileo bug tracker:
2021-05-03 17:20:16,670:CRITICAL: #    https://bitbucket.org/benallard/galileo/issues/new
2021-05-03 17:20:16,670:CRITICAL: # run: 1.0dev
# Python: 3.8.5 (default, Jan 27 2021, 15:41:15) [GCC 9.3.0]
# Platform: Linux 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64
# pyusb: 1.1.1
# requests: 2.22.0
# yaml: own version
2021-05-03 17:20:16,670:CRITICAL: #
Traceback (most recent call last):
  File "/path/to/github/galileo/galileo/main.py", line 277, in main
    {
  File "/path/to/github/galileo/galileo/main.py", line 192, in sync
    for tracker in syncAllTrackers(config):
  File "/path/to/github/galileo/galileo/main.py", line 48, in syncAllTrackers
    trackers = [t for t in fitbit.discover(FitBitUUID, 0xfb00, 0xfb01, 0xfb02, -255, 4000)]
  File "/path/to/github/galileo/galileo/main.py", line 48, in <listcomp>
    trackers = [t for t in fitbit.discover(FitBitUUID, 0xfb00, 0xfb01, 0xfb02, -255, 4000)]
  File "/path/to/github/galileo/galileo/ble/pydbus.py", line 119, in discover
    self.adapter.StartDiscovery()
  File "/path/to/github/galileo/venv/lib/python3.8/site-packages/pydbus/proxy_method.py", line 72, in __call__
    ret = instance._bus.con.call_sync(
gi.repository.GLib.GError: g-io-error-quark: GDBus.Error:org.bluez.Error.InProgress: Operation already in progress (36)

Library versions:

PyGObject==3.40.1
pyusb==1.1.1
pydbus==0.6.0

Failure to sync, 401 Client Error: Unauthorized for url: https://client.fitbit.com:443/tracker/client/message

I hope this is the correct place to report issues, the referenced bitbucket link is no longer valid.

--

galileo -vvv --force
2023-04-11 11:52:17,532:INFO: Disconnecting from any connected trackers
2023-04-11 11:52:19,542:INFO: Got an I/O Timeout (> 2000ms) while reading!
2023-04-11 11:52:19,546:INFO: Discovering trackers to synchronize
2023-04-11 11:52:19,550:INFO: Ignoring message: StartDiscovery
2023-04-11 11:52:23,554:INFO: 1 trackers discovered
2023-04-11 11:52:23,554:INFO: Tracker F1E391B365D7 was recently synchronized, but forcing synchronization anyway
2023-04-11 11:52:23,554:INFO: Attempting to synchronize tracker F1E391B365D7
2023-04-11 11:52:24,015:CRITICAL: # A serious error happened, which is probably due to a
2023-04-11 11:52:24,015:CRITICAL: # programming error. Please open a new issue with the following
2023-04-11 11:52:24,015:CRITICAL: # information on the galileo bug tracker:
2023-04-11 11:52:24,015:CRITICAL: #    https://bitbucket.org/benallard/galileo/issues/new
2023-04-11 11:52:24,017:CRITICAL: # /usr/local/bin/galileo: 0.5.1
# Python: 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0]
# Platform: Linux nyx 5.15.0-69-generic #76-Ubuntu SMP Fri Mar 17 17:19:29 UTC 2023 x86_64 x86_64
# pyusb: 1.2.1-1
# requests: 2.25.1
# yaml: 5.4.1 (with libyaml)
2023-04-11 11:52:24,017:CRITICAL: # Last communications:
2023-04-11 11:52:24,017:CRITICAL: # < 20 01 54 65 72 6D 69 6E 61 74 65 4C 69 6E 6B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2023-04-11 11:52:24,017:CRITICAL: # < 
2023-04-11 11:52:24,017:CRITICAL: # > 02 01
2023-04-11 11:52:24,018:CRITICAL: # < 15 08 01 06 E4 76 CE F3 7B 98 74 04 00 20 00 00 FF E7 01 00 02 00 00 00 00 00 00 00 00 00 00 00
2023-04-11 11:52:24,018:CRITICAL: # > 1A 04 BA 56 89 A6 FA BF A2 BD 01 46 7D 6E 00 00 AB AD 00 FB 01 FB 02 FB A0 0F
2023-04-11 11:52:24,018:CRITICAL: # < 20 01 53 74 61 72 74 44 69 73 63 6F 76 65 72 79 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2023-04-11 11:52:24,018:CRITICAL: # < 13 03 F1 E3 91 B3 65 D7 01 C4 02 02 06 03 32 31 80 87 05 00 00 00 00 00 00 00 00 00 00 00 00 00
2023-04-11 11:52:24,018:CRITICAL: # < 03 02 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2023-04-11 11:52:24,018:CRITICAL: # > 02 05
2023-04-11 11:52:24,018:CRITICAL: # < 20 01 43 61 6E 63 65 6C 44 69 73 63 6F 76 65 72 79 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2023-04-11 11:52:24,018:CRITICAL: #
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/galileo/main.py", line 280, in main
    {
  File "/usr/local/lib/python3.10/dist-packages/galileo/main.py", line 193, in sync
    for tracker in syncAllTrackers(config):
  File "/usr/local/lib/python3.10/dist-packages/galileo/main.py", line 71, in syncAllTrackers
    if not galileo.requestStatus(not config.httpsOnly):
  File "/usr/local/lib/python3.10/dist-packages/galileo/net.py", line 187, in requestStatus
    self.post('status')
  File "/usr/local/lib/python3.10/dist-packages/galileo/net.py", line 134, in post
    r.raise_for_status()
  File "/usr/lib/python3/dist-packages/requests/models.py", line 943, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://client.fitbit.com:443/tracker/client/message

Unable to find inspire 2

2022-08-09 12:13:25,861:INFO: Found 1 adapters: [('/org/bluez/hci0', {'Address': '7C:50:79:A9:E6:9B', 'AddressType': 'public', 'Name': 'CIA_WORK_LAPTOP_17', 'Alias': 'CIA_WORK_LAPTOP_17', 'Class': 8126732, 'Powered': True, 'Discoverable': True, 'DiscoverableTimeout': 0, 'Pairable': True, 'PairableTimeout': 0, 'Discovering': True, 'UUIDs': ['00001133-0000-1000-8000-00805f9b34fb', '0000110e-0000-1000-8000-00805f9b34fb', '00001105-0000-1000-8000-00805f9b34fb', '00001132-0000-1000-8000-00805f9b34fb', '00001200-0000-1000-8000-00805f9b34fb', '00001104-0000-1000-8000-00805f9b34fb', '00005005-0000-1000-8000-0002ee000001', '00001108-0000-1000-8000-00805f9b34fb', '0000110c-0000-1000-8000-00805f9b34fb', '00001801-0000-1000-8000-00805f9b34fb', '0000112f-0000-1000-8000-00805f9b34fb', '0000110b-0000-1000-8000-00805f9b34fb', '0000180a-0000-1000-8000-00805f9b34fb', '00001800-0000-1000-8000-00805f9b34fb', '0000111f-0000-1000-8000-00805f9b34fb', '0000110a-0000-1000-8000-00805f9b34fb', '00001106-0000-1000-8000-00805f9b34fb'], 'Modalias': 'usb:v1D6Bp0246d0540', 'Roles': ['central', 'peripheral']})]
2022-08-09 12:13:25,861:INFO: Using: /org/bluez/hci0
2022-08-09 12:13:25,905:INFO: Discovering trackers to synchronize
2022-08-09 12:13:29,907:INFO: Discovery done, found 25 trackers
2022-08-09 12:13:29,917:INFO: 0 trackers discovered
[CHG] Device 14:2D:27:74:DD:3C TxPower: 0
[CHG] Device 14:2D:27:74:DD:3C UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[CHG] Device 14:2D:27:74:DD:3C ManufacturerData Key: 0x000f
[CHG] Device 14:2D:27:74:DD:3C ManufacturerData Value:
  00 05 64                                         ..d             
[NEW] Device C7:91:26:FD:91:99 Inspire 2

Unable to establish a connection with Charge 2 tracker

I tried to sync my Charge 2 via galileo, but sadly it can’t establish a connection. Here is the output:

/mnt/data/install/galileo/galileo/config.py:351: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  config = yaml.load(f)
2022-07-17 12:16:39,154:DEBUG: Configuration: {'rcConfigName': None, 'dumpDir': '~/.galileo', 'daemonPeriod': 15000, 'includeTrackers': {'D78C9C50C2F3'}, 'excludeTrackers': set(), 'logLevel': 10, 'bluetoothConn': <class 'galileo.ble.pydbus.PyDBUS'>, 'forceSync': True, 'keepDumps': True, 'doUpload': True, 'database': <class 'galileo.databases.rest.RemoteRESTDatabase'>, 'httpsOnly': True, 'fitbitServer': 'client.fitbit.com', 'logSize': 10, 'syslog': False, 'mode': 'sync', 'hardcoded_ui': {}}
2022-07-17 12:16:39,154:DEBUG: run initialising
2022-07-17 12:16:39,159:INFO: Found 1 adapters: [('/org/bluez/hci0', {'Address': '00:1A:7D:DA:71:14', 'AddressType': 'public', 'Name': 'philbox', 'Alias': 'philbox', 'Class': 2883844, 'Powered': True, 'Discoverable': False, 'DiscoverableTimeout': 180, 'Pairable': True, 'PairableTimeout': 0, 'Discovering': True, 'UUIDs': ['0000110e-0000-1000-8000-00805f9b34fb', '0000110a-0000-1000-8000-00805f9b34fb', '00001200-0000-1000-8000-00805f9b34fb', '0000110b-0000-1000-8000-00805f9b34fb', '00001108-0000-1000-8000-00805f9b34fb', '0000110c-0000-1000-8000-00805f9b34fb', '00001800-0000-1000-8000-00805f9b34fb', '00001801-0000-1000-8000-00805f9b34fb', '0000180a-0000-1000-8000-00805f9b34fb', '00001112-0000-1000-8000-00805f9b34fb'], 'Modalias': 'usb:v1D6Bp0246d0537', 'Roles': ['central', 'peripheral']})]
2022-07-17 12:16:39,159:INFO: Using: /org/bluez/hci0
2022-07-17 12:16:39,175:INFO: Discovering trackers to synchronize
2022-07-17 12:16:39,561:DEBUG: Discovered: ('/org/bluez/hci0/dev_67_DD_02_7C_C9_B2', {'org.freedesktop.DBus.Introspectable': {}, 'org.bluez.Device1': {'Address': '67:DD:02:7C:C9:B2', 'AddressType': 'random', 'Name': 'LE-P-Bose QC Earbuds', 'Alias': 'LE-P-Bose QC Earbuds', 'Paired': False, 'Trusted': False, 'Blocked': False, 'LegacyPairing': False, 'RSSI': -26, 'Connected': False, 'UUIDs': ['0000febe-0000-1000-8000-00805f9b34fb'], 'Adapter': '/org/bluez/hci0', 'ManufacturerData': {7427: [82, 40, 42, 51, 191, 115, 83, 179, 157, 13, 165]}, 'TxPower': -10, 'ServicesResolved': False}, 'org.freedesktop.DBus.Properties': {}})
2022-07-17 12:16:39,599:DEBUG: Discovered: ('/org/bluez/hci0/dev_77_7B_D8_5F_76_81', {'org.freedesktop.DBus.Introspectable': {}, 'org.bluez.Device1': {'Address': '77:7B:D8:5F:76:81', 'AddressType': 'random', 'Name': 'LE-Bose QC Earbuds', 'Alias': 'LE-Bose QC Earbuds', 'Paired': False, 'Trusted': False, 'Blocked': False, 'LegacyPairing': False, 'RSSI': -30, 'Connected': False, 'UUIDs': ['0000febe-0000-1000-8000-00805f9b34fb'], 'Adapter': '/org/bluez/hci0', 'ManufacturerData': {7171: [82, 8, 247, 100, 187, 37, 151, 152, 106, 154, 237]}, 'TxPower': -10, 'ServicesResolved': False}, 'org.freedesktop.DBus.Properties': {}})
2022-07-17 12:16:41,336:DEBUG: Discovered: ('/org/bluez/hci0/dev_80_FB_F1_1A_85_32', {'org.freedesktop.DBus.Introspectable': {}, 'org.bluez.Device1': {'Address': '80:FB:F1:1A:85:32', 'AddressType': 'public', 'Alias': '80-FB-F1-1A-85-32', 'Paired': False, 'Trusted': False, 'Blocked': False, 'LegacyPairing': False, 'RSSI': -44, 'Connected': False, 'UUIDs': ['0000febe-0000-1000-8000-00805f9b34fb'], 'Adapter': '/org/bluez/hci0', 'ManufacturerData': {7684: [51, 55, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0]}, 'ServicesResolved': False}, 'org.freedesktop.DBus.Properties': {}})
2022-07-17 12:16:41,849:DEBUG: Discovered: ('/org/bluez/hci0/dev_F3_C2_50_9C_8C_D7', {'org.freedesktop.DBus.Introspectable': {}, 'org.bluez.Device1': {'Address': 'F3:C2:50:9C:8C:D7', 'AddressType': 'random', 'Name': 'Charge 2', 'Alias': 'Charge 2', 'Paired': False, 'Trusted': False, 'Blocked': False, 'LegacyPairing': False, 'RSSI': -72, 'Connected': False, 'UUIDs': ['adabfb00-6e7d-4601-bda2-bffaa68956ba'], 'Adapter': '/org/bluez/hci0', 'ServiceData': {'0000180a-0000-1000-8000-00805f9b34fb': [22, 4, 49, 42, 3]}, 'TxPower': 5, 'ServicesResolved': False}, 'org.freedesktop.DBus.Properties': {}})
2022-07-17 12:16:43,178:INFO: Discovery done, found 4 trackers
2022-07-17 12:16:43,187:INFO: Found: {'Address': 'F3:C2:50:9C:8C:D7', 'AddressType': 'random', 'Name': 'Charge 2', 'Alias': 'Charge 2', 'Paired': False, 'Trusted': False, 'Blocked': False, 'LegacyPairing': False, 'RSSI': -72, 'Connected': False, 'UUIDs': ['adabfb00-6e7d-4601-bda2-bffaa68956ba'], 'Adapter': '/org/bluez/hci0', 'ServiceData': {'0000180a-0000-1000-8000-00805f9b34fb': [22, 4, 49, 42, 3]}, 'TxPower': 5, 'ServicesResolved': False}
2022-07-17 12:16:43,187:INFO: Found: {'Address': '80:FB:F1:1A:85:32', 'AddressType': 'public', 'Alias': '80-FB-F1-1A-85-32', 'Paired': False, 'Trusted': False, 'Blocked': False, 'LegacyPairing': False, 'RSSI': -44, 'Connected': False, 'UUIDs': ['0000febe-0000-1000-8000-00805f9b34fb'], 'Adapter': '/org/bluez/hci0', 'ManufacturerData': {7684: [51, 55, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0]}, 'ServicesResolved': False}
2022-07-17 12:16:43,187:ERROR: bluez version too old (no ServiceData from advertisement)
2022-07-17 12:16:43,187:INFO: Found: {'Address': '77:7B:D8:5F:76:81', 'AddressType': 'random', 'Name': 'LE-Bose QC Earbuds', 'Alias': 'LE-Bose QC Earbuds', 'Paired': False, 'Trusted': False, 'Blocked': False, 'LegacyPairing': False, 'RSSI': -31, 'Connected': False, 'UUIDs': ['0000febe-0000-1000-8000-00805f9b34fb'], 'Adapter': '/org/bluez/hci0', 'ManufacturerData': {7171: [82, 8, 247, 100, 187, 37, 151, 152, 106, 154, 237]}, 'TxPower': -10, 'ServicesResolved': False}
2022-07-17 12:16:43,187:ERROR: bluez version too old (no ServiceData from advertisement)
2022-07-17 12:16:43,187:INFO: Found: {'Address': '67:DD:02:7C:C9:B2', 'AddressType': 'random', 'Name': 'LE-P-Bose QC Earbuds', 'Alias': 'LE-P-Bose QC Earbuds', 'Paired': False, 'Trusted': False, 'Blocked': False, 'LegacyPairing': False, 'RSSI': -37, 'Connected': False, 'UUIDs': ['0000febe-0000-1000-8000-00805f9b34fb'], 'Adapter': '/org/bluez/hci0', 'ManufacturerData': {7427: [82, 40, 42, 51, 191, 115, 83, 179, 157, 13, 165]}, 'TxPower': -10, 'ServicesResolved': False}
2022-07-17 12:16:43,188:ERROR: bluez version too old (no ServiceData from advertisement)
2022-07-17 12:16:43,188:INFO: 1 trackers discovered
2022-07-17 12:16:43,188:DEBUG: Discovered tracker with ID D78C9C50C2F3
2022-07-17 12:16:43,188:INFO: Attempting to synchronize tracker D78C9C50C2F3
2022-07-17 12:16:43,188:DEBUG: Connecting to Fitbit server and requesting status
2022-07-17 12:16:43,188:DEBUG: Skipping status request
2022-07-17 12:16:43,188:DEBUG: Establishing link with tracker
2022-07-17 12:16:43,189:INFO: Connecting to tracker
2022-07-17 12:16:45,722:DEBUG: Waiting for service discovery
2022-07-17 12:16:46,327:DEBUG: Fetching the communication Characteristics
2022-07-17 12:16:46,330:DEBUG: write is: /org/bluez/hci0/dev_F3_C2_50_9C_8C_D7/service001c/char001d
2022-07-17 12:16:46,330:DEBUG: read is: /org/bluez/hci0/dev_F3_C2_50_9C_8C_D7/service000c/char0014
2022-07-17 12:16:46,331:DEBUG: write is: /org/bluez/hci0/dev_F3_C2_50_9C_8C_D7/service000c/char0011
2022-07-17 12:16:46,331:DEBUG: write is: /org/bluez/hci0/dev_F3_C2_50_9C_8C_D7/service000c/char000f
2022-07-17 12:16:46,332:DEBUG: write is: /org/bluez/hci0/dev_F3_C2_50_9C_8C_D7/service000c/char000d
2022-07-17 12:16:46,332:DEBUG: write is: /org/bluez/hci0/dev_F3_C2_50_9C_8C_D7/service0001/char0002
2022-07-17 12:16:46,333:DEBUG: Installing my read handler.
2022-07-17 12:16:46,542:DEBUG: => [ C0 0A 0A 00 06 00 06 00 00 00 C8 00 ] - 12
2022-07-17 12:16:46,544:WARNING: Unable to connect with tracker D78C9C50C2F3. Skipping
2022-07-17 12:16:46,547:DEBUG: No Value received
2022-07-17 12:16:46,547:DEBUG: No Value received
2022-07-17 12:16:46,548:INFO: Disconnecting from tracker D78C9C50C2F3
Tracker: D78C9C50C2F3: Unable to establish a connection.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.