itsurboihenry

Results 6 comments of itsurboihenry

Hi @R0m4in-dooz Yes this issue also happen on iOS, i tested and get the same error About the (-2147418111), i also confuse and don't know why it has a "-"...

[Update] Hi @R0m4in-dooz Sorry i forget to mention that i fixed the error about a week ago 😄 ![image](https://user-images.githubusercontent.com/73824851/212223606-70fd2b15-15dd-4909-8586-dc29fbdbfd78.png) I added a "?" for a nullable And re-generated freezed And...

``` 🥂 [DoozProvisionedDevice] Received flutter call : elements 🥂 [DoozProvisionedDevice] Received flutter call : unicastAddress 🥂 [DoozProvisionedDevice] Received flutter call : name 🥂 [DoozMeshNetwork] Received flutter call : groups 🥂...

Hello @R0m4in-dooz Well i add like you said in the [DoozMeshNetWork.swift](https://github.com/OZEO-DOOZ/nrf_mesh_plugin/blob/master/ios/Classes/DoozMeshNetwork/DoozMeshNetwork.swift) on the getElementsForGroup ``` case .getElementsForGroup(let data): if let group = meshNetwork.group(withAddress: MeshAddress(Address(exactly: /*data.address*/ data.address.address )!)){ let models =...

Hello @R0m4in-dooz So tried like you said and... ![image](https://user-images.githubusercontent.com/73824851/212622005-b34967e5-a31b-47f1-b02e-3c4a42ae9f8a.png) It still show the old error 😿 I'am still learning swift rn 👶 and this is pretty hard for me Hope...

Here is the commit that i remove the set nodeName at the end of provisioning [my commit](https://github.com/Hung6129/nrf_mesh_plugin?organization=Hung6129&organization=Hung6129)