-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
[BUG] Fail to pair to to partner app because it doesn't have a staged identifier #30168
Comments
@bzbarsky-apple could you have any debug suggestion |
@robinmo Please file a Feedback Assistant ticket per the instructions below. That will have better logs (with the logging profiles it says to install). Please put the ticket ID here once it's filed and I can take a look. Feedback assistant ticket:
|
I try to make a feedback today, but found it success for manual code pairing🤣 |
@robinmo I don't know what to tell you. Presumably something was different between the success and fail cases, but I don't have any data to tell you what. |
I found on 17.1.1 and 17.2 beta3, it will failed to create noc, the same code works on 17.0 |
@robinmo Which exact API will "failed to create noc"? Given what inputs? What is the error that is returned? |
Sorry about that, I found that it is vendorID 0 causing the failure.After blocking vendorID 0, it success. |
Blocking it from what? VendorID == 0 can happen for various reasons in different situations. Where exactly are you seeing it, and why is it being a problem there @robinmo ? |
@bzbarsky-apple
but startupParams API has no comment on this case(0 will be blocked)
|
That comment clearly says:
|
@robinmo So is the only issue here that you were trying to start up a controller using vendor id 0? |
Yes, by avoiding setting 0 vendorID, the whole commission is ok. |
Reproduction steps
Version 15.0 (15A240d)
iPhone 8/ 16.7.1 (same as 16.3)
enter the manual code
1.user MatterSupport to commission first and then commission third-party fabric
2.after set name pop up(MatterSupport UI), failed to pair.
the core error log said
it doesn't have a staged identifier
lack_of_a_staged_identifier.log
Anyway for my iPad2Pro 17.0.3 manual code commission is OK
Bug prevalence
Whenever I do this
GitHub hash of the SDK that was being used
9c0ca13 - Fix Linux standalone job. (#23897)
Platform
darwin
Platform Version(s)
iOS 16.7
Anything else?
No response
The text was updated successfully, but these errors were encountered: