question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error at monitorCharacteristicForDevice

See original GitHub issue

Hello There,

I love your project! I have a small issue, cannot set monitoring on: whenever I call monitorCharacteristicForDevice I get the following error:

Error: Characteristic 92eeb32f-470c-0074-fd63-39171798c304 notify change failed for device ? and service 83443868-d0cc-d599-1d9d-e23a1911a98b

screen shot 2018-04-25 at 19 37 13

Any tips & tricks are welcome!

Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:16
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
bhaveshj-cuelogiccommented, Feb 28, 2019

I am having the same issue in iOS plz suggest some solution

0reactions
marquezbwwtcommented, Feb 24, 2021

Is anyone else still getting this error and did you find a solution? I’m seeing the same thing and am using v2.0.2.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[iOS] monitorCharacteristicForDevice fails with error ... - GitHub
On iOS trying to monitor the button pressed characteristic on an Sensor Tag/iTAG fails returning the following BleError: Characteristic 0000ffe1... notify ...
Read more >
RxBLELibraries/react-native-ble - Gitter
Hi I am facing an error " [TypeError: undefined is not an object (evaluating 'device.writeCharacteristicWithoutResponseForService')] " while trying to call ...
Read more >
How to stop monitorCharacteristic in React native ble-pplx
I'm having trouble with the monitorCharacteristicForService function in react-native-ble-plx. I want to stop the monitoring, ...
Read more >
react-native-ble-plx JavaScript and Node.js code examples
monitorCharacteristicForDevice ( this.state.device.id, ... export function logError(error: BleError) { return log( 'ERROR: ' + error.message + ', ATT: ' + ...
Read more >
react native ble plx | The AI Search Engine You Control
(error) => { console.log(device) this.error(error.message) }) } }); } setupNotifications(device) { this.manager.monitorCharacteristicForDevice(device.id ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found