We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disconnect first, then connect, there is a chance of crash.
Fatal Exception: NSInternalInconsistencyException
0 CoreFoundation 0x83f20 __exceptionPreprocess 1 libobjc.A.dylib 0x172b8 objc_exception_throw 2 Foundation 0x6de7f8 _userInfoForFileAndLine 3 CoreBluetooth 0xeae4 -[CBUUID initWithString:safe:] 4 CoreBluetooth 0xe8e8 +[CBUUID UUIDWithString:] 5 StarMgsIO 0x633c (Missing UUID cc8699e7482330e1a0f6f849bdb0836c) 6 CoreBluetooth 0x262f4 -[CBCentralManager handlePeripheralConnectionCompleted:] 7 CoreBluetooth 0x66f8 -[CBCentralManager handleMsg:args:] 8 CoreBluetooth 0x65dc -[CBManager xpcConnectionDidReceiveMsg:args:] 9 CoreBluetooth 0x6488 __30-[CBXpcConnection _handleMsg:]_block_invoke
The text was updated successfully, but these errors were encountered:
@wbees Thank you for your report.
Could you please provide us with the following information so we can investigate this issue?
Best regards.
Sorry, something went wrong.
@KHosozawa
Another crash report:
Crashed: jp.star-m.starmgsio
0 StarMgsIO 0x7588 -[STARMGTSResponseData rangeOfFirstResponse:] + 60 1 StarMgsIO 0x8cec -[STARScale peripheral:didUpdateValueForCharacteristic:error:] + 288 2 CoreBluetooth 0x4ab00 -[CBPeripheral handleAttributeEvent:args:attributeSelector:delegateSelector:delegateFlag:] + 188 3 CoreBluetooth 0x4ac30 -[CBPeripheral handleCharacteristicEvent:characteristicSelector:delegateSelector:delegateFlag:] + 100 4 CoreBluetooth 0x47784 -[CBPeripheral handleMsg:args:] + 632 5 CoreBluetooth 0x66b0 -[CBCentralManager handleMsg:args:] + 152 6 CoreBluetooth 0x65dc -[CBManager xpcConnectionDidReceiveMsg:args:] + 228 7 CoreBluetooth 0x6488 __30-[CBXpcConnection _handleMsg:]_block_invoke + 48
No branches or pull requests
Disconnect first, then connect, there is a chance of crash.
0 CoreFoundation 0x83f20 __exceptionPreprocess
1 libobjc.A.dylib 0x172b8 objc_exception_throw
2 Foundation 0x6de7f8 _userInfoForFileAndLine
3 CoreBluetooth 0xeae4 -[CBUUID initWithString:safe:]
4 CoreBluetooth 0xe8e8 +[CBUUID UUIDWithString:]
5 StarMgsIO 0x633c (Missing UUID cc8699e7482330e1a0f6f849bdb0836c)
6 CoreBluetooth 0x262f4 -[CBCentralManager handlePeripheralConnectionCompleted:]
7 CoreBluetooth 0x66f8 -[CBCentralManager handleMsg:args:]
8 CoreBluetooth 0x65dc -[CBManager xpcConnectionDidReceiveMsg:args:]
9 CoreBluetooth 0x6488 __30-[CBXpcConnection _handleMsg:]_block_invoke
The text was updated successfully, but these errors were encountered: