Samsung Galaxy A14 and A13 5G OnSubscriptionError 408

Issue #122 on hold
Saif created an issue

Hi, my client’s Flutter app uses mdsflutter 2.0.0 (Android/IOS) and has a bug in the Android version.

  1. The user connects 3 Movesense sensors
  2. The acceleration is being subscribed on all three sensors (Works fine)
  3. The acceleration is being turned off.
  4. The acceleration is being subscribed again on all three sensors but only 1 of the 3 sensors works.

The non-functioning sensors output the following error on second subscribe request:

D/BleManager(30137): Received data: WB_DATAMSG_CLIENT_ON_NOTIFY, type: 1, direct msg, msgLen: 41, reqId: 0, size: 47
D/BleManager(30137): Received data: WB_DATAMSG_CLIENT_ON_NOTIFY, type: 1, direct msg, msgLen: 41, reqId: 0, size: 47
E/Komposti(30137): [SDS RESPONSE] type: POST status: REQUEST_TIMEOUT header: {"TaskId": 86, "Uri": "suunto://MDS/EventListener", "Content-Length": 0, "Reason": "[wb] Operation failed", "Status": 408}
D/MdsOperationHandler(30137): SDSInternalCallback with call type: 4 header: {"TaskId": 86, "Uri": "suunto://MDS/EventListener", "Content-Length": 0, "Reason": "[wb] Operation failed", "Status": 408}
I/Komposti(30137): [SDS REQUEST] type: DEL uri: suunto://MDS/EventListener/46
I/Komposti(30137): [SDS REQUEST] type: DEL uri: suunto://MDS/EventListener/45
I/Komposti(30137): [SDS RESPONSE] type: DEL status: OK header: {"TaskId": 87, "Uri": "suunto://MDS/EventListener/46", "Content-Length": 0, "Reason": "OK", "Status": 200}

Question: What is the clarification for this issue and what can be done to solve this issue?

Comments (2)

  1. Log in to comment